|
|||||
FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Uses a ThreadLocal
to store the current request.
Field Summary | |
---|---|
ThreadLocal |
HOLDER
|
Constructor Summary | |
SecurityRequestHolder()
|
Method Summary | |
---|---|
static HttpServletRequest |
getRequest()
Get the current request. |
static void |
reset()
Clear the saved request. |
static void |
setRequest(HttpServletRequest request)
Set the current request. |
Constructor Detail |
---|
SecurityRequestHolder()
Method Detail |
---|
public static HttpServletRequest getRequest()
public static void reset()
public static void setRequest(HttpServletRequest request)