|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Configuration
Base Class for WebApplicationContext Configuration. This class can be extended to customize or extend the configuration of the WebApplicationContext.
| Method Summary | |
|---|---|
void |
cloneConfigure(WebAppContext template,
WebAppContext context)
Clone configuration instance. |
void |
configure(WebAppContext context)
Configure WebApp. |
void |
deconfigure(WebAppContext context)
DeConfigure WebApp. |
void |
destroy(WebAppContext context)
Destroy WebApp. |
void |
postConfigure(WebAppContext context)
Clear down after configuration. |
void |
preConfigure(WebAppContext context)
Set up for configuration. |
| Method Detail |
|---|
void preConfigure(WebAppContext context)
throws Exception
Typically this step discovers configuration resources
context - The context to configure
Exception
void configure(WebAppContext context)
throws Exception
Typically this step applies the discovered configuration resources to
either the WebAppContext or the associated MetaData.
context - The context to configure
Exception
void postConfigure(WebAppContext context)
throws Exception
context - The context to configure
Exception
void deconfigure(WebAppContext context)
throws Exception
context - The context to configure
Exception
void destroy(WebAppContext context)
throws Exception
context - The context to configure
Exception
void cloneConfigure(WebAppContext template,
WebAppContext context)
throws Exception
Configure an instance of a WebAppContext, based on a template WebAppContext that has previously been configured by this Configuration.
template - The template contextcontext - The context to configure
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||