|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.waffle.context.CurrentHttpServletRequest
public class CurrentHttpServletRequest
This class uses a ThreadLocal to allow access to the current HttpServletRequest. This is needed so that components registered with waffle can have dependencies on the HttpServletRequest and HttpSession.
Method Summary | |
---|---|
static javax.servlet.http.HttpServletRequest |
get()
|
static void |
set(javax.servlet.http.HttpServletRequest request)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static javax.servlet.http.HttpServletRequest get()
public static void set(javax.servlet.http.HttpServletRequest request)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |