Interface PageCreateContext
-
- All Superinterfaces:
PageActionContext
public interface PageCreateContext extends PageActionContext
Page create context data used inPageCreateEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.jcr.Node
getNewPageNode()
javax.jcr.Node
getNewSiteMapItemNode()
-
Methods inherited from interface org.hippoecm.hst.pagecomposer.jaxrs.api.PageActionContext
getEditingMount, getRequestContext
-
-
-
-
Method Detail
-
getNewSiteMapItemNode
javax.jcr.Node getNewSiteMapItemNode()
- Returns:
- the in
session
created (but not yet persisted) site map item JCRNode
as a result of this create page action
-
getNewPageNode
javax.jcr.Node getNewPageNode()
- Returns:
- the in
session
created (but not yet persisted) page JCRNode
as a result of this create page action
-
-