Class CreatePageEntryAction

All Implemented Interfaces:
Beanable, PageAware, TinyUrlAware, WebInterface, CaptchaAware, Spaced, BreadcrumbAware, MessageHolderAware, com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable

public class CreatePageEntryAction extends CreatePageAction
An action that performs relevant authorisation checks when trying to enter the 'add page' screen.
See Also:
  • Constructor Details

    • CreatePageEntryAction

      public CreatePageEntryAction()
  • Method Details

    • isPermitted

      public boolean isPermitted()
      Validate that the current user has permission to create pages within the current space (supplied to the action).
      Overrides:
      isPermitted in class CreatePageAction
      Returns:
      true if permitted, otherwise false.