Class ServletContextInitializerConfiguration
java.lang.Object
org.eclipse.jetty.webapp.AbstractConfiguration
org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
- All Implemented Interfaces:
org.eclipse.jetty.webapp.Configuration
public class ServletContextInitializerConfiguration
extends org.eclipse.jetty.webapp.AbstractConfiguration
Jetty
Configuration
that calls ServletContextInitializer
s.- Since:
- 2.0.0
- Author:
- Phillip Webb, Andy Wilkinson
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.webapp.Configuration
org.eclipse.jetty.webapp.Configuration.Wrapper, org.eclipse.jetty.webapp.Configuration.WrapperFunction
-
Field Summary
Fields inherited from interface org.eclipse.jetty.webapp.Configuration
ATTR
-
Constructor Summary
ConstructorDescriptionServletContextInitializerConfiguration
(ServletContextInitializer... initializers) Create a newServletContextInitializerConfiguration
. -
Method Summary
Methods inherited from class org.eclipse.jetty.webapp.AbstractConfiguration
abort, addDependencies, addDependencies, addDependents, addDependents, cloneConfigure, deconfigure, destroy, expose, getDependencies, getDependents, getServerClasses, getSystemClasses, hide, isEnabledByDefault, postConfigure, preConfigure, protect, protectAndExpose
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.webapp.Configuration
isAvailable, replaces
-
Constructor Details
-
ServletContextInitializerConfiguration
Create a newServletContextInitializerConfiguration
.- Parameters:
initializers
- the initializers that should be invoked- Since:
- 1.2.1
-
-
Method Details
-
configure
- Specified by:
configure
in interfaceorg.eclipse.jetty.webapp.Configuration
- Overrides:
configure
in classorg.eclipse.jetty.webapp.AbstractConfiguration
- Throws:
Exception
-