public interface HttpRequestMapper<T>
HttpRequest
.
Usually the mapped object will be a request handler to process the request.Modifier and Type | Method and Description |
---|---|
T |
resolve(HttpRequest request,
HttpContext context)
Resolves a handler matching the given request.
|
T resolve(HttpRequest request, HttpContext context) throws HttpException
request
- the request to map to a handlernull
if no match
is found.HttpException