Package org.eclipse.jetty.ant
Class AntWebInfConfiguration
- java.lang.Object
-
- org.eclipse.jetty.webapp.AbstractConfiguration
-
- org.eclipse.jetty.webapp.WebInfConfiguration
-
- org.eclipse.jetty.ant.AntWebInfConfiguration
-
- All Implemented Interfaces:
org.eclipse.jetty.webapp.Configuration
public class AntWebInfConfiguration extends org.eclipse.jetty.webapp.WebInfConfiguration
-
-
Constructor Summary
Constructors Constructor Description AntWebInfConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.eclipse.jetty.webapp.WebAppContext context)Adds classpath files into web application classloader, and sets web.xml and base directory for the configured web application.java.lang.Class<? extends org.eclipse.jetty.webapp.Configuration>replaces()-
Methods inherited from class org.eclipse.jetty.webapp.WebInfConfiguration
cloneConfigure, configureTempDirectory, deconfigure, getCanonicalNameForWebAppTmpDir, getResourceBaseName, makeTempDirectory, preConfigure, resolveTempDirectory, unpack
-
Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration
abort, addDependencies, addDependencies, addDependents, addDependents, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, postConfigure, protect, protectAndExpose
-
-
-
-
Method Detail
-
replaces
public java.lang.Class<? extends org.eclipse.jetty.webapp.Configuration> replaces()
-
configure
public void configure(org.eclipse.jetty.webapp.WebAppContext context) throws java.lang.ExceptionAdds classpath files into web application classloader, and sets web.xml and base directory for the configured web application.- Specified by:
configurein interfaceorg.eclipse.jetty.webapp.Configuration- Overrides:
configurein classorg.eclipse.jetty.webapp.WebInfConfiguration- Throws:
java.lang.Exception- See Also:
WebXmlConfiguration.configure(WebAppContext)
-
-