public static class WebAppProviderConfiguration.WAPConfiguration extends Object implements Configuration
Configuration.ClassList
ATTR
Constructor and Description |
---|
WAPConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
cloneConfigure(WebAppContext template,
WebAppContext context) |
void |
configure(WebAppContext context) |
void |
deconfigure(WebAppContext context) |
void |
destroy(WebAppContext context) |
void |
postConfigure(WebAppContext context) |
void |
preConfigure(WebAppContext context) |
public void deconfigure(WebAppContext context)
deconfigure
in interface Configuration
public void configure(WebAppContext context) throws Exception
configure
in interface Configuration
Exception
public void cloneConfigure(WebAppContext template, WebAppContext context)
cloneConfigure
in interface Configuration
public void destroy(WebAppContext context)
destroy
in interface Configuration
public void preConfigure(WebAppContext context)
preConfigure
in interface Configuration
public void postConfigure(WebAppContext context)
postConfigure
in interface Configuration