|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.inra.refcomp.services.RefcompSession
public class RefcompSession
The user session. Only this object is stored into the user session. User: couteau Date: 30 nov. 2010
| Field Summary | |
|---|---|
static String |
NAME
|
| Constructor Summary | |
|---|---|
RefcompSession()
|
|
| Method Summary | |
|---|---|
void |
clearUser()
Clear the logged-in user (used when logging out user) |
StorageService |
getService()
Get the StorageService corresponding to the logged in user |
static RefcompSession |
getSession(javax.servlet.http.HttpServletRequest request)
|
org.nuiton.wikitty.entities.WikittyUser |
getUser()
Get the logged in user |
void |
setService(StorageService service)
Set the service corresponding to the logged in user |
void |
setUser(org.nuiton.wikitty.entities.WikittyUser user)
Set the logged in user |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
| Constructor Detail |
|---|
public RefcompSession()
| Method Detail |
|---|
public StorageService getService()
public void setService(StorageService service)
service - the service corresponding to the logged-in user.public void setUser(org.nuiton.wikitty.entities.WikittyUser user)
user - the logged in userpublic org.nuiton.wikitty.entities.WikittyUser getUser()
public void clearUser()
public static RefcompSession getSession(javax.servlet.http.HttpServletRequest request)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||