Definition at line 41 of file SessionContext.java.
Public Member Functions | |
String | getUserGroup () |
void | setUserGroup (String userGroup) |
String | getUserId () |
void | setUserId (String userId) |
SessionContext (String id) | |
long | getCreationTime () |
String | getId () |
long | getLastAccessedTime () |
ServletContext | getServletContext () |
void | setMaxInactiveInterval (int arg0) |
int | getMaxInactiveInterval () |
HttpSessionContext | getSessionContext () |
Object | getAttribute (String attributName) |
Object | getValue (String name) |
Enumeration | getAttributeNames () |
String[] | getValueNames () |
void | setAttribute (String attributName, Object attribut) |
void | putValue (String name, Object obj) |
void | removeAttribute (String attributName) |
void | removeValue (String name) |
void | clearAttribute () |
remove all attribute of the session. | |
void | invalidate () |
void | SetIsNew (boolean bool) |
boolean | isNew () |
UserTerminal | getTerminal () |
void | setTerminal (UserTerminal terminal) |
String | getUserLocale () |
void | setUserLocale (String userLocal) |