|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionManager
| Method Summary | |
|---|---|
nl.gx.webmanager.foundation.Session |
createSession(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Creates a new session for the specified request and response. |
nl.gx.webmanager.foundation.Session |
createSession(int webid)
Creates a new session for the specified website ID. |
nl.gx.webmanager.foundation.Session |
createSession(int webid,
java.lang.String username)
Creates a new session for the specified user and website ID. |
nl.gx.webmanager.foundation.Session |
getActiveSession()
Returns the currently active session. |
| Method Detail |
|---|
nl.gx.webmanager.foundation.Session getActiveSession()
null if no WebManager session is currently
active.
nl.gx.webmanager.foundation.Session createSession(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
req - The request objectres - The response object
nl.gx.webmanager.foundation.Session createSession(int webid)
webid - the id of the website for which a session should be created
nl.gx.webmanager.foundation.Session createSession(int webid,
java.lang.String username)
webid - the id of the website for which a session should be createdusername - the username of the user for which a session should be created. Can be null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||