|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
configureClassLoader()
Configure ClassPath. |
void |
configureDefaults()
Configure Defaults. |
void |
configureWebApp()
Configure WebApp. |
void |
deconfigureWebApp()
DeConfigure WebApp. |
WebAppContext |
getWebAppContext()
Get the context on which the configuration is performed. |
void |
setWebAppContext(WebAppContext context)
Set up a context on which to perform the configuration. |
| Method Detail |
public void setWebAppContext(WebAppContext context)
context - public WebAppContext getWebAppContext()
public void configureClassLoader()
throws Exception
Exception
public void configureDefaults()
throws Exception
Exception
public void configureWebApp()
throws Exception
Exception
public void deconfigureWebApp()
throws Exception
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||