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 - 
Method Summary
Modifier and TypeMethodDescriptionvoidcloneConfigure(WebAppContext template, WebAppContext context) voidconfigure(WebAppContext context) voiddeconfigure(WebAppContext context) voiddestroy(WebAppContext context) voidpostConfigure(WebAppContext context) voidpreConfigure(WebAppContext context)  
- 
Constructor Details
- 
WAPConfiguration
public WAPConfiguration() 
 - 
 - 
Method Details
- 
deconfigure
- Specified by:
 deconfigurein interfaceConfiguration
 - 
configure
- Specified by:
 configurein interfaceConfiguration- Throws:
 Exception
 - 
cloneConfigure
- Specified by:
 cloneConfigurein interfaceConfiguration
 - 
destroy
- Specified by:
 destroyin interfaceConfiguration
 - 
preConfigure
- Specified by:
 preConfigurein interfaceConfiguration
 - 
postConfigure
- Specified by:
 postConfigurein interfaceConfiguration
 
 -