|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
HttpAsyncRequestHandlerResolver
@Deprecated public interface NHttpRequestHandlerResolver
HttpRequestHandlerResolver can be used to resolve an instance of
NHttpRequestHandler matching a particular request URI. Usually the
resolved request handler will be used to process the request with the
specified request URI.
| Method Summary | |
|---|---|
NHttpRequestHandler |
lookup(String requestURI)
Deprecated. Looks up a handler matching the given request URI. |
| Method Detail |
|---|
NHttpRequestHandler 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 | |||||||||