Uses of Class
org.eclipse.jetty.server.handler.ContextHandler
Package
Description
Jetty Ant : Ant Tasks and Configuration
Jetty Ant : Ant Wrappers of Jetty Internals
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : JMX Integration
Jetty Deploy : Webapp Deployment Providers
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.ant
Modifier and TypeClassDescriptionclass
Extension of WebAppContext to allow configuration via Ant environment. -
Uses of ContextHandler in org.eclipse.jetty.ant.types
-
Uses of ContextHandler in org.eclipse.jetty.deploy
Modifier and TypeMethodDescriptionAppProvider.createContextHandler
(App app) Create a ContextHandler for an AppApp.getContextHandler()
Get ContextHandler for the App.ModifierConstructorDescriptionApp
(DeploymentManager manager, AppProvider provider, String originId, ContextHandler context) Create an App with specified Origin ID and archivePath -
Uses of ContextHandler in org.eclipse.jetty.deploy.jmx
-
Uses of ContextHandler in org.eclipse.jetty.deploy.providers
Modifier and TypeMethodDescriptionprotected void
WebAppProvider.initializeContextPath
(ContextHandler context, String contextName, boolean stripExtension) -
Uses of ContextHandler in org.eclipse.jetty.http.spi
-
Uses of ContextHandler in org.eclipse.jetty.osgi.boot
Modifier and TypeMethodDescriptionAbstractContextProvider.createContextHandler
(App app) AbstractContextProvider.OSGiApp.createContextHandler()
AbstractWebAppProvider.createContextHandler
(App app) AbstractWebAppProvider.OSGiApp.createContextHandler()
Modifier and TypeMethodDescriptionboolean
ServiceContextProvider.serviceAdded
(org.osgi.framework.ServiceReference serviceRef, ContextHandler context) boolean
ServiceProvider.serviceAdded
(org.osgi.framework.ServiceReference ref, ContextHandler handler) boolean
ServiceWebAppProvider.serviceAdded
(org.osgi.framework.ServiceReference serviceRef, ContextHandler context) A webapp that was deployed as an osgi service has been added, and we want to deploy it.boolean
ServiceContextProvider.serviceRemoved
(org.osgi.framework.ServiceReference serviceRef, ContextHandler context) boolean
ServiceProvider.serviceRemoved
(org.osgi.framework.ServiceReference ref, ContextHandler handler) boolean
ServiceWebAppProvider.serviceRemoved
(org.osgi.framework.ServiceReference serviceRef, ContextHandler context) void
AbstractContextProvider.OSGiApp.setHandler
(ContextHandler h) -
Uses of ContextHandler in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionprotected ContextHandler
AllowedResourceAliasChecker.getContextHandler()
HttpChannelState.getContextHandler()
UserIdentity.Scope.getContextHandler()
ModifierConstructorDescriptionAllowedResourceAliasChecker
(ContextHandler contextHandler) AllowedResourceAliasChecker
(ContextHandler contextHandler, Supplier<Resource> resourceBaseSupplier) AllowedResourceAliasChecker
(ContextHandler contextHandler, Resource baseResource) Dispatcher
(ContextHandler contextHandler, String name) Dispatcher
(ContextHandler contextHandler, HttpURI uri, String pathInContext) SymlinkAllowedResourceAliasChecker
(ContextHandler contextHandler) SymlinkAllowedResourceAliasChecker
(ContextHandler contextHandler, Resource baseResource) -
Uses of ContextHandler in org.eclipse.jetty.server.handler
Modifier and TypeMethodDescriptionContextHandler.Context.getContextHandler()
static ContextHandler
ContextHandler.getContextHandler
(javax.servlet.ServletContext context) Modifier and TypeMethodDescriptionstatic ErrorHandler
ErrorHandler.getErrorHandler
(Server server, ContextHandler context) ModifierConstructorDescriptionContextHandlerCollection
(ContextHandler... contexts) ManagedAttributeListener
(ContextHandler context, String... managedAttributes) -
Uses of ContextHandler in org.eclipse.jetty.server.handler.jmx
Modifier and TypeMethodDescriptionprotected String
AbstractHandlerMBean.getContextName
(ContextHandler context) -
Uses of ContextHandler in org.eclipse.jetty.servlet
Modifier 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.ModifierConstructorDescriptionJspPropertyGroupServlet
(ContextHandler context, ServletHandler servletHandler) -
Uses of ContextHandler in org.eclipse.jetty.webapp