Uses of Class
org.eclipse.jetty.server.handler.ContextHandler
-
Packages that use ContextHandler Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.ant.types Jetty Ant : Ant Wrappers of Jetty Internalsorg.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.deploy.jmx Jetty Deploy : JMX Integrationorg.eclipse.jetty.deploy.providers Jetty Deploy : Webapp Deployment Providersorg.eclipse.jetty.http.spi org.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.osgi.boot org.eclipse.jetty.quickstart 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.ant
Subclasses of ContextHandler in org.eclipse.jetty.ant Modifier and Type Class Description classAntWebAppContextExtension of WebAppContext to allow configuration via Ant environment. -
Uses of ContextHandler in org.eclipse.jetty.ant.types
Methods in org.eclipse.jetty.ant.types that return types with arguments of type ContextHandler Modifier and Type Method Description java.util.List<ContextHandler>ContextHandlers. getContextHandlers()Methods in org.eclipse.jetty.ant.types with parameters of type ContextHandler Modifier and Type Method Description voidContextHandlers. add(ContextHandler handler) -
Uses of ContextHandler in org.eclipse.jetty.deploy
Methods in org.eclipse.jetty.deploy that return ContextHandler Modifier and Type Method Description ContextHandlerAppProvider. createContextHandler(App app)Create a ContextHandler for an AppContextHandlerApp. getContextHandler()Get ContextHandler for the App.Constructors in org.eclipse.jetty.deploy with parameters of type ContextHandler Constructor Description App(DeploymentManager manager, AppProvider provider, java.lang.String originId, ContextHandler context)Create an App with specified Origin ID and archivePath -
Uses of ContextHandler in org.eclipse.jetty.deploy.jmx
Methods in org.eclipse.jetty.deploy.jmx that return types with arguments of type ContextHandler Modifier and Type Method Description java.util.Collection<ContextHandler>DeploymentManagerMBean. getContexts() -
Uses of ContextHandler in org.eclipse.jetty.deploy.providers
Methods in org.eclipse.jetty.deploy.providers that return ContextHandler Modifier and Type Method Description ContextHandlerWebAppProvider. createContextHandler(App app) -
Uses of ContextHandler in org.eclipse.jetty.http.spi
Subclasses of ContextHandler in org.eclipse.jetty.http.spi Modifier and Type Class Description classHttpSpiContextHandlerJetty handler that bridges requests toHttpHandler. -
Uses of ContextHandler in org.eclipse.jetty.maven.plugin
Subclasses of ContextHandler in org.eclipse.jetty.maven.plugin Modifier and Type Class Description classJettyWebAppContextJettyWebAppContext Extends the WebAppContext to specialize for the maven environment.Fields in org.eclipse.jetty.maven.plugin declared as ContextHandler Modifier and Type Field Description protected ContextHandler[]AbstractJettyMojo. contextHandlersList of other contexts to set up. -
Uses of ContextHandler in org.eclipse.jetty.osgi.boot
Methods in org.eclipse.jetty.osgi.boot that return ContextHandler Modifier and Type Method Description ContextHandlerAbstractContextProvider. createContextHandler(App app)ContextHandlerAbstractContextProvider.OSGiApp. createContextHandler()ContextHandlerAbstractWebAppProvider. createContextHandler(App app)ContextHandlerAbstractWebAppProvider.OSGiApp. createContextHandler()Methods in org.eclipse.jetty.osgi.boot with parameters of type ContextHandler Modifier and Type Method Description booleanServiceContextProvider. serviceAdded(org.osgi.framework.ServiceReference serviceRef, ContextHandler context)booleanServiceProvider. serviceAdded(org.osgi.framework.ServiceReference ref, ContextHandler handler)booleanServiceWebAppProvider. 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.booleanServiceContextProvider. serviceRemoved(org.osgi.framework.ServiceReference serviceRef, ContextHandler context)booleanServiceProvider. serviceRemoved(org.osgi.framework.ServiceReference ref, ContextHandler handler)booleanServiceWebAppProvider. serviceRemoved(org.osgi.framework.ServiceReference serviceRef, ContextHandler context)voidAbstractContextProvider.OSGiApp. setHandler(ContextHandler h) -
Uses of ContextHandler in org.eclipse.jetty.quickstart
Subclasses of ContextHandler in org.eclipse.jetty.quickstart Modifier and Type Class Description classQuickStartWebAppQuickStartWar -
Uses of ContextHandler in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ContextHandler Modifier and Type Method Description protected ContextHandlerAllowedResourceAliasChecker. getContextHandler()ContextHandlerHttpChannelState. getContextHandler()ContextHandlerUserIdentity.Scope. getContextHandler()Constructors in org.eclipse.jetty.server with parameters of type ContextHandler Constructor Description AllowedResourceAliasChecker(ContextHandler contextHandler)Dispatcher(ContextHandler contextHandler, java.lang.String name)Dispatcher(ContextHandler contextHandler, HttpURI uri, java.lang.String pathInContext)SymlinkAllowedResourceAliasChecker(ContextHandler contextHandler) -
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 ContextHandlerContextHandlerCollection. addContext(java.lang.String contextPath, java.lang.String resourceBase)Deprecated.Unused convenience method no longer supported.ContextHandlerContextHandler.Context. getContextHandler()static ContextHandlerContextHandler. getContextHandler(javax.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)Method parameters in org.eclipse.jetty.server.handler with type arguments of type ContextHandler Modifier and Type Method Description voidContextHandlerCollection. 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.StringAbstractHandlerMBean. getContextName(ContextHandler context) -
Uses of ContextHandler in org.eclipse.jetty.servlet
Subclasses of ContextHandler in org.eclipse.jetty.servlet Modifier and Type Class Description classServletContextHandlerServlet Context.Methods in org.eclipse.jetty.servlet that return ContextHandler Modifier and Type Method Description ContextHandlerServletHolder. 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.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 classWebAppContextWeb Application Context Handler.
-