|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.grails.plugins.springsecurity.SecurityRequestHolder
public final class SecurityRequestHolder
Uses a ThreadLocal
to store the current request.
Method Summary | |
---|---|
static javax.servlet.http.HttpServletRequest |
getRequest()
Get the current request. |
static void |
reset()
Clear the saved request. |
static void |
setRequest(javax.servlet.http.HttpServletRequest request)
Set the current request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void reset()
public static void setRequest(javax.servlet.http.HttpServletRequest request)
request
- the requestpublic static javax.servlet.http.HttpServletRequest getRequest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |