public static interface WebApplicationContext.Configuration extends Serializable
| Modifier and Type | Method and Description |
|---|---|
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.
|
void setWebApplicationContext(WebApplicationContext context)
context - WebApplicationContext getWebApplicationContext()
void configureClassPath()
throws Exception
Exceptionvoid configureDefaults()
throws Exception
ExceptionCopyright © 2016. All Rights Reserved.