Uses of Class
org.eclipse.jetty.server.handler.HandlerCollection
-
Packages that use HandlerCollection Package Description org.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.server.handler Jetty Server : Core Handler API -
-
Uses of HandlerCollection in org.eclipse.jetty.maven.plugin
Methods in org.eclipse.jetty.maven.plugin with parameters of type HandlerCollection Modifier and Type Method Description protected voidStarter. prependHandler(Handler handler, HandlerCollection handlers) -
Uses of HandlerCollection in org.eclipse.jetty.server.handler
Subclasses of HandlerCollection in org.eclipse.jetty.server.handler Modifier and Type Class Description classContextHandlerCollectionThisHandlerCollectionis creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.classHandlerListHandlerList.
-