Uses of Interface
nl.gx.webmanager.foundation.Session
-
Packages that use Session Package Description nl.gx.webmanager.cms.core This package contains interfaces for the webmanager api.nl.gx.webmanager.foundation Various utility and base classes that are used to implement the webmanager api.nl.gx.webmanager.services.sessionmanager nl.gx.webmanager.services.wrapper nl.gx.webmanager.springmvc nl.gx.webmanager.springmvc.controller nl.gx.webmanager.springmvc.editor nl.gx.webmanager.taglib -
-
Uses of Session in nl.gx.webmanager.cms.core
Methods in nl.gx.webmanager.cms.core with parameters of type Session Modifier and Type Method Description void
PersonalizationAttributes. loadPersonalizationItems(Session session)
Loads thePersonalizationItem
s from thePersonalizationAttributes.getPersonalizationIds()
. -
Uses of Session in nl.gx.webmanager.foundation
Methods in nl.gx.webmanager.foundation with parameters of type Session Modifier and Type Method Description static boolean
Utilities. checkedOnMayView(javax.servlet.http.HttpServletRequest request, Session session, FileResourceSecurityPolicy objectToCheck)
Returns true if for the givenFileResourceSecurityPolicy
object the mayView method has been called during the currentHttpServletRequest
and the currentSession
.static FileResourceSecurityCheckPoint
Utilities. getFileResourceOwner(javax.servlet.http.HttpServletRequest request, Session session)
Returns the owner object based on the currentHttpServletRequest
and the currentSession
, or null if it can't be determined. -
Uses of Session in nl.gx.webmanager.services.sessionmanager
Methods in nl.gx.webmanager.services.sessionmanager that return Session Modifier and Type Method Description Session
SessionManager. createSession()
Creates a new session out of thin air.Session
SessionManager. createSession(int webid)
Creates a new session for the specified website ID.Session
SessionManager. createSession(int webid, String username)
Creates a new session for the specified user and website ID.Session
SessionManager. createSession(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
Creates a new session for the specified request and response.Session
SessionManager. getActiveSession()
Returns the currently active session. -
Uses of Session in nl.gx.webmanager.services.wrapper
Methods in nl.gx.webmanager.services.wrapper that return Session Modifier and Type Method Description Session
SessionWrapper. getSession()
-
Uses of Session in nl.gx.webmanager.springmvc
Constructors in nl.gx.webmanager.springmvc with parameters of type Session Constructor Description WebManagerProtocol(Object persistentObject, org.springframework.beans.MutablePropertyValues commandParameters, Session wmSession)
Constructor of the WebManager protocol object. -
Uses of Session in nl.gx.webmanager.springmvc.controller
Methods in nl.gx.webmanager.springmvc.controller that return Session Modifier and Type Method Description Session
BaseWebmanagerController. getWmSession(javax.servlet.http.HttpServletRequest request)
Returns the webmanager session that the controller uses for handling the request.Methods in nl.gx.webmanager.springmvc.controller with parameters of type Session Modifier and Type Method Description static Website
BaseWebmanagerController. getWebsite(Session wmSession)
-
Uses of Session in nl.gx.webmanager.springmvc.editor
Constructors in nl.gx.webmanager.springmvc.editor with parameters of type Session Constructor Description JCRWrapperPropertyEditor(Session webmanagerSession)
Constructor -
Uses of Session in nl.gx.webmanager.taglib
Methods in nl.gx.webmanager.taglib that return Session Modifier and Type Method Description protected Session
EditableTag. getSession()
-