|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface WebApplicationContext.Configuration
Base Class for WebApplicationContext Configuration. This class can be extended to customize or extend the configuration of the WebApplicationContext. If WebApplicationContext.setConfiguration is not called, then an XMLConfiguration instance is created.
Method Summary | |
---|---|
void |
configureClassPath()
Configure ClassPath. |
void |
configureDefaults()
Configure Defaults. |
void |
configureWebApp()
Configure WebApp. |
WebApplicationContext |
getWebApplicationContext()
Get the context on which the configuration is performed. |
void |
setWebApplicationContext(WebApplicationContext context)
Set up a context on which to perform the configuration. |
Method Detail |
---|
void setWebApplicationContext(WebApplicationContext context)
context
- WebApplicationContext getWebApplicationContext()
void configureClassPath() throws java.lang.Exception
java.lang.Exception
void configureDefaults() throws java.lang.Exception
java.lang.Exception
void configureWebApp() throws java.lang.Exception
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |