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 ServletContextInitializers.- Since:
- 2.0.0
- Author:
- Phillip Webb, Andy Wilkinson
- 
Nested Class SummaryNested classes/interfaces inherited from class org.eclipse.jetty.ee10.webapp.AbstractConfigurationorg.eclipse.jetty.ee10.webapp.AbstractConfiguration.Builder
- 
Constructor SummaryConstructorsConstructorDescriptionServletContextInitializerConfiguration(ServletContextInitializer... initializers) Create a newServletContextInitializerConfiguration.
- 
Method SummaryModifier and TypeMethodDescriptionvoidconfigure(org.eclipse.jetty.ee10.webapp.WebAppContext context) Methods inherited from class org.eclipse.jetty.ee10.webapp.AbstractConfigurationabort, deconfigure, destroy, getDependencies, getDependents, getHiddenClasses, getProtectedClasses, isEnabledByDefault, postConfigure, preConfigureMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.ee10.webapp.ConfigurationgetServerClasses, getSystemClasses, isAvailable, replaces
- 
Constructor Details- 
ServletContextInitializerConfigurationCreate a newServletContextInitializerConfiguration.- Parameters:
- initializers- the initializers that should be invoked
- Since:
- 1.2.1
 
 
- 
- 
Method Details- 
configure- Specified by:
- configurein interface- org.eclipse.jetty.ee10.webapp.Configuration
- Overrides:
- configurein class- org.eclipse.jetty.ee10.webapp.AbstractConfiguration
- Throws:
- Exception
 
 
-