org.apache.shiro.web.util
Class SavedRequest
java.lang.Object
org.apache.shiro.web.util.SavedRequest
- All Implemented Interfaces:
- Serializable
public class SavedRequest
- extends Object
- implements Serializable
Maintains request data for a request that was redirected, so that after authentication
the user can be redirected to the originally requested page.
- Since:
- 0.9
- See Also:
- Serialized Form
|
Constructor Summary |
SavedRequest(javax.servlet.http.HttpServletRequest request)
Constructs a new instance from the given HTTP request. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SavedRequest
public SavedRequest(javax.servlet.http.HttpServletRequest request)
- Constructs a new instance from the given HTTP request.
- Parameters:
request - the current request to save.
getMethod
public String getMethod()
getQueryString
public String getQueryString()
getRequestURI
public String getRequestURI()
getRequestUrl
public String getRequestUrl()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.