Uses of Class
org.eclipse.jetty.server.handler.ContextHandler
Packages that use ContextHandler
Package
Description
Jetty Server : Core Server API
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.server
Fields in org.eclipse.jetty.server declared as ContextHandlerMethods in org.eclipse.jetty.server that return ContextHandlerModifier and TypeMethodDescriptionHttpChannelState.getContextHandler()
(package private) ContextHandler
HttpChannelState.getContextHandler
(AsyncContextEvent event) UserIdentity.Scope.getContextHandler()
Constructors in org.eclipse.jetty.server with parameters of type ContextHandlerModifierConstructorDescriptionDispatcher
(ContextHandler contextHandler, String name) Dispatcher
(ContextHandler contextHandler, HttpURI uri, String pathInContext) -
Uses of ContextHandler in org.eclipse.jetty.server.handler
Subclasses of ContextHandler in org.eclipse.jetty.server.handlerFields in org.eclipse.jetty.server.handler declared as ContextHandlerModifier and TypeFieldDescription(package private) final ContextHandler
ManagedAttributeListener._context
(package private) ContextHandler
ResourceHandler._context
private final ContextHandler[]
ContextHandlerCollection.Branch._contexts
Fields in org.eclipse.jetty.server.handler with type parameters of type ContextHandlerModifier and TypeFieldDescriptionprivate final Map<ContextHandler,
Handler> ContextHandlerCollection.Mapping._contextBranches
private Class<? extends ContextHandler>
ContextHandlerCollection._contextClass
Deprecated.Methods in org.eclipse.jetty.server.handler that return ContextHandlerModifier and TypeMethodDescriptionContextHandlerCollection.addContext
(String contextPath, String resourceBase) Deprecated.Unused convenience method no longer supported.ContextHandler.Context.getContextHandler()
static ContextHandler
ContextHandler.getContextHandler
(javax.servlet.ServletContext context) (package private) ContextHandler[]
ContextHandlerCollection.Branch.getContextHandlers()
Methods in org.eclipse.jetty.server.handler with parameters of type ContextHandlerModifier and TypeMethodDescriptionstatic ErrorHandler
ErrorHandler.getErrorHandler
(Server server, ContextHandler context) Method parameters in org.eclipse.jetty.server.handler with type arguments of type ContextHandlerModifier and TypeMethodDescriptionvoid
ContextHandlerCollection.setContextClass
(Class<? extends ContextHandler> contextClass) Deprecated.Unused convenience mechanism not used.Constructors in org.eclipse.jetty.server.handler with parameters of type ContextHandlerModifierConstructorDescriptionContextHandlerCollection
(ContextHandler... contexts) ManagedAttributeListener
(ContextHandler context, String... managedAttributes) -
Uses of ContextHandler in org.eclipse.jetty.server.handler.jmx
Methods in org.eclipse.jetty.server.handler.jmx with parameters of type ContextHandlerModifier and TypeMethodDescriptionprotected String
AbstractHandlerMBean.getContextName
(ContextHandler context) -
Uses of ContextHandler in org.eclipse.jetty.servlet
Subclasses of ContextHandler in org.eclipse.jetty.servletFields in org.eclipse.jetty.servlet declared as ContextHandlerModifier and TypeFieldDescriptionprivate ContextHandler
DefaultServlet._contextHandler
private ContextHandler
Invoker._contextHandler
private final ContextHandler
JspPropertyGroupServlet._contextHandler
Methods in org.eclipse.jetty.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.servlet with parameters of type ContextHandlerModifierConstructorDescriptionJspPropertyGroupServlet
(ContextHandler context, ServletHandler servletHandler) -
Uses of ContextHandler in org.eclipse.jetty.webapp
Subclasses of ContextHandler in org.eclipse.jetty.webapp