Uses of Class
org.eclipse.jetty.server.handler.ResourceHandler
Packages that use ResourceHandler
- 
Uses of ResourceHandler in org.eclipse.jetty.staticapp
Methods in org.eclipse.jetty.staticapp that return ResourceHandlerModifier and TypeMethodDescriptionStaticAppContext.getResourceHandler()protected ResourceHandlerStaticAppContext.newResourceHandler()Override to customize a dynamically created ResourceHandler (such as from deploy).Constructors in org.eclipse.jetty.staticapp with parameters of type ResourceHandlerModifierConstructorDescriptionStaticAppContext(String contextPath, ResourceHandler resourceHandler) Create a StaticAppContext on a specific contextPath using a configured ResourceHandler.