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 -
-
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()
-