public class SessionContextManagerImpl extends java.lang.Object implements SessionContextManager
| Modifier and Type | Method and Description |
|---|---|
SessionContext |
getCurrentSession() |
static SessionContextManager |
getInstance() |
boolean |
hasCurrentSession() |
void |
removeCurrentSession() |
void |
setCurrentSession(SessionContext sessionContext) |
public static SessionContextManager getInstance()
public boolean hasCurrentSession()
hasCurrentSession in interface SessionContextManagerpublic SessionContext getCurrentSession()
getCurrentSession in interface SessionContextManagerpublic void removeCurrentSession()
removeCurrentSession in interface SessionContextManagerpublic void setCurrentSession(SessionContext sessionContext)
setCurrentSession in interface SessionContextManager