|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface Configuration
Base Class for WebApplicationContext Configuration. This class can be extended to customize or extend the configuration of the WebApplicationContext.
| 方法摘要 | |
|---|---|
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 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
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||