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 ContextHandlerCollectionServerProxyImpl. contextsCollection 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 ContextHandlerCollectionDeploymentManager. _contextsMethods 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.http.spi
Methods in org.eclipse.jetty.http.spi that return ContextHandlerCollection Modifier and Type Method Description private ContextHandlerCollectionJettyHttpServer. findContextHandlerCollection(Handler[] handlers)
-