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