Uses of Class
org.eclipse.jetty.server.handler.ContextHandlerCollection
-
Packages that use ContextHandlerCollection Package Description org.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.osgi.boot.internal.serverfactory org.eclipse.jetty.runner Jetty Runner : Embedded Jetty Tool for running webapps directlyorg.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
-
Uses of ContextHandlerCollection in org.eclipse.jetty.deploy
Methods in org.eclipse.jetty.deploy that return ContextHandlerCollection Modifier and Type Method Description ContextHandlerCollectionDeploymentManager. getContexts()Methods in org.eclipse.jetty.deploy with parameters of type ContextHandlerCollection Modifier and Type Method Description voidDeploymentManager. setContexts(ContextHandlerCollection contexts) -
Uses of ContextHandlerCollection in org.eclipse.jetty.maven.plugin
Methods in org.eclipse.jetty.maven.plugin that return ContextHandlerCollection Modifier and Type Method Description static ContextHandlerCollectionServerSupport. findContextHandlerCollection(Server server) -
Uses of ContextHandlerCollection in org.eclipse.jetty.osgi.boot.internal.serverfactory
Methods in org.eclipse.jetty.osgi.boot.internal.serverfactory that return ContextHandlerCollection Modifier and Type Method Description ContextHandlerCollectionServerInstanceWrapper. getContextHandlerCollection() -
Uses of ContextHandlerCollection in org.eclipse.jetty.runner
Fields in org.eclipse.jetty.runner declared as ContextHandlerCollection Modifier and Type Field Description protected ContextHandlerCollectionRunner. _contextsDeprecated. -
Uses of ContextHandlerCollection in org.eclipse.jetty.server.session
Fields in org.eclipse.jetty.server.session declared as ContextHandlerCollection Modifier and Type Field Description protected ContextHandlerCollectionTestServer. _contexts
-