|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.webapp.AbstractConfiguration
org.eclipse.jetty.plus.webapp.EnvConfiguration
public class EnvConfiguration
EnvConfiguration
| Constructor Summary | |
|---|---|
EnvConfiguration()
|
|
| Method Summary | |
|---|---|
void |
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 |
createEnvContext(WebAppContext wac)
|
void |
deconfigure(WebAppContext context)
Remove all jndi setup |
void |
preConfigure(WebAppContext context)
Set up for configuration. |
void |
setJettyEnvXml(java.net.URL url)
|
| Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration |
|---|
cloneConfigure, postConfigure |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnvConfiguration()
| Method Detail |
|---|
public void setJettyEnvXml(java.net.URL url)
public void preConfigure(WebAppContext context)
throws java.lang.Exception
ConfigurationTypically this step discovers configuration resources
preConfigure in interface ConfigurationpreConfigure in class AbstractConfigurationcontext - The context to configure
java.lang.ExceptionConfiguration.configure(WebAppContext)
public void configure(WebAppContext context)
throws java.lang.Exception
Configuration
Typically this step applies the discovered configuration resources to
either the WebAppContext or the associated MetaData.
configure in interface Configurationconfigure in class AbstractConfigurationcontext - The context to configure
java.lang.Exception
public void deconfigure(WebAppContext context)
throws java.lang.Exception
deconfigure in interface Configurationdeconfigure in class AbstractConfigurationcontext - The context to configure
java.lang.ExceptionConfiguration.deconfigure(WebAppContext)
public void bindEnvEntries(WebAppContext context)
throws javax.naming.NamingException
javax.naming.NamingException
protected void createEnvContext(WebAppContext wac)
throws javax.naming.NamingException
javax.naming.NamingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||