public class RequestInfo
extends java.lang.Object
| Constructor and Description |
|---|
RequestInfo(javax.servlet.http.HttpServletRequest request)
Construct a request info object storing information about the given
request
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActualPath()
Return the servlet path that this request is for.
|
java.lang.String |
getServletPath()
Return the servlet path that this request is for.
|
javax.servlet.http.HttpServletRequest |
wrapRequest(javax.servlet.http.HttpServletRequest request)
Wrap an incoming request to make it look like the request that the
constructor was called with
|
public RequestInfo(javax.servlet.http.HttpServletRequest request)
request - the request to get information frompublic java.lang.String getServletPath()
public java.lang.String getActualPath()
public javax.servlet.http.HttpServletRequest wrapRequest(javax.servlet.http.HttpServletRequest request)
request - the request to wrapCopyright © 2018 DuraSpace. All Rights Reserved.