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 java.lang.Exception
ConfigurationTypically this step discovers configuration resources
preConfigure in interface ConfigurationpreConfigure in class AbstractConfigurationcontext - The context to configurejava.lang.Exceptionpublic void configure(WebAppContext context) throws java.lang.Exception
configure in interface Configurationconfigure in class AbstractConfigurationcontext - The context to configurejava.lang.Exceptionprotected Resource findWebXml(WebAppContext context) throws java.io.IOException, java.net.MalformedURLException
java.io.IOExceptionjava.net.MalformedURLExceptionpublic void deconfigure(WebAppContext context) throws java.lang.Exception
Configurationdeconfigure in interface Configurationdeconfigure in class AbstractConfigurationcontext - The context to configurejava.lang.ExceptionCopyright © 2013 FuseSource, Corp.. All Rights Reserved.