Class ViewDiffOfDraftAction

    • Constructor Detail

      • ViewDiffOfDraftAction

        public ViewDiffOfDraftAction()
    • Method Detail

      • validate

        public void validate()
        Specified by:
        validate in interface MessageHolderAware
        Specified by:
        validate in interface com.opensymphony.xwork2.Validateable
        Overrides:
        validate in class com.opensymphony.xwork2.ActionSupport
      • execute

        public String execute()
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
      • getDraft

        public Draft getDraft()
      • setUsername

        public void setUsername​(String username)
      • setDraftManager

        public void setDraftManager​(DraftManager draftManager)
      • getUsername

        public String getUsername()
      • setHtmlDiffer

        public void setHtmlDiffer​(Differ htmlDiffer)