public class CloneConfiguration extends AbstractConfiguration
Configuration.ClassList| Modifier and Type | Field and Description |
|---|---|
(package private) WebAppContext |
_template |
ATTR| Constructor and Description |
|---|
CloneConfiguration(WebAppContext template) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(WebAppContext context)
Configure WebApp.
|
void |
deconfigure(WebAppContext context)
DeConfigure WebApp.
|
cloneConfigure, destroy, postConfigure, preConfigurefinal WebAppContext _template
CloneConfiguration(WebAppContext template)
public void configure(WebAppContext context) throws java.lang.Exception
Configuration
Typically this step applies the discovered configuration resources to
either the WebAppContext or the associated MetaData.
configure in interface Configurationconfigure in class AbstractConfigurationcontext - The context to configurejava.lang.Exception - if unable to configurepublic void deconfigure(WebAppContext context) throws java.lang.Exception
Configurationdeconfigure in interface Configurationdeconfigure in class AbstractConfigurationcontext - The context to configurejava.lang.Exception - if unable to deconfigure