|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
HttpRequestHandlerMapper
@Deprecated public interface HttpRequestHandlerResolver
HttpRequestHandlerResolver can be used to resolve an instance of
HttpRequestHandler matching a particular request URI. Usually the
mapped request handler will be used to process the request with the
specified request URI.
| Method Summary | |
|---|---|
HttpRequestHandler |
lookup(String requestURI)
Deprecated. Looks up a handler matching the given request URI. |
| Method Detail |
|---|
HttpRequestHandler lookup(String requestURI)
requestURI - the request URI
null if no match
is found.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||