public class WebXmlConfiguration extends AbstractConfiguration
| Constructor and Description |
|---|
WebXmlConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(WebAppContext context)
Process web-default.xml, web.xml, override-web.xml
|
void |
deconfigure(WebAppContext context)
DeConfigure WebApp.
|
protected Resource |
findWebXml(WebAppContext context) |
void |
preConfigure(WebAppContext context)
Set up for configuration.
|
cloneConfigure, destroy, postConfigurepublic void preConfigure(WebAppContext context) throws Exception
ConfigurationTypically this step discovers configuration resources
preConfigure in interface ConfigurationpreConfigure in class AbstractConfigurationcontext - The context to configureExceptionpublic void configure(WebAppContext context) throws Exception
configure in interface Configurationconfigure in class AbstractConfigurationcontext - The context to configureExceptionprotected Resource findWebXml(WebAppContext context) throws IOException, MalformedURLException
IOExceptionMalformedURLExceptionpublic void deconfigure(WebAppContext context) throws Exception
Configurationdeconfigure in interface Configurationdeconfigure in class AbstractConfigurationcontext - The context to configureExceptionCopyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.