- 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.AbstractConfigurationConfiguration
-
-
Constructor Summary
Constructors Constructor Description PlusConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbindUserTransaction(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, protectAndExpose
-
-
-
-
Method Detail
-
preConfigure
public void preConfigure(org.eclipse.jetty.webapp.WebAppContext context) throws java.lang.Exception- Specified by:
preConfigurein interfaceorg.eclipse.jetty.webapp.Configuration- Overrides:
preConfigurein classorg.eclipse.jetty.webapp.AbstractConfiguration- Throws:
java.lang.Exception
-
cloneConfigure
public void cloneConfigure(org.eclipse.jetty.webapp.WebAppContext template, org.eclipse.jetty.webapp.WebAppContext context) throws java.lang.Exception- Overrides:
cloneConfigurein classorg.eclipse.jetty.webapp.AbstractConfiguration- Throws:
java.lang.Exception
-
configure
public void configure(org.eclipse.jetty.webapp.WebAppContext context) throws java.lang.Exception- Specified by:
configurein interfaceorg.eclipse.jetty.webapp.Configuration- Overrides:
configurein classorg.eclipse.jetty.webapp.AbstractConfiguration- Throws:
java.lang.Exception
-
postConfigure
public void postConfigure(org.eclipse.jetty.webapp.WebAppContext context) throws java.lang.Exception- Specified by:
postConfigurein interfaceorg.eclipse.jetty.webapp.Configuration- Overrides:
postConfigurein classorg.eclipse.jetty.webapp.AbstractConfiguration- Throws:
java.lang.Exception
-
deconfigure
public void deconfigure(org.eclipse.jetty.webapp.WebAppContext context) throws java.lang.Exception- Specified by:
deconfigurein interfaceorg.eclipse.jetty.webapp.Configuration- Overrides:
deconfigurein classorg.eclipse.jetty.webapp.AbstractConfiguration- Throws:
java.lang.Exception
-
bindUserTransaction
public void bindUserTransaction(org.eclipse.jetty.webapp.WebAppContext context) throws java.lang.Exception- Throws:
java.lang.Exception
-
lockCompEnv
protected void lockCompEnv(org.eclipse.jetty.webapp.WebAppContext wac) throws java.lang.Exception- Throws:
java.lang.Exception
-
unlockCompEnv
protected void unlockCompEnv(org.eclipse.jetty.webapp.WebAppContext wac) throws java.lang.Exception- Throws:
java.lang.Exception
-
-