Class ServletContextHandler.Initializer

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.servlet.ServletContextHandler.Initializer
All Implemented Interfaces:
ServletContextHandler.ServletContainerInitializerCaller, LifeCycle
Enclosing class:
ServletContextHandler

@Deprecated(since="2021-05-27") public static class ServletContextHandler.Initializer extends AbstractLifeCycle implements ServletContextHandler.ServletContainerInitializerCaller
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
A utility class to hold a ServletContainerInitializer and implement the ServletContextHandler.ServletContainerInitializerCaller interface so that the SCI is correctly started if an instance of this class is added as a bean to a ServletContextHandler.