Package | Description |
---|---|
org.archive.wayback.util.webapp |
Modifier and Type | Method and Description |
---|---|
RequestMapper |
RequestFilter.getMapper() |
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.
|
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
2014-04-24 call
BeanNameRegistrar.registerHandler(RequestHandler, RequestMapper) directly. |
void |
RequestFilter.setMapper(RequestMapper mapper) |
Copyright © 2005–2015 IIPC. All rights reserved.