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
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.
-