public class EnvConfiguration
extends org.eclipse.jetty.webapp.AbstractConfiguration
| Constructor | Description |
|---|---|
EnvConfiguration() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
bindEnvEntries(org.eclipse.jetty.webapp.WebAppContext context) |
Bind all EnvEntries that have been declared, so that the processing of the
web.xml file can potentially override them.
|
void |
configure(org.eclipse.jetty.webapp.WebAppContext context) |
|
protected void |
createEnvContext(org.eclipse.jetty.webapp.WebAppContext wac) |
|
void |
deconfigure(org.eclipse.jetty.webapp.WebAppContext context) |
Remove jndi setup from start
|
void |
destroy(org.eclipse.jetty.webapp.WebAppContext context) |
Remove all jndi setup
|
void |
preConfigure(org.eclipse.jetty.webapp.WebAppContext context) |
|
void |
setJettyEnvXml(java.net.URL url) |
public void setJettyEnvXml(java.net.URL url)
public void preConfigure(org.eclipse.jetty.webapp.WebAppContext context)
throws java.lang.Exception
preConfigure in class org.eclipse.jetty.webapp.AbstractConfigurationjava.lang.Exceptionpublic void configure(org.eclipse.jetty.webapp.WebAppContext context)
throws java.lang.Exception
configure in class org.eclipse.jetty.webapp.AbstractConfigurationjava.lang.Exceptionpublic void deconfigure(org.eclipse.jetty.webapp.WebAppContext context)
throws java.lang.Exception
deconfigure in class org.eclipse.jetty.webapp.AbstractConfigurationjava.lang.Exception - if unable to deconfigurepublic void destroy(org.eclipse.jetty.webapp.WebAppContext context)
throws java.lang.Exception
destroy in class org.eclipse.jetty.webapp.AbstractConfigurationjava.lang.Exception - if unable to destroypublic void bindEnvEntries(org.eclipse.jetty.webapp.WebAppContext context)
throws javax.naming.NamingException
context - the context to use for the object scopejavax.naming.NamingException - if unable to bind env entriesprotected void createEnvContext(org.eclipse.jetty.webapp.WebAppContext wac)
throws javax.naming.NamingException
javax.naming.NamingExceptionCopyright © 1995–2018 Webtide. All rights reserved.