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 JettyWebAppContext
AbstractJettyMojo. webApp
An 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 void
WebAppPropertyConverter. 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 void
WebAppPropertyConverter. 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 void
WebAppPropertyConverter. toProperties(JettyWebAppContext webApp, java.io.File propsFile, java.lang.String contextXml)
Convert a webapp to properties stored in a file.
-