|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.jetty.plus.webapp.EnvConfiguration
public class EnvConfiguration
EnvConfiguration
Constructor Summary | |
---|---|
EnvConfiguration()
|
Method Summary | |
---|---|
void |
bindEnvEntries()
Bind all EnvEntries that have been declared, so that the processing of the web.xml file can potentially override them. |
void |
configureClassLoader()
Configure ClassPath. |
void |
configureDefaults()
Configure Defaults. |
void |
configureWebApp()
Configure WebApp. |
protected void |
createEnvContext()
|
void |
deconfigureWebApp()
Remove all jndi setup |
WebAppContext |
getWebAppContext()
Get the context on which the configuration is performed. |
void |
setJettyEnvXml(java.net.URL url)
|
void |
setWebAppContext(WebAppContext context)
Set up a context on which to perform the configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnvConfiguration()
Method Detail |
---|
protected void createEnvContext() throws javax.naming.NamingException
javax.naming.NamingException
public void setWebAppContext(WebAppContext context)
Configuration
setWebAppContext
in interface Configuration
context
- Configuration.setWebAppContext(org.mortbay.jetty.webapp.WebAppContext)
public void setJettyEnvXml(java.net.URL url)
public WebAppContext getWebAppContext()
Configuration
getWebAppContext
in interface Configuration
Configuration.getWebAppContext()
public void configureClassLoader() throws java.lang.Exception
Configuration
configureClassLoader
in interface Configuration
java.lang.Exception
Configuration.configureClassLoader()
public void configureDefaults() throws java.lang.Exception
Configuration
configureDefaults
in interface Configuration
java.lang.Exception
Configuration.configureDefaults()
public void configureWebApp() throws java.lang.Exception
Configuration
configureWebApp
in interface Configuration
java.lang.Exception
Configuration.configureWebApp()
public void deconfigureWebApp() throws java.lang.Exception
deconfigureWebApp
in interface Configuration
java.lang.Exception
Configuration.deconfigureWebApp()
public void bindEnvEntries() throws javax.naming.NamingException
javax.naming.NamingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |