Class AbstractRemoveAttachmentAction

java.lang.Object
org.apache.struts2.ActionSupport
All Implemented Interfaces:
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
Direct Known Subclasses:
RemoveAttachedFileAction, RemoveAttachedFileVersionAction

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

  • Constructor Details

    • AbstractRemoveAttachmentAction

      public AbstractRemoveAttachmentAction()
  • Method Details

    • withServletRequest

      @Deprecated(forRemoval=true) public void withServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 9.1, no replacement.
    • 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)