Uses of Class
org.eclipse.jetty.servlet.ServletContextHandler
Packages that use ServletContextHandler
Package
Description
Jetty Ant : Ant Tasks and Configuration
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of ServletContextHandler in org.eclipse.jetty.ant
Subclasses of ServletContextHandler in org.eclipse.jetty.antModifier and TypeClassDescriptionclassExtension of WebAppContext to allow configuration via Ant environment. -
Uses of ServletContextHandler in org.eclipse.jetty.cdi
Fields in org.eclipse.jetty.cdi declared as ServletContextHandlerConstructors in org.eclipse.jetty.cdi with parameters of type ServletContextHandlerModifierConstructorDescriptionCdiDecoratingListener(ServletContextHandler contextHandler) CdiSpiDecorator(ServletContextHandler context) -
Uses of ServletContextHandler in org.eclipse.jetty.quickstart
Subclasses of ServletContextHandler in org.eclipse.jetty.quickstart -
Uses of ServletContextHandler in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as ServletContextHandlerModifier and TypeFieldDescriptionprivate final ServletContextHandlerDecoratingListener._contextprivate final ServletContextHandlerServletContextHandler.Initializer._contextprivate ServletContextHandlerServletHandler._contextHandlerMethods in org.eclipse.jetty.servlet that return ServletContextHandlerModifier and TypeMethodDescriptionstatic ServletContextHandlerServletContextHandler.getServletContextHandler(javax.servlet.ServletContext context) ServletHandler.getServletContextHandler()Constructors in org.eclipse.jetty.servlet with parameters of type ServletContextHandlerModifierConstructorDescriptionDecoratingListener(ServletContextHandler context, String attributeName) Initializer(ServletContextHandler context, javax.servlet.ServletContainerInitializer sci) Initializer(ServletContextHandler context, javax.servlet.ServletContainerInitializer sci, Set<Class<?>> classes) -
Uses of ServletContextHandler in org.eclipse.jetty.webapp
Subclasses of ServletContextHandler in org.eclipse.jetty.webappConstructors in org.eclipse.jetty.webapp with parameters of type ServletContextHandlerModifierConstructorDescriptionDecoratingListener(ServletContextHandler context) DecoratingListener(ServletContextHandler context, String attributeName)