Package net.i2p.servlet
Class WebAppProviderConfiguration.WAPConfiguration
- java.lang.Object
-
- net.i2p.servlet.WebAppProviderConfiguration.WAPConfiguration
-
- All Implemented Interfaces:
Configuration
- Enclosing class:
- WebAppProviderConfiguration
public static class WebAppProviderConfiguration.WAPConfiguration extends Object implements Configuration
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.webapp.Configuration
Configuration.ClassList
-
-
Field Summary
-
Fields inherited from interface org.eclipse.jetty.webapp.Configuration
ATTR
-
-
Constructor Summary
Constructors Constructor Description WAPConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloneConfigure(WebAppContext template, WebAppContext context)voidconfigure(WebAppContext context)voiddeconfigure(WebAppContext context)voiddestroy(WebAppContext context)voidpostConfigure(WebAppContext context)voidpreConfigure(WebAppContext context)
-
-
-
Method Detail
-
deconfigure
public void deconfigure(WebAppContext context)
- Specified by:
deconfigurein interfaceConfiguration
-
configure
public void configure(WebAppContext context) throws Exception
- Specified by:
configurein interfaceConfiguration- Throws:
Exception
-
cloneConfigure
public void cloneConfigure(WebAppContext template, WebAppContext context)
- Specified by:
cloneConfigurein interfaceConfiguration
-
destroy
public void destroy(WebAppContext context)
- Specified by:
destroyin interfaceConfiguration
-
preConfigure
public void preConfigure(WebAppContext context)
- Specified by:
preConfigurein interfaceConfiguration
-
postConfigure
public void postConfigure(WebAppContext context)
- Specified by:
postConfigurein interfaceConfiguration
-
-