public class JettyWebXmlConfiguration extends AbstractConfiguration
Configuration.ClassList
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 |
ATTR
Constructor and Description |
---|
JettyWebXmlConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
configure(WebAppContext context)
Configure
Apply web-jetty.xml configuration
|
cloneConfigure, deconfigure, destroy, postConfigure, preConfigure
public 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 Configuration
configure
in class AbstractConfiguration
context
- The context to configureException
Configuration.configure(WebAppContext)
Copyright © 1995-2015 Webtide. All Rights Reserved.