Class AbstractRemoveAttachmentAction

All Implemented Interfaces:
PageAware, WebInterface, MessageHolderAware, Serializable, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.locale.LocaleProvider, org.apache.struts2.text.TextProvider, org.apache.struts2.Validateable
Direct Known Subclasses:
RemoveAttachedFileAction, RemoveAttachedFileVersionAction

public abstract class AbstractRemoveAttachmentAction extends AbstractPageAwareAction
See Also:
  • Field Details

  • Constructor Details

    • AbstractRemoveAttachmentAction

      public AbstractRemoveAttachmentAction()
  • Method Details

    • setAttachmentManager

      public void setAttachmentManager(AttachmentManager attachmentManager)
    • setAttachmentBean

      public void setAttachmentBean(AttachmentBean attachmentBean)
    • setFileName

      public void setFileName(String fileName)
    • getFileName

      public String getFileName()
    • getVersion

      public int getVersion()
    • getAttachment

      public Attachment getAttachment()
    • localiseActionName

      protected String localiseActionName(String actionI18NKey)