public class JettyWebXmlConfiguration extends AbstractConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
JETTY_WEB_XML |
static String |
PROPERTY_THIS_WEB_INF_URL
The value of this property points to the WEB-INF directory of
the web-app currently installed.
|
static 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 String PROPERTY_THIS_WEB_INF_URL
public static final String XML_CONFIGURATION
public static final String JETTY_WEB_XML
public void configure(WebAppContext context) throws Exception
configure in interface Configurationconfigure in class AbstractConfigurationcontext - The context to configureExceptionConfiguration.configure(WebAppContext)Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.