public interface Configuration
| Modifier and Type | Method and Description |
|---|---|
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.
|
void preConfigure(WebAppContext context) throws java.lang.Exception
Typically this step discovers configuration resources
context - The context to configurejava.lang.Exceptionvoid configure(WebAppContext context) throws java.lang.Exception
Typically this step applies the discovered configuration resources to
either the WebAppContext or the associated MetaData.
context - The context to configurejava.lang.Exceptionvoid postConfigure(WebAppContext context) throws java.lang.Exception
context - The context to configurejava.lang.Exceptionvoid deconfigure(WebAppContext context) throws java.lang.Exception
context - The context to configurejava.lang.Exceptionvoid destroy(WebAppContext context) throws java.lang.Exception
context - The context to configurejava.lang.Exceptionvoid cloneConfigure(WebAppContext template, WebAppContext context) throws java.lang.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 configurejava.lang.ExceptionCopyright © 2013 FuseSource, Corp.. All Rights Reserved.