Uses of Class
org.eclipse.jetty.ee8.nested.ContextHandler
Packages that use ContextHandler
Package
Description
Jetty Server : Core Handler API
Jetty Server : Handler JMX Integration
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of ContextHandler in org.eclipse.jetty.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return ContextHandlerModifier and TypeMethodDescriptionContextHandler.APIContext.getContextHandler()
ContextHandler.CoreContextHandler.getContextHandler()
static ContextHandler
ContextHandler.getContextHandler
(javax.servlet.ServletContext context) HttpChannel.getContextHandler()
HttpChannelState.getContextHandler()
UserIdentityScope.getContextHandler()
static ContextHandler
ContextHandler.getCurrentContextHandler()
Methods in org.eclipse.jetty.ee8.nested with parameters of type ContextHandlerModifier and TypeMethodDescriptionstatic ErrorHandler
ErrorHandler.getErrorHandler
(Server server, ContextHandler context) Constructors in org.eclipse.jetty.ee8.nested with parameters of type ContextHandlerModifierConstructorDescriptionDispatcher
(ContextHandler contextHandler, String name) Dispatcher
(ContextHandler contextHandler, HttpURI uri, String pathInContext) HttpChannel
(ContextHandler contextHandler, ConnectionMetaData connectionMetaData) ManagedAttributeListener
(ContextHandler contextHandler, String... managedAttributes) -
Uses of ContextHandler in org.eclipse.jetty.ee8.nested.jmx
Methods in org.eclipse.jetty.ee8.nested.jmx with parameters of type ContextHandlerModifier and TypeMethodDescriptionprotected String
AbstractHandlerMBean.getContextName
(ContextHandler context) -
Uses of ContextHandler in org.eclipse.jetty.ee8.servlet
Subclasses of ContextHandler in org.eclipse.jetty.ee8.servletMethods in org.eclipse.jetty.ee8.servlet that return ContextHandlerModifier and TypeMethodDescriptionServletHolder.getContextHandler()
protected ContextHandler
DefaultServlet.initContextHandler
(javax.servlet.ServletContext servletContext) Compute the field _contextHandler.
In the case where the DefaultServlet is deployed on the HttpService it is likely that this method needs to be overwritten to unwrap the ServletContext facade until we reach the original jetty's ContextHandler.Constructors in org.eclipse.jetty.ee8.servlet with parameters of type ContextHandlerModifierConstructorDescriptionJspPropertyGroupServlet
(ContextHandler context, ServletHandler servletHandler) -
Uses of ContextHandler in org.eclipse.jetty.ee8.webapp
Subclasses of ContextHandler in org.eclipse.jetty.ee8.webapp