|
||||||||||
| 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
NamingExceptionpublic void setWebAppContext(WebAppContext context)
Configuration
setWebAppContext in interface Configurationcontext - Configuration.setWebAppContext(org.mortbay.jetty.webapp.WebAppContext)public void setJettyEnvXml(URL url)
public WebAppContext getWebAppContext()
Configuration
getWebAppContext in interface ConfigurationConfiguration.getWebAppContext()
public void configureClassLoader()
throws Exception
Configuration
configureClassLoader in interface ConfigurationExceptionConfiguration.configureClassLoader()
public void configureDefaults()
throws Exception
Configuration
configureDefaults in interface ConfigurationExceptionConfiguration.configureDefaults()
public void configureWebApp()
throws Exception
Configuration
configureWebApp in interface ConfigurationExceptionConfiguration.configureWebApp()
public void deconfigureWebApp()
throws Exception
deconfigureWebApp in interface ConfigurationExceptionConfiguration.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 | |||||||||