Uses of Class
org.eclipse.jetty.ant.AntWebAppContext
Packages that use AntWebAppContext
Package
Description
Jetty Ant : Ant Tasks and Configuration
Jetty Ant : Utility Classes
-
Uses of AntWebAppContext in org.eclipse.jetty.ant
Fields in org.eclipse.jetty.ant declared as AntWebAppContextModifier and TypeFieldDescription(package private) AntWebAppContext
ServerProxyImpl.WebAppScannerListener.awc
Fields in org.eclipse.jetty.ant with type parameters of type AntWebAppContextModifier and TypeFieldDescriptionprivate List
<AntWebAppContext> ServerProxyImpl.webApplications
List of added web applications.private List
<AntWebAppContext> JettyRunTask.webapps
List of web applications to be deployed.Methods in org.eclipse.jetty.ant that return types with arguments of type AntWebAppContextMethods in org.eclipse.jetty.ant with parameters of type AntWebAppContextModifier and TypeMethodDescriptionvoid
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 AntWebAppContextModifier and TypeMethodDescriptionvoid
ServerProxyImpl.setWebApplications
(List<AntWebAppContext> webApplications) Constructors in org.eclipse.jetty.ant with parameters of type AntWebAppContext -
Uses of AntWebAppContext in org.eclipse.jetty.ant.utils
Methods in org.eclipse.jetty.ant.utils with parameters of type AntWebAppContextModifier and TypeMethodDescriptionvoid
ServerProxy.addWebApplication
(AntWebAppContext awc) Adds a new web application to this server.