Class EditPageTemplateDescriptionAction

All Implemented Interfaces:
WebInterface, 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 EditPageTemplateDescriptionAction extends AbstractPageTemplateAction
Handles the editing of a PageTemplate description.
Since:
5.1
See Also:
  • Constructor Details

    • EditPageTemplateDescriptionAction

      public EditPageTemplateDescriptionAction()
  • Method Details

    • setNewDescription

      public void setNewDescription(String newDescription)
    • validate

      public void validate()
      Description copied from class: AbstractPageTemplateAction
      Ensure that the size of the labels associated with the template are less than the column size for storing them (255).
      Specified by:
      validate in interface MessageHolderAware
      Specified by:
      validate in interface org.apache.struts2.Validateable
      Overrides:
      validate in class AbstractPageTemplateAction
    • doEdit

      public String doEdit()