|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.webapp.AbstractConfiguration
org.eclipse.jetty.webapp.WebXmlConfiguration
public class WebXmlConfiguration
Configure by parsing default web.xml and web.xml
| Constructor Summary | |
|---|---|
WebXmlConfiguration()
|
|
| Method Summary | |
|---|---|
void |
configure(WebAppContext context)
Process web-default.xml, web.xml, override-web.xml |
void |
deconfigure(WebAppContext context)
DeConfigure WebApp. |
protected Resource |
findWebXml(WebAppContext context)
|
void |
preConfigure(WebAppContext context)
Set up for configuration. |
| Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration |
|---|
cloneConfigure, destroy, postConfigure |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebXmlConfiguration()
| Method Detail |
|---|
public void preConfigure(WebAppContext context)
throws Exception
ConfigurationTypically this step discovers configuration resources
preConfigure in interface ConfigurationpreConfigure in class AbstractConfigurationcontext - The context to configure
Exception
public void configure(WebAppContext context)
throws Exception
configure in interface Configurationconfigure in class AbstractConfigurationcontext - The context to configure
Exception
protected Resource findWebXml(WebAppContext context)
throws IOException,
MalformedURLException
IOException
MalformedURLException
public void deconfigure(WebAppContext context)
throws Exception
Configuration
deconfigure in interface Configurationdeconfigure in class AbstractConfigurationcontext - The context to configure
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||