Class ServletContextHandler.ServletContainerInitializerStarter

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.ContainerLifeCycle
org.eclipse.jetty.servlet.ServletContextHandler.ServletContainerInitializerStarter
All Implemented Interfaces:
ServletContextHandler.ServletContainerInitializerCaller, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle
Enclosing class:
ServletContextHandler

public static class ServletContextHandler.ServletContainerInitializerStarter extends ContainerLifeCycle implements ServletContextHandler.ServletContainerInitializerCaller
Bean that is added to the ServletContextHandler to start all of the ServletContainerInitializers by starting their corresponding ServletContainerInitializerHolders when this bean is itself started. Note that the SCIs will be started in order of addition.