public class RequestInfo extends Object implements Serializable
| 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 |
|---|---|
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 javax.servlet.http.HttpServletRequest wrapRequest(javax.servlet.http.HttpServletRequest request)
request - the request to wrapCopyright © 2016 DuraSpace. All Rights Reserved.