public class JettyWebXmlConfiguration extends AbstractConfiguration
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JETTY_WEB_XML |
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.
|
static java.lang.String |
XML_CONFIGURATION |
| Constructor and Description |
|---|
JettyWebXmlConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(WebAppContext context)
Configure
Apply web-jetty.xml configuration
|
cloneConfigure, deconfigure, destroy, postConfigure, preConfigurepublic static final java.lang.String PROPERTY_THIS_WEB_INF_URL
public static final java.lang.String XML_CONFIGURATION
public static final java.lang.String JETTY_WEB_XML
public void configure(WebAppContext context) throws java.lang.Exception
configure in interface Configurationconfigure in class AbstractConfigurationcontext - The context to configurejava.lang.ExceptionConfiguration.configure(WebAppContext)Copyright © 2013 FuseSource, Corp.. All Rights Reserved.