Interface PageDeleteContext
-
- All Superinterfaces:
PageActionContext
public interface PageDeleteContext extends PageActionContext
Page delete context data used inPageDeleteEvent
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HstSiteMapItem
getSourceSiteMapItem()
String
getSourceSiteMapPath()
-
Methods inherited from interface org.hippoecm.hst.pagecomposer.jaxrs.api.PageActionContext
getEditingMount, getRequestContext
-
-
-
-
Method Detail
-
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.
-
-