|
||||||||||
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 |
bindGlobalEnvEntries()
Bind all EnvEntries that have been globally declared. |
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(URL url)
|
void |
setWebAppContext(WebAppContext context)
Set up a context on which to perform the configuration. |
void |
unbindLocalNamingEntries()
|
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 NamingException
NamingException
public void setWebAppContext(WebAppContext context)
Configuration
setWebAppContext
in interface Configuration
context
- Configuration.setWebAppContext(org.mortbay.jetty.webapp.WebAppContext)
public void setJettyEnvXml(URL url)
public WebAppContext getWebAppContext()
Configuration
getWebAppContext
in interface Configuration
Configuration.getWebAppContext()
public void configureClassLoader() throws Exception
Configuration
configureClassLoader
in interface Configuration
Exception
Configuration.configureClassLoader()
public void configureDefaults() throws Exception
Configuration
configureDefaults
in interface Configuration
Exception
Configuration.configureDefaults()
public void configureWebApp() throws Exception
Configuration
configureWebApp
in interface Configuration
Exception
Configuration.configureWebApp()
public void deconfigureWebApp() throws Exception
deconfigureWebApp
in interface Configuration
Exception
Configuration.deconfigureWebApp()
public void bindGlobalEnvEntries() throws NamingException
NamingException
public void unbindLocalNamingEntries() throws NamingException
NamingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |