|
||||||||||
| 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.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 |
| Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration |
|---|
cloneConfigure, deconfigure, postConfigure, preConfigure |
| 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 configure(WebAppContext context)
throws java.lang.Exception
configure in interface Configurationconfigure in class AbstractConfigurationcontext - The context to configure
java.lang.ExceptionConfiguration.configure(WebAppContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||