Package org.eclipse.jetty.webapp
Class WebXmlConfiguration
- java.lang.Object
 - 
- org.eclipse.jetty.webapp.AbstractConfiguration
 - 
- org.eclipse.jetty.webapp.WebXmlConfiguration
 
 
 
- 
- All Implemented Interfaces:
 Configuration
@Deprecated(since="2021-05-27") public class WebXmlConfiguration extends AbstractConfiguration
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Configure by parsing default web.xml and web.xml 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.eclipse.jetty.webapp.Configuration
Configuration.ClassList, Configuration.Wrapper, Configuration.WrapperFunction 
 - 
 
- 
Field Summary
- 
Fields inherited from interface org.eclipse.jetty.webapp.Configuration
ATTR 
 - 
 
- 
Constructor Summary
Constructors Constructor Description WebXmlConfiguration()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidconfigure(WebAppContext context)Deprecated.Process web-default.xml, web.xml, override-web.xmlvoiddeconfigure(WebAppContext context)Deprecated.DeConfigure WebApp.voidpreConfigure(WebAppContext context)Deprecated.Set up for configuration.- 
Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration
cloneConfigure, destroy, postConfigure 
 - 
 
 - 
 
- 
- 
Method Detail
- 
preConfigure
public void preConfigure(WebAppContext context) throws java.lang.Exception
Deprecated.Description copied from interface:ConfigurationSet up for configuration.Typically this step discovers configuration resources
- Specified by:
 preConfigurein interfaceConfiguration- Overrides:
 preConfigurein classAbstractConfiguration- Parameters:
 context- The context to configure- Throws:
 java.lang.Exception- if unable to pre configure
 
- 
configure
public void configure(WebAppContext context) throws java.lang.Exception
Deprecated.Process web-default.xml, web.xml, override-web.xml- Specified by:
 configurein interfaceConfiguration- Overrides:
 configurein classAbstractConfiguration- Parameters:
 context- The context to configure- Throws:
 java.lang.Exception- if unable to configure
 
- 
deconfigure
public void deconfigure(WebAppContext context) throws java.lang.Exception
Deprecated.Description copied from interface:ConfigurationDeConfigure WebApp. This method is called to undo all configuration done. This is called to allow the context to work correctly over a stop/start cycle- Specified by:
 deconfigurein interfaceConfiguration- Overrides:
 deconfigurein classAbstractConfiguration- Parameters:
 context- The context to configure- Throws:
 java.lang.Exception- if unable to deconfigure
 
 - 
 
 -