Class AttachmentUploadRequest

java.lang.Object
com.atlassian.confluence.pages.actions.AttachmentUploadRequest

public class AttachmentUploadRequest extends Object
Converts an attachment upload multipart request into a list of AttachmentResource objects.
Since:
3.1
  • Constructor Details

    • AttachmentUploadRequest

      public AttachmentUploadRequest(com.atlassian.struts.multipart.AtlassianJakartaMultiPartRequest request) throws IllegalStateException
      The client should check for errors via MultiPartRequestWrapper.hasErrors() before constructing this object, and not construct one if there are problems.
      Throws:
      IllegalStateException - if there are errors in the multipart request
      Since:
      9.1
  • Method Details

    • getResources

      public List<AttachmentResource> getResources()
    • getResourceCount

      public int getResourceCount()