Package | Description |
---|---|
org.eclipse.jetty.maven.plugin |
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
|
Modifier and Type | Field and Description |
---|---|
protected JettyWebAppContext |
AbstractJettyMojo.webApp
An instance of org.eclipse.jetty.webapp.WebAppContext that represents the webapp.
|
Modifier and Type | Method and 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 file
|
static 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.
|
Copyright © 1995–2023 Webtide. All rights reserved.