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 Integration -
-
Uses of ContextHandler in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ContextHandler Modifier and Type Method Description ContextHandlerHttpChannelState. getContextHandler()ContextHandlerUserIdentity.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, org.eclipse.jetty.http.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 classMovedContextHandlerMoved ContextHandler.Methods in org.eclipse.jetty.server.handler that return ContextHandler Modifier and Type Method Description ContextHandlerContextHandler.Context. getContextHandler()static ContextHandlerContextHandler. getContextHandler(jakarta.servlet.ServletContext context)Methods in org.eclipse.jetty.server.handler with parameters of type ContextHandler Modifier and Type Method Description static ErrorHandlerErrorHandler. getErrorHandler(Server server, ContextHandler context)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.StringAbstractHandlerMBean. getContextName(ContextHandler context)
-