|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.fruitioninc.jwc.ThreadLocalStorage
Manages thread local storage.
Constructor Summary | |
ThreadLocalStorage()
|
Method Summary | |
static java.lang.Object |
getProperty(Component component,
java.lang.String name)
Returns the value of a request property. |
static javax.servlet.http.HttpServletRequest |
getRequest()
Returns the HTTP request object for the current thread. |
static javax.servlet.http.HttpServletResponse |
getResponse()
Returns the HTTP response object for the current thread. |
static javax.servlet.ServletConfig |
getServletConfig()
Returns the servlet configuration object for the current thread. |
static java.lang.Object |
getSessionProperty(Component component,
java.lang.String name)
Returns the value of a session property. |
static void |
setProperty(Component component,
java.lang.String name,
java.lang.Object value)
Sets the value of a request property. |
static void |
setSessionProperty(Component component,
java.lang.String name,
java.lang.Object value)
Sets the value of a session property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ThreadLocalStorage()
Method Detail |
public static java.lang.Object getProperty(Component component, java.lang.String name)
public static void setProperty(Component component, java.lang.String name, java.lang.Object value)
public static java.lang.Object getSessionProperty(Component component, java.lang.String name)
public static void setSessionProperty(Component component, java.lang.String name, java.lang.Object value)
public static javax.servlet.http.HttpServletRequest getRequest()
public static javax.servlet.http.HttpServletResponse getResponse()
public static javax.servlet.ServletConfig getServletConfig()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |