|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.jdc.app.web.UserContext
The UserContext object maintains various user context (run-time
properties) for web application users.
| Method Summary | |
static void |
end()
Ends a user context for the current user. |
static String |
getProperty(String property)
Returns the current user property value for the specified property. |
static String |
getThread()
Returns the current user thread. |
static String |
getUser()
Returns the current user. |
static void |
setProperty(String property,
String value)
Sets a property for the user of the current thread for this application. |
static void |
setProperty(String user,
String property,
String value)
Sets a property for this application. |
static void |
start(String user)
Starts a user context for the specified user. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void end()
public static String getProperty(String property)
public static String getThread()
public static String getUser()
public static void setProperty(String property,
String value)
public static void setProperty(String user,
String property,
String value)
public static void start(String user)
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||