|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.app.webui.util.RequestInfo
public class RequestInfo
Stores information about an HTTP request. This is used so that the request can be replicated during a later request, once authentication has successfully occurred. Note: Implements Serializable as it will be saved to the current session during submission. Please ensure that nothing is added to this class that isn't also serializable
| Constructor Summary | |
|---|---|
RequestInfo(javax.servlet.http.HttpServletRequest request)
Construct a request info object storing information about the given request |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestInfo(javax.servlet.http.HttpServletRequest request)
request - the request to get information from| Method Detail |
|---|
public javax.servlet.http.HttpServletRequest wrapRequest(javax.servlet.http.HttpServletRequest request)
request - the request to wrap
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||