Package | Description |
---|---|
org.eclipse.jetty.ant |
Jetty Ant : Ant Tasks and Configuration
|
org.eclipse.jetty.ant.utils |
Jetty Ant : Utility Classes
|
Modifier and Type | Field and Description |
---|---|
(package private) AntWebAppContext |
ServerProxyImpl.WebAppScannerListener.awc |
Modifier and Type | Field and Description |
---|---|
private java.util.List<AntWebAppContext> |
ServerProxyImpl.webApplications
List of added web applications.
|
private java.util.List<AntWebAppContext> |
JettyRunTask.webapps
List of web applications to be deployed.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AntWebAppContext> |
ServerProxyImpl.getWebApplications() |
Modifier and Type | Method and Description |
---|---|
void |
JettyRunTask.addWebApp(AntWebAppContext webapp)
Creates a new
WebApp Ant object. |
void |
ServerProxyImpl.addWebApplication(AntWebAppContext webApp) |
Modifier and Type | Method and Description |
---|---|
void |
ServerProxyImpl.setWebApplications(java.util.List<AntWebAppContext> webApplications) |
Constructor and Description |
---|
WebAppScannerListener(AntWebAppContext awc) |
Modifier and Type | Method and Description |
---|---|
void |
ServerProxy.addWebApplication(AntWebAppContext awc)
Adds a new web application to this server.
|