Interface PageDeleteContext
- All Superinterfaces:
PageActionContext
Page delete context data used in
PageDeleteEvent
.-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.hippoecm.hst.pagecomposer.jaxrs.api.PageActionContext
getEditingMount, getRequestContext
-
Method Details
-
getSourceSiteMapItem
HstSiteMapItem getSourceSiteMapItem()- Returns:
- the
HstSiteMapItem
belonging to the page that is to be deleted. ThisHstSiteMapItem
instance always belongs to thePageActionContext.getEditingMount()
. This method never returnsnull
.
-
getSourceSiteMapPath
String getSourceSiteMapPath()- Returns:
- the path of the site map item that belongs to the page that is to be deleted.
-