public interface HttpRequestHandlerMapper
HttpRequestHandler
matching a particular HttpRequest
. Usually the
mapped request handler will be used to process the request.Modifier and Type | Method and Description |
---|---|
HttpRequestHandler |
lookup(HttpRequest request)
Looks up a handler matching the given request.
|
HttpRequestHandler lookup(HttpRequest request)
request
- the request to map to a handlernull
if no match
is found.Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.