Class AbstractEditPageTemplateAction

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
Direct Known Subclasses:
CreatePageTemplateAction, EditPageTemplateAction

public abstract class AbstractEditPageTemplateAction extends AbstractPageTemplateAction
See Also:
  • Field Details

  • Constructor Details

    • AbstractEditPageTemplateAction

      public AbstractEditPageTemplateAction()
  • Method Details

    • 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
    • setPreview

      public void setPreview(String preview)
    • setBack

      public void setBack(String back)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getWysiwygContent

      public String getWysiwygContent()
    • setWysiwygContent

      public void setWysiwygContent(String wysiwygContent)
    • setFormatConverter

      public void setFormatConverter(FormatConverter formatConverter)
    • setLabelsOnTemplate

      protected void setLabelsOnTemplate(PageTemplate template)
    • getRenderContext

      protected com.atlassian.renderer.RenderContext getRenderContext()
    • getCancelResult

      public String getCancelResult()
      Overrides:
      getCancelResult in class ConfluenceActionSupport