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 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)
-
-
-
Method Detail
-
deconfigure
public void deconfigure(WebAppContext context)
- Specified by:
deconfigure
in interfaceConfiguration
-
configure
public void configure(WebAppContext context) throws Exception
- Specified by:
configure
in interfaceConfiguration
- Throws:
Exception
-
cloneConfigure
public void cloneConfigure(WebAppContext template, WebAppContext context)
- Specified by:
cloneConfigure
in interfaceConfiguration
-
destroy
public void destroy(WebAppContext context)
- Specified by:
destroy
in interfaceConfiguration
-
preConfigure
public void preConfigure(WebAppContext context)
- Specified by:
preConfigure
in interfaceConfiguration
-
postConfigure
public void postConfigure(WebAppContext context)
- Specified by:
postConfigure
in interfaceConfiguration
-
-