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 ContextHandlerCollection
DeploymentManager. getContexts()
Methods in org.eclipse.jetty.deploy with parameters of type ContextHandlerCollection Modifier and Type Method Description void
DeploymentManager. 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 ContextHandlerCollection
ServerSupport. 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 ContextHandlerCollection
ServerInstanceWrapper. getContextHandlerCollection()
-