Uses of Class
org.archive.wayback.util.webapp.RequestMapper

Packages that use RequestMapper
org.archive.wayback.util.webapp   
 

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

Methods in org.archive.wayback.util.webapp that return RequestMapper
static RequestMapper SpringReader.readSpringConfig(String configPath, javax.servlet.ServletContext servletContext)
          Read the single Spring XML configuration file located at the specified path, performing PropertyPlaceHolder interpolation, extracting all beans which implement the RequestHandler interface, and construct a RequestMapper for those RequestHandlers, on the specified ServletContext.
 

Methods in org.archive.wayback.util.webapp with parameters of type RequestMapper
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.
 void RequestHandler.registerPortListener(RequestMapper requestMapper)
          Called at webapp context initialization, to allow the RequestHandler to register itself with the RequestMapper, which will delegate request handling to the appropriate RequestHandler.
 void AbstractRequestHandler.registerPortListener(RequestMapper requestMapper)
           
 



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