Uses of Interface
org.eclipse.jetty.servlet.ServletContextHandler.ServletContainerInitializerCaller
-
Packages that use ServletContextHandler.ServletContainerInitializerCaller Package Description org.eclipse.jetty.annotations Jetty Annotations : Support for Servlet Annotationsorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integration -
-
Uses of ServletContextHandler.ServletContainerInitializerCaller in org.eclipse.jetty.annotations
Classes in org.eclipse.jetty.annotations that implement ServletContextHandler.ServletContainerInitializerCaller Modifier and Type Class Description class
ServletContainerInitializersStarter
ServletContainerInitializersStarter Call the onStartup() method on all ServletContainerInitializers, after having found all applicable classes (if any) to pass in as args. -
Uses of ServletContextHandler.ServletContainerInitializerCaller in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement ServletContextHandler.ServletContainerInitializerCaller Modifier and Type Class Description static class
ServletContextHandler.Initializer
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
.
-