Class PlusConfiguration
java.lang.Object
org.eclipse.jetty.ee9.webapp.AbstractConfiguration
org.eclipse.jetty.ee9.plus.webapp.PlusConfiguration
- All Implemented Interfaces:
- Configuration
Configuration
- 
Nested Class SummaryNested classes/interfaces inherited from interface ConfigurationConfiguration.Wrapper, Configuration.WrapperFunction
- 
Field SummaryFields inherited from interface ConfigurationATTR
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbindUserTransaction(WebAppContext context) voidcloneConfigure(WebAppContext template, WebAppContext context) voidconfigure(WebAppContext context) Configure WebApp.voiddeconfigure(WebAppContext context) DeConfigure WebApp.protected voidlockCompEnv(WebAppContext wac) voidpostConfigure(WebAppContext context) Clear down after configuration.voidpreConfigure(WebAppContext context) Set up for configuration.protected voidMethods inherited from class AbstractConfigurationabort, addDependencies, addDependencies, addDependents, addDependents, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, protect, protectAndExposeMethods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConfigurationisAvailable, replaces
- 
Constructor Details- 
PlusConfigurationpublic PlusConfiguration()
 
- 
- 
Method Details- 
preConfigureDescription copied from interface:ConfigurationSet up for configuration.Typically this step discovers configuration resources. Calls to preConfigure may alter the Configurations configured on the WebAppContext, so long as configurations prior to this configuration are not altered. - Specified by:
- preConfigurein interface- Configuration
- Overrides:
- preConfigurein class- AbstractConfiguration
- Parameters:
- context- The context to configure
- Throws:
- Exception- if unable to pre configure
 
- 
cloneConfigure- Overrides:
- cloneConfigurein class- AbstractConfiguration
- Throws:
- Exception
 
- 
configureDescription copied from interface:ConfigurationConfigure WebApp.Typically this step applies the discovered configuration resources to either the WebAppContextor the associatedMetaData.- Specified by:
- configurein interface- Configuration
- Overrides:
- configurein class- AbstractConfiguration
- Parameters:
- context- The context to configure
- Throws:
- Exception- if unable to configure
 
- 
postConfigureDescription copied from interface:ConfigurationClear down after configuration.- Specified by:
- postConfigurein interface- Configuration
- Overrides:
- postConfigurein class- AbstractConfiguration
- Parameters:
- context- The context to configure
- Throws:
- Exception- if unable to post configure
 
- 
deconfigureDescription copied from interface:ConfigurationDeConfigure WebApp. This method is called to undo all configuration done. This is called to allow the context to work correctly over a stop/start cycle- Specified by:
- deconfigurein interface- Configuration
- Overrides:
- deconfigurein class- AbstractConfiguration
- Parameters:
- context- The context to configure
- Throws:
- Exception- if unable to deconfigure
 
- 
bindUserTransaction- Throws:
- Exception
 
- 
lockCompEnv- Throws:
- Exception
 
- 
unlockCompEnv- Throws:
- Exception
 
 
-