Uses of Interface
org.onehippo.cms7.services.cmscontext.CmsSessionContext
Packages that use CmsSessionContext
-
Uses of CmsSessionContext in org.onehippo.cms7.services.channelmanager
Methods in org.onehippo.cms7.services.channelmanager with parameters of type CmsSessionContextModifier and TypeMethodDescriptionvoid
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 CmsSessionContextModifier and TypeMethodDescriptionCmsContextService.attachSessionContext
(String ctxId, jakarta.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
(jakarta.servlet.http.HttpSession session) Static method to retrieve the CmsSessionContext from a HttpSessionCmsContextService.getSessionContext
(String ctxId) Returns the CmsSessionContext by its unique id