Uses of Interface
org.eclipse.jetty.servlet.ServletContextHandler.ServletContainerInitializerCaller
Packages that use ServletContextHandler.ServletContainerInitializerCaller
-
Uses of ServletContextHandler.ServletContainerInitializerCaller in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement ServletContextHandler.ServletContainerInitializerCallerModifier and TypeClassDescriptionstatic class
A utility class to hold aServletContainerInitializer
and implement theServletContextHandler.ServletContainerInitializerCaller
interface so that the SCI is correctly started if an instance of this class is added as a bean to aServletContextHandler
.