Uses of Class
org.eclipse.jetty.server.handler.ContextHandler
-
Packages that use ContextHandler Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler Jetty Server : Core Handler APIorg.eclipse.jetty.server.handler.jmx Jetty Server : Handler JMX Integrationorg.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.webapp Jetty Util : Modular Web Application Support -
-
Uses of ContextHandler in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as ContextHandler Modifier and Type Field Description private ContextHandler
Dispatcher. _contextHandler
Methods in org.eclipse.jetty.server that return ContextHandler Modifier and Type Method Description ContextHandler
HttpChannelState. getContextHandler()
(package private) ContextHandler
HttpChannelState. getContextHandler(AsyncContextEvent event)
ContextHandler
UserIdentity.Scope. getContextHandler()
Constructors in org.eclipse.jetty.server with parameters of type ContextHandler Constructor Description Dispatcher(ContextHandler contextHandler, java.lang.String name)
Dispatcher(ContextHandler contextHandler, HttpURI uri, java.lang.String pathInContext)
-
Uses of ContextHandler in org.eclipse.jetty.server.handler
Subclasses of ContextHandler in org.eclipse.jetty.server.handler Modifier and Type Class Description class
MovedContextHandler
Moved ContextHandler.Fields in org.eclipse.jetty.server.handler declared as ContextHandler Modifier and Type Field Description (package private) ContextHandler
ManagedAttributeListener. _context
(package private) ContextHandler
ResourceHandler. _context
private ContextHandler[]
ContextHandlerCollection.Branch. _contexts
Fields in org.eclipse.jetty.server.handler with type parameters of type ContextHandler Modifier and Type Field Description private java.util.Map<ContextHandler,Handler>
ContextHandlerCollection.Mapping. _contextBranches
private java.lang.Class<? extends ContextHandler>
ContextHandlerCollection. _contextClass
Deprecated.Methods in org.eclipse.jetty.server.handler that return ContextHandler Modifier and Type Method Description ContextHandler
ContextHandlerCollection. addContext(java.lang.String contextPath, java.lang.String resourceBase)
Deprecated.Unused convenience method no longer supported.ContextHandler
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 ContextHandler Modifier and Type Method Description static ErrorHandler
ErrorHandler. getErrorHandler(Server server, ContextHandler context)
Method parameters in org.eclipse.jetty.server.handler with type arguments of type ContextHandler Modifier and Type Method Description void
ContextHandlerCollection. setContextClass(java.lang.Class<? extends ContextHandler> contextClass)
Deprecated.Unused convenience mechanism not used.Constructors in org.eclipse.jetty.server.handler with parameters of type ContextHandler Constructor Description ContextHandlerCollection(ContextHandler... contexts)
ManagedAttributeListener(ContextHandler context, java.lang.String... managedAttributes)
-
Uses of ContextHandler in org.eclipse.jetty.server.handler.jmx
Methods in org.eclipse.jetty.server.handler.jmx with parameters of type ContextHandler Modifier and Type Method Description protected java.lang.String
AbstractHandlerMBean. getContextName(ContextHandler context)
-
Uses of ContextHandler in org.eclipse.jetty.servlet
Subclasses of ContextHandler in org.eclipse.jetty.servlet Modifier and Type Class Description class
ServletContextHandler
Servlet Context.Fields in org.eclipse.jetty.servlet declared as ContextHandler Modifier and Type Field Description private ContextHandler
DefaultServlet. _contextHandler
private ContextHandler
Invoker. _contextHandler
private ContextHandler
JspPropertyGroupServlet. _contextHandler
Methods in org.eclipse.jetty.servlet that return ContextHandler Modifier and Type Method Description ContextHandler
ServletHolder. 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 ContextHandler Constructor Description JspPropertyGroupServlet(ContextHandler context, ServletHandler servletHandler)
-
Uses of ContextHandler in org.eclipse.jetty.webapp
Subclasses of ContextHandler in org.eclipse.jetty.webapp Modifier and Type Class Description class
WebAppContext
Web Application Context Handler.
-