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.nestedMethods in org.eclipse.jetty.ee8.nested that return ContextHandlerModifier and TypeMethodDescriptionContextHandler.APIContext.getContextHandler()ContextHandler.CoreContextHandler.getContextHandler()static ContextHandlerContextHandler.getContextHandler(javax.servlet.ServletContext context) HttpChannel.getContextHandler()HttpChannelState.getContextHandler()UserIdentityScope.getContextHandler()static ContextHandlerContextHandler.getCurrentContextHandler()Methods in org.eclipse.jetty.ee8.nested with parameters of type ContextHandlerModifier and TypeMethodDescriptionstatic ErrorHandlerErrorHandler.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.jmxMethods in org.eclipse.jetty.ee8.nested.jmx with parameters of type ContextHandlerModifier and TypeMethodDescriptionprotected StringAbstractHandlerMBean.getContextName(ContextHandler context) 
- 
Uses of ContextHandler in org.eclipse.jetty.ee8.servletSubclasses of ContextHandler in org.eclipse.jetty.ee8.servletMethods in org.eclipse.jetty.ee8.servlet that return ContextHandlerModifier and TypeMethodDescriptionServletHolder.getContextHandler()protected ContextHandlerDefaultServlet.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.webappSubclasses of ContextHandler in org.eclipse.jetty.ee8.webapp