public class RequestHandlerContext extends Object
| Constructor and Description |
|---|
RequestHandlerContext(RequestHandler handler,
String pathPrefix)
Constructor
|
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–2015 IIPC. All rights reserved.