org.mortbay.jetty.webapp
public class WebInfConfiguration extends java.lang.Object implements Configuration
| Modifier and Type | Field and Description |
|---|---|
protected WebAppContext |
_context |
| Constructor and Description |
|---|
WebInfConfiguration() |
| 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.
|
protected WebAppContext _context
public void setWebAppContext(WebAppContext context)
ConfigurationsetWebAppContext in interface Configurationpublic WebAppContext getWebAppContext()
ConfigurationgetWebAppContext in interface Configurationpublic void configureClassLoader()
throws java.lang.Exception
configureClassLoader in interface Configurationjava.lang.Exceptionpublic void configureDefaults()
throws java.lang.Exception
ConfigurationconfigureDefaults in interface Configurationjava.lang.Exceptionpublic void configureWebApp()
throws java.lang.Exception
ConfigurationconfigureWebApp in interface Configurationjava.lang.Exceptionpublic void deconfigureWebApp()
throws java.lang.Exception
ConfigurationdeconfigureWebApp in interface Configurationjava.lang.ExceptionCopyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.