Uses of Class
org.eclipse.jetty.server.handler.ContextHandlerCollection
-
Packages that use ContextHandlerCollection Package Description org.eclipse.jetty.ant Jetty Ant : Ant Tasks and Configurationorg.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.http.spi -
-
Uses of ContextHandlerCollection in org.eclipse.jetty.ant
Fields in org.eclipse.jetty.ant declared as ContextHandlerCollection Modifier and Type Field Description private ContextHandlerCollection
ServerProxyImpl. contexts
Collection of context handlers (web application contexts). -
Uses of ContextHandlerCollection in org.eclipse.jetty.deploy
Fields in org.eclipse.jetty.deploy declared as ContextHandlerCollection Modifier and Type Field Description private ContextHandlerCollection
DeploymentManager. _contexts
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.http.spi
Methods in org.eclipse.jetty.http.spi that return ContextHandlerCollection Modifier and Type Method Description private ContextHandlerCollection
JettyHttpServer. findContextHandlerCollection(Handler[] handlers)
-