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
-
Constructor Summary
Constructors Constructor Description WAPConfiguration()
-
Method Summary
Modifier and Type Method Description void
cloneConfigure(WebAppContext template, WebAppContext context)
void
configure(WebAppContext context)
void
deconfigure(WebAppContext context)
void
destroy(WebAppContext context)
void
postConfigure(WebAppContext context)
void
preConfigure(WebAppContext context)
-
Constructor Details
-
WAPConfiguration
public WAPConfiguration()
-
-
Method Details
-
deconfigure
- Specified by:
deconfigure
in interfaceConfiguration
-
configure
- Specified by:
configure
in interfaceConfiguration
- Throws:
Exception
-
cloneConfigure
- Specified by:
cloneConfigure
in interfaceConfiguration
-
destroy
- Specified by:
destroy
in interfaceConfiguration
-
preConfigure
- Specified by:
preConfigure
in interfaceConfiguration
-
postConfigure
- Specified by:
postConfigure
in interfaceConfiguration
-