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 Details

    • getRequestContext

      HstRequestContext getRequestContext()
      Returns:
      the HstRequestContext that originated this PageActionContext. It will never be null
    • getEditingMount

      Mount getEditingMount()
      Returns:
      the Mount that belongs to the channel from which the copy action originated. This method never returns null.