Interface PageActionContext
- All Known Subinterfaces:
PageCopyContext
,PageCreateContext
,PageDeleteContext
,PageMoveContext
,PageUpdateContext
public interface PageActionContext
Super interface for all page actions that require a context. Used in
PageEvent
.-
Method Summary
-
Method Details
-
getRequestContext
HstRequestContext getRequestContext()- Returns:
- the
HstRequestContext
that originated thisPageActionContext
. It will never benull
-
getEditingMount
Mount getEditingMount()- Returns:
- the
Mount
that belongs to the channel from which the copy action originated. This method never returnsnull
.
-