Uses of Interface
org.onehippo.cms7.services.cmscontext.CmsSessionContext
-
Packages that use CmsSessionContext Package Description org.onehippo.cms7.services.channelmanager org.onehippo.cms7.services.cmscontext -
-
Uses of CmsSessionContext in org.onehippo.cms7.services.channelmanager
Methods in org.onehippo.cms7.services.channelmanager with parameters of type CmsSessionContext Modifier and Type Method Description void
ChannelManagerDocumentUpdateService. removeCommand(String identifier, CmsSessionContext cmsSessionContext)
Removes the command for the current user session.void
ChannelManagerDocumentUpdateService. storeCommand(String identifier, CmsSessionContext cmsSessionContext, ChannelManagerCommand command)
Stores command for the the current user sessionvoid
ChannelManagerDocumentUpdateService. update(CmsSessionContext cmsSessionContext, Session session)
Issues request by callingChannelManagerCommand.execute(Session)
on all stored commands. -
Uses of CmsSessionContext in org.onehippo.cms7.services.cmscontext
Methods in org.onehippo.cms7.services.cmscontext that return CmsSessionContext Modifier and Type Method Description CmsSessionContext
CmsContextService. attachSessionContext(String ctxId, javax.servlet.http.HttpSession session)
Creates a new CmsSessionContext attached to an existing (CMS Application HttpSession based) CmsSessionContext and stores it in the provided HttpSession under attributeSESSION_KEY
.static CmsSessionContext
CmsSessionContext. getContext(javax.servlet.http.HttpSession session)
Static method to retrieve the CmsSessionContext from a HttpSessionCmsSessionContext
CmsContextService. getSessionContext(String ctxId)
Returns the CmsSessionContext by its unique id
-