Uses of Class
org.eclipse.jetty.maven.plugin.JettyWebAppContext
-
Packages that use JettyWebAppContext Package Description org.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycle -
-
Uses of JettyWebAppContext in org.eclipse.jetty.maven.plugin
Fields in org.eclipse.jetty.maven.plugin declared as JettyWebAppContext Modifier and Type Field Description protected JettyWebAppContextAbstractJettyMojo. webAppAn instance of org.eclipse.jetty.webapp.WebAppContext that represents the webapp.Methods in org.eclipse.jetty.maven.plugin with parameters of type JettyWebAppContext Modifier and Type Method Description static voidWebAppPropertyConverter. fromProperties(JettyWebAppContext webApp, java.io.File propsFile, Server server, java.util.Map<java.lang.String,java.lang.String> jettyProperties)Configure a webapp from a properties filestatic voidWebAppPropertyConverter. fromProperties(JettyWebAppContext webApp, java.lang.String resource, Server server, java.util.Map<java.lang.String,java.lang.String> jettyProperties)Configure a webapp from a properties file.static voidWebAppPropertyConverter. toProperties(JettyWebAppContext webApp, java.io.File propsFile, java.lang.String contextXml)Convert a webapp to properties stored in a file.
-