|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mortbay.jetty.webapp.JettyWebXmlConfiguration
public class JettyWebXmlConfiguration
JettyWebConfiguration. Looks for Xmlconfiguration files in WEB-INF. Searches in order for the first of jetty6-web.xml, jetty-web.xml or web-jetty.xml
| Constructor Summary | |
|---|---|
JettyWebXmlConfiguration()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JettyWebXmlConfiguration()
| Method Detail |
|---|
public void setWebAppContext(WebAppContext context)
Configuration
setWebAppContext in interface ConfigurationConfiguration.setWebAppContext(org.mortbay.jetty.webapp.WebAppContext)public WebAppContext getWebAppContext()
Configuration
getWebAppContext in interface Configuration
public void configureClassLoader()
throws Exception
configureClassLoader in interface ConfigurationExceptionConfiguration.configureClassLoader()
public void configureDefaults()
throws Exception
configureDefaults in interface ConfigurationExceptionConfiguration.configureDefaults()
public void configureWebApp()
throws Exception
configureWebApp in interface ConfigurationExceptionConfiguration.configureWebApp()
public void deconfigureWebApp()
throws Exception
deconfigureWebApp in interface ConfigurationExceptionConfiguration.deconfigureWebApp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||