public class RequestHandlerContext extends Object
| Constructor and Description |
|---|
RequestHandlerContext(RequestHandler handler,
String pathPrefix)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPathPrefix() |
RequestHandler |
getRequestHandler() |
public RequestHandlerContext(RequestHandler handler, String pathPrefix)
handler - the RequestHandler to which the incoming request was
mappedpathPrefix - the leading portion of the original request path that
indicated the RequestHandlerpublic RequestHandler getRequestHandler()
public String getPathPrefix()
Copyright © 2005–2017 IIPC. All rights reserved.