Class EnvConfiguration
java.lang.Object
org.eclipse.jetty.ee10.webapp.AbstractConfiguration
org.eclipse.jetty.ee10.plus.webapp.EnvConfiguration
- All Implemented Interfaces:
Configuration
EnvConfiguration
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.ee10.webapp.AbstractConfiguration
AbstractConfiguration.Builder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bindEnvEntries
(WebAppContext context) Bind all EnvEntries that have been declared, so that the processing of the web.xml file can potentially override them.void
configure
(WebAppContext context) Configure WebApp.protected void
void
deconfigure
(WebAppContext context) Remove jndi setup from startvoid
destroy
(WebAppContext context) Remove all jndi setupvoid
preConfigure
(WebAppContext context) Set up for configuration.Methods inherited from class org.eclipse.jetty.ee10.webapp.AbstractConfiguration
abort, getDependencies, getDependents, getHiddenClasses, getProtectedClasses, isEnabledByDefault, postConfigure
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.ee10.webapp.Configuration
getServerClasses, getSystemClasses, isAvailable, replaces
-
Field Details
-
JETTY_ENV_XML
- See Also:
-
-
Constructor Details
-
EnvConfiguration
public EnvConfiguration()
-
-
Method Details
-
preConfigure
Description copied from interface:Configuration
Set 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:
preConfigure
in interfaceConfiguration
- Overrides:
preConfigure
in classAbstractConfiguration
- Parameters:
context
- The context to configure- Throws:
Exception
- if unable to pre configure
-
configure
Description copied from interface:Configuration
Configure WebApp.Typically this step applies the discovered configuration resources to either the
WebAppContext
or the associatedMetaData
.- Specified by:
configure
in interfaceConfiguration
- Overrides:
configure
in classAbstractConfiguration
- Parameters:
context
- The context to configure- Throws:
Exception
- if unable to configure
-
deconfigure
Remove jndi setup from start- Specified by:
deconfigure
in interfaceConfiguration
- Overrides:
deconfigure
in classAbstractConfiguration
- Parameters:
context
- The context to configure- Throws:
Exception
- if unable to deconfigure
-
destroy
Remove all jndi setup- Specified by:
destroy
in interfaceConfiguration
- Overrides:
destroy
in classAbstractConfiguration
- Parameters:
context
- The context to configure- Throws:
Exception
- if unable to destroy
-
bindEnvEntries
Bind all EnvEntries that have been declared, so that the processing of the web.xml file can potentially override them.We first bind EnvEntries declared in Server scope, then WebAppContext scope.
- Parameters:
context
- the context to use for the object scope- Throws:
NamingException
- if unable to bind env entries
-
createEnvContext
- Throws:
NamingException
-