Class ViewDiffOfDraftAction

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
Beanable, PageAware, WebInterface, 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 ViewDiffOfDraftAction extends AbstractPageAwareAction implements Beanable
See Also:
  • Constructor Details

    • ViewDiffOfDraftAction

      public ViewDiffOfDraftAction()
  • Method Details

    • validate

      public void validate()
      Specified by:
      validate in interface MessageHolderAware
      Specified by:
      validate in interface org.apache.struts2.Validateable
      Overrides:
      validate in class org.apache.struts2.ActionSupport
    • execute

      public String execute()
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
    • getDraft

      public Draft getDraft()
    • setUsername

      public void setUsername(String username)
    • getBean

      public ConfluenceDiffDraftBean getBean()
      Specified by:
      getBean in interface Beanable
    • setDraftManager

      public void setDraftManager(DraftManager draftManager)
    • getUsername

      public String getUsername()
    • setHtmlDiffer

      public void setHtmlDiffer(Differ htmlDiffer)