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 voidJettyRunTask. addWebApp(AntWebAppContext webapp)Creates a newWebAppAnt object.voidServerProxyImpl. addWebApplication(AntWebAppContext webApp)Method parameters in org.eclipse.jetty.ant with type arguments of type AntWebAppContext Modifier and Type Method Description voidServerProxyImpl. 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 voidServerProxy. addWebApplication(AntWebAppContext awc)Adds a new web application to this server.
-