|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.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
Field Summary | |
---|---|
static java.lang.String |
PROPERTY_THIS_WEB_INF_URL
The value of this property points to the WEB-INF directory of the web-app currently installed. |
Constructor Summary | |
---|---|
JettyWebXmlConfiguration()
|
Method Summary | |
---|---|
void |
configure(WebAppContext context)
Configure Apply web-jetty.xml configuration |
void |
deconfigure(WebAppContext context)
DeConfigure WebApp. |
void |
postConfigure(WebAppContext context)
Clear down after configuration. |
void |
preConfigure(WebAppContext context)
Set up for configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROPERTY_THIS_WEB_INF_URL
Constructor Detail |
---|
public JettyWebXmlConfiguration()
Method Detail |
---|
public void preConfigure(WebAppContext context) throws java.lang.Exception
Configuration
preConfigure
in interface Configuration
java.lang.Exception
public void configure(WebAppContext context) throws java.lang.Exception
configure
in interface Configuration
java.lang.Exception
Configuration.configure(WebAppContext)
public void postConfigure(WebAppContext context) throws java.lang.Exception
Configuration
postConfigure
in interface Configuration
java.lang.Exception
public void deconfigure(WebAppContext context) throws java.lang.Exception
Configuration
deconfigure
in interface Configuration
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |