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 public static class ServletContextHandler.Initializer extends AbstractLifeCycle implements ServletContextHandler.ServletContainerInitializerCaller
Deprecated.
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.