Uses of Class
org.eclipse.jetty.ant.AntWebAppContext
-
Packages that use AntWebAppContext Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.ant.utils Jetty Ant : Utility Classes -
-
Uses of AntWebAppContext in org.eclipse.jetty.ant
Fields in org.eclipse.jetty.ant declared as AntWebAppContext Modifier and Type Field Description (package private) AntWebAppContext
ServerProxyImpl.WebAppScannerListener. awc
Fields in org.eclipse.jetty.ant with type parameters of type AntWebAppContext Modifier and Type Field 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.Methods in org.eclipse.jetty.ant that return types with arguments of type AntWebAppContext Modifier and Type Method Description java.util.List<AntWebAppContext>
ServerProxyImpl. getWebApplications()
Methods in org.eclipse.jetty.ant with parameters of type AntWebAppContext Modifier and Type Method Description void
JettyRunTask. addWebApp(AntWebAppContext webapp)
Creates a newWebApp
Ant object.void
ServerProxyImpl. addWebApplication(AntWebAppContext webApp)
Method parameters in org.eclipse.jetty.ant with type arguments of type AntWebAppContext Modifier and Type Method Description void
ServerProxyImpl. setWebApplications(java.util.List<AntWebAppContext> webApplications)
Constructors in org.eclipse.jetty.ant with parameters of type AntWebAppContext Constructor Description WebAppScannerListener(AntWebAppContext awc)
-
Uses of AntWebAppContext in org.eclipse.jetty.ant.utils
Methods in org.eclipse.jetty.ant.utils with parameters of type AntWebAppContext Modifier and Type Method Description void
ServerProxy. addWebApplication(AntWebAppContext awc)
Adds a new web application to this server.
-