Uses of Class
org.eclipse.jetty.servlet.ServletContextHandler
Packages that use ServletContextHandler
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of ServletContextHandler in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as ServletContextHandlerModifier and TypeFieldDescriptionprivate final ServletContextHandler
DecoratingListener._context
private final ServletContextHandler
ServletContextHandler.Initializer._context
private ServletContextHandler
ServletHandler._contextHandler
Methods in org.eclipse.jetty.servlet that return ServletContextHandlerModifier and TypeMethodDescriptionstatic ServletContextHandler
ServletContextHandler.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)