Uses of Interface
org.archive.wayback.util.webapp.RequestHandler

Packages that use RequestHandler
org.archive.wayback.liveweb   
org.archive.wayback.resourcestore.locationdb   
org.archive.wayback.util.webapp   
org.archive.wayback.webapp   
 

Uses of RequestHandler in org.archive.wayback.liveweb
 

Classes in org.archive.wayback.liveweb that implement RequestHandler
 class ARCRecordingProxy
           
 class ARCUnwrappingProxy
          ServletRequestContext which proxies to an ARCRecordingProxy, and unwraps the "application/x-arc-record" MIME response into the inner HTTP response, sending all HTTP headers AS-IS, and the HTTP Entity.
 

Uses of RequestHandler in org.archive.wayback.resourcestore.locationdb
 

Classes in org.archive.wayback.resourcestore.locationdb that implement RequestHandler
 class FileProxyServlet
          ServletRequestContext interface which uses a ResourceFileLocationDB to reverse proxy an incoming HTTP request for a file by name to it's actual back-end location.
 class ResourceFileLocationDBServlet
          ServletRequestContext enabling remote HTTP GET/POST access to a local ResourceFileLocationDB.
 

Uses of RequestHandler in org.archive.wayback.util.webapp
 

Classes in org.archive.wayback.util.webapp that implement RequestHandler
 class AbstractRequestHandler
          Abstract RequestHandler implementation which performs the minimal behavior for self registration with a RequestMapper, requiring subclasses to implement only handleRequest().
 class StaticFileRequestHandler
          RequestHandler implementation which allows serving of static files, and .jsp files within a ServletContext.
 

Methods in org.archive.wayback.util.webapp that return RequestHandler
 RequestHandler RequestHandlerContext.getRequestHandler()
           
 

Methods in org.archive.wayback.util.webapp with parameters of type RequestHandler
 void RequestMapper.addGlobalPostRequestHandler(RequestHandler requestHandler)
          Configure the specified RequestHandler to handle ALL incoming requests after all other normal mapping has been attempted
 void RequestMapper.addGlobalPreRequestHandler(RequestHandler requestHandler)
          Configure the specified RequestHandler to handle ALL incoming requests before any other normal mapping.
 void RequestMapper.addRequestHandler(int port, String host, String path, RequestHandler requestHandler)
          Register the RequestHandler to accept requests on the given port, for the specified host and path.
 void PortMapper.addRequestHandler(String host, String firstPath, RequestHandler requestHandler)
          Register the RequestHandler to accept requests for the given host and port.
static void BeanNameRegistrar.registerHandler(RequestHandler handler, RequestMapper mapper)
          Extract the RequestHandler objects beanName, parse it, and register the RequestHandler with the RequestMapper according to the beanNames semantics.
 

Constructors in org.archive.wayback.util.webapp with parameters of type RequestHandler
RequestHandlerContext(RequestHandler handler, String pathPrefix)
          Constructor
 

Constructor parameters in org.archive.wayback.util.webapp with type arguments of type RequestHandler
RequestMapper(Collection<RequestHandler> requestHandlers, javax.servlet.ServletContext servletContext)
          Construct a RequestMapper, for the given RequestHandler objects, on the specified ServletContext.
 

Uses of RequestHandler in org.archive.wayback.webapp
 

Classes in org.archive.wayback.webapp that implement RequestHandler
 class AccessPoint
          Retains all information about a particular Wayback configuration within a ServletContext, including holding references to the implementation instances of the primary Wayback classes: RequestParser ResourceIndex(via WaybackCollection) ResourceStore(via WaybackCollection) QueryRenderer ReplayDispatcher ExceptionRenderer ResultURIConverter
 class LiveWebAccessPoint
           
 class ServerRelativeArchivalRedirect
           
 



Copyright © 2005-2011 Internet Archive. All Rights Reserved.