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.ee8.webapp.Configuration
Configuration.Wrapper, Configuration.WrapperFunction -
Field Summary
Fields inherited from interface org.eclipse.jetty.ee8.webapp.Configuration
ATTR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabort(WebAppContext context) voidcloneConfigure(WebAppContext template, WebAppContext context) voidconfigure(WebAppContext context) voiddeconfigure(WebAppContext context) voiddestroy(WebAppContext context) booleanvoidpostConfigure(WebAppContext context) voidpreConfigure(WebAppContext context) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.ee8.webapp.Configuration
getDependencies, getDependents, getServerClasses, getSystemClasses, isAvailable, replaces
-
Constructor Details
-
WAPConfiguration
public WAPConfiguration()
-
-
Method Details
-
deconfigure
- Specified by:
deconfigurein interfaceConfiguration
-
configure
- Specified by:
configurein interfaceConfiguration- Throws:
Exception
-
cloneConfigure
-
destroy
- Specified by:
destroyin interfaceConfiguration
-
preConfigure
- Specified by:
preConfigurein interfaceConfiguration
-
postConfigure
- Specified by:
postConfigurein interfaceConfiguration
-
abort
- Specified by:
abortin interfaceConfiguration- Since:
- Jetty 12
-
isEnabledByDefault
public boolean isEnabledByDefault()- Specified by:
isEnabledByDefaultin interfaceConfiguration- Since:
- Jetty 12
-