Package org.eclipse.jetty.ee10.webapp
Class JettyWebXmlConfiguration
java.lang.Object
org.eclipse.jetty.ee10.webapp.AbstractConfiguration
org.eclipse.jetty.ee10.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 Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.ee10.webapp.AbstractConfiguration
AbstractConfiguration.Builder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(WebAppContext context) Configure Apply web-jetty.xml configurationMethods inherited from class org.eclipse.jetty.ee10.webapp.AbstractConfiguration
abort, deconfigure, destroy, getDependencies, getDependents, getHiddenClasses, getProtectedClasses, isEnabledByDefault, postConfigure, preConfigure
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.ee10.webapp.Configuration
getServerClasses, getSystemClasses, isAvailable, replaces
-
Field Details
-
PROPERTY_WEB_INF_URI
- See Also:
-
PROPERTY_WEB_INF
- See Also:
-
XML_CONFIGURATION
- See Also:
-
JETTY_WEB_XML
- See Also:
-
JETTY_EE10_WEB_XML
- See Also:
-
-
Constructor Details
-
JettyWebXmlConfiguration
public JettyWebXmlConfiguration()
-
-
Method Details
-
configure
Configure Apply web-jetty.xml configuration- Specified by:
configure
in interfaceConfiguration
- Overrides:
configure
in classAbstractConfiguration
- Parameters:
context
- The context to configure- Throws:
Exception
- if unable to configure- See Also:
-