com.dyuproject.web.rest
Class RequestContext
java.lang.Object
com.dyuproject.web.rest.RequestContext
public final class RequestContext
- extends Object
Wraps the request and response plus the bits and pieces needed in handling a REST requset.
- Author:
- David Yu
- Date created:
- Dec 4, 2008
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestContext
public RequestContext()
getRequest
public HttpServletRequest getRequest()
getResponse
public HttpServletResponse getResponse()
getMime
public String getMime()
getPathInfo
public String[] getPathInfo()
getPathElement
public String getPathElement(int idx)
getConsumer
public ValidatingConsumer getConsumer()
setConsumer
public void setConsumer(ValidatingConsumer consumer)
Copyright © 2008-2013. All Rights Reserved.