Class JettyWebXmlConfiguration
java.lang.Object
org.eclipse.jetty.ee9.webapp.AbstractConfiguration
org.eclipse.jetty.ee9.webapp.JettyWebXmlConfiguration
- All Implemented Interfaces:
- Configuration
JettyWebConfiguration.
Looks for XmlConfiguration files in WEB-INF.  Searches in order for the first of jetty8-web.xml, jetty-web.xml or web-jetty.xml
- 
Nested Class SummaryNested classes/interfaces inherited from interface ConfigurationConfiguration.Wrapper, Configuration.WrapperFunction
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface ConfigurationATTR
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidconfigure(WebAppContext context) Configure Apply web-jetty.xml configurationMethods inherited from class AbstractConfigurationabort, addDependencies, addDependencies, addDependents, addDependents, cloneConfigure, deconfigure, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, postConfigure, preConfigure, protect, protectAndExposeMethods inherited from class Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConfigurationisAvailable, replaces
- 
Field Details- 
PROPERTY_WEB_INF_URI- See Also:
 
- 
PROPERTY_WEB_INF- See Also:
 
- 
XML_CONFIGURATION- See Also:
 
- 
JETTY_WEB_XML- See Also:
 
- 
JETTY_EE_9_WEB_XML- See Also:
 
 
- 
- 
Constructor Details- 
JettyWebXmlConfigurationpublic JettyWebXmlConfiguration()
 
- 
- 
Method Details- 
configureConfigure Apply web-jetty.xml configuration- Specified by:
- configurein interface- Configuration
- Overrides:
- configurein class- AbstractConfiguration
- Parameters:
- context- The context to configure
- Throws:
- Exception- if unable to configure
- See Also:
 
 
-