public interface Configuration
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
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.
|
void setWebAppContext(WebAppContext context)
context
- WebAppContext getWebAppContext()
void configureClassLoader() 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
void deconfigureWebApp() throws java.lang.Exception
java.lang.Exception
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.