public static interface WebApplicationContext.Configuration
extends java.io.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 java.lang.Exception
java.lang.Exceptionvoid configureDefaults()
throws java.lang.Exception
java.lang.Exceptionvoid configureWebApp()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.