|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.app.xmlui.utils.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. This class is the same as found in the JSPUI however a few extra methods were added to remember the original path information (info,translated, uri, url, etc..) that coocoon needs inorder to be able to resume a request.
| Constructor Summary | |
|---|---|
RequestInfo(javax.servlet.http.HttpServletRequest request)
Construct a request info object storing information about the given request |
|
| Method Summary | |
|---|---|
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 |
| 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 java.lang.String getServletPath()
public java.lang.String getActualPath()
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 | |||||||||