@Deprecated public interface HttpRequestHandlerResolver
HttpRequestHandler
matching a particular request URI. Usually the
mapped request handler will be used to process the request with the
specified request URI.Modifier and Type | Method and Description |
---|---|
HttpRequestHandler |
lookup(String requestURI)
Deprecated.
Looks up a handler matching the given request URI.
|
HttpRequestHandler lookup(String requestURI)
requestURI
- the request URInull
if no match
is found.Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.