org.mortbay.jetty.webapp
public class JettyWebXmlConfiguration extends Object implements Configuration
Constructor and Description |
---|
JettyWebXmlConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
configureClassLoader()
configureClassPath
Not used.
|
void |
configureDefaults()
configureDefaults
Not used.
|
void |
configureWebApp()
configureWebApp
Apply web-jetty.xml configuration
|
void |
deconfigureWebApp()
deconfigureWebApp
|
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.
|
public void setWebAppContext(WebAppContext context)
Configuration
setWebAppContext
in interface Configuration
Configuration.setWebAppContext(org.mortbay.jetty.webapp.WebAppContext)
public WebAppContext getWebAppContext()
Configuration
getWebAppContext
in interface Configuration
public void configureClassLoader() throws Exception
configureClassLoader
in interface Configuration
Exception
Configuration.configureClassLoader()
public void configureDefaults() throws Exception
configureDefaults
in interface Configuration
Exception
Configuration.configureDefaults()
public void configureWebApp() throws Exception
configureWebApp
in interface Configuration
Exception
Configuration.configureWebApp()
public void deconfigureWebApp() throws Exception
deconfigureWebApp
in interface Configuration
Exception
Configuration.deconfigureWebApp()
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.