Class ServletContextInitializerConfiguration
java.lang.Object
org.eclipse.jetty.ee10.webapp.AbstractConfiguration
org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
- All Implemented Interfaces:
org.eclipse.jetty.ee10.webapp.Configuration
public class ServletContextInitializerConfiguration
extends org.eclipse.jetty.ee10.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 class org.eclipse.jetty.ee10.webapp.AbstractConfiguration
org.eclipse.jetty.ee10.webapp.AbstractConfiguration.Builder
-
Constructor Summary
ConstructorDescriptionServletContextInitializerConfiguration
(ServletContextInitializer... initializers) Create a newServletContextInitializerConfiguration
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(org.eclipse.jetty.ee10.webapp.WebAppContext context) Methods 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
-
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.ee10.webapp.Configuration
- Overrides:
configure
in classorg.eclipse.jetty.ee10.webapp.AbstractConfiguration
- Throws:
Exception
-