Interface PageUpdateContext
-
- All Superinterfaces:
PageActionContext
public interface PageUpdateContext extends PageActionContext
Page updating context data used inPageUpdateEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.jcr.Node
getUpdatedPageNode()
javax.jcr.Node
getUpdatedSiteMapItemNode()
-
Methods inherited from interface org.hippoecm.hst.pagecomposer.jaxrs.api.PageActionContext
getEditingMount, getRequestContext
-
-
-
-
Method Detail
-
getUpdatedSiteMapItemNode
javax.jcr.Node getUpdatedSiteMapItemNode()
- Returns:
- the in
session
created (but not yet persisted) site map item JCRNode
as a result of this update page action
-
getUpdatedPageNode
javax.jcr.Node getUpdatedPageNode()
- Returns:
- the in
session
created (but not yet persisted) page JCRNode
as a result of this update page action, or null if the page used by this site map item was not changed
-
-