java.lang.Object
org.eclipse.jetty.webapp.AbstractConfiguration
org.eclipse.jetty.plus.webapp.PlusConfiguration
- All Implemented Interfaces:
org.eclipse.jetty.webapp.Configuration
public class PlusConfiguration
extends org.eclipse.jetty.webapp.AbstractConfiguration
Configuration
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.webapp.Configuration
org.eclipse.jetty.webapp.Configuration.Wrapper, org.eclipse.jetty.webapp.Configuration.WrapperFunction -
Field Summary
Fields inherited from interface org.eclipse.jetty.webapp.Configuration
ATTR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbindUserTransaction(org.eclipse.jetty.webapp.WebAppContext context) voidcloneConfigure(org.eclipse.jetty.webapp.WebAppContext template, org.eclipse.jetty.webapp.WebAppContext context) voidconfigure(org.eclipse.jetty.webapp.WebAppContext context) voiddeconfigure(org.eclipse.jetty.webapp.WebAppContext context) protected voidlockCompEnv(org.eclipse.jetty.webapp.WebAppContext wac) voidpostConfigure(org.eclipse.jetty.webapp.WebAppContext context) voidpreConfigure(org.eclipse.jetty.webapp.WebAppContext context) protected voidunlockCompEnv(org.eclipse.jetty.webapp.WebAppContext wac) Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration
abort, addDependencies, addDependencies, addDependents, addDependents, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, protect, protectAndExposeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.webapp.Configuration
isAvailable, replaces
-
Constructor Details
-
PlusConfiguration
public PlusConfiguration()
-
-
Method Details
-
preConfigure
- Specified by:
preConfigurein interfaceorg.eclipse.jetty.webapp.Configuration- Overrides:
preConfigurein classorg.eclipse.jetty.webapp.AbstractConfiguration- Throws:
Exception
-
cloneConfigure
public void cloneConfigure(org.eclipse.jetty.webapp.WebAppContext template, org.eclipse.jetty.webapp.WebAppContext context) throws Exception - Overrides:
cloneConfigurein classorg.eclipse.jetty.webapp.AbstractConfiguration- Throws:
Exception
-
configure
- Specified by:
configurein interfaceorg.eclipse.jetty.webapp.Configuration- Overrides:
configurein classorg.eclipse.jetty.webapp.AbstractConfiguration- Throws:
Exception
-
postConfigure
- Specified by:
postConfigurein interfaceorg.eclipse.jetty.webapp.Configuration- Overrides:
postConfigurein classorg.eclipse.jetty.webapp.AbstractConfiguration- Throws:
Exception
-
deconfigure
- Specified by:
deconfigurein interfaceorg.eclipse.jetty.webapp.Configuration- Overrides:
deconfigurein classorg.eclipse.jetty.webapp.AbstractConfiguration- Throws:
Exception
-
bindUserTransaction
- Throws:
Exception
-
lockCompEnv
- Throws:
Exception
-
unlockCompEnv
- Throws:
Exception
-