public class JettyWebXmlConfiguration extends Object implements Configuration
| Constructor and Description |
|---|
JettyWebXmlConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configureClassLoader()
configureClassPath
Not used.
|
void |
configureDefaults()
configureDefaults
Not used.
|
void |
configureWebApp()
configureWebApp
Apply web-jetty.xml configuration
|
void |
deconfigureWebApp()
deconfigureWebApp
|
WebAppContext |
getWebAppContext()
Get the context on which the configuration is performed.
|
void |
setWebAppContext(WebAppContext context)
Set up a context on which to perform the configuration.
|
public void setWebAppContext(WebAppContext context)
ConfigurationsetWebAppContext in interface ConfigurationConfiguration.setWebAppContext(org.mortbay.jetty.webapp.WebAppContext)public WebAppContext getWebAppContext()
ConfigurationgetWebAppContext in interface Configurationpublic void configureClassLoader()
throws Exception
configureClassLoader in interface ConfigurationExceptionConfiguration.configureClassLoader()public void configureDefaults()
throws Exception
configureDefaults in interface ConfigurationExceptionConfiguration.configureDefaults()public void configureWebApp()
throws Exception
configureWebApp in interface ConfigurationExceptionConfiguration.configureWebApp()public void deconfigureWebApp()
throws Exception
deconfigureWebApp in interface ConfigurationExceptionConfiguration.deconfigureWebApp()Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.