com.dyuproject.web.rest
Class RequestContext
java.lang.Object
com.dyuproject.web.rest.RequestContext
public class RequestContext
- extends Object
Wraps the request and response plus the bits and pieces needed in handling a REST requset.
- Author:
- David Yu
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)
Copyright © 2013. All Rights Reserved.