Class AttachmentUploadHelper
java.lang.Object
com.atlassian.confluence.impl.pages.actions.AttachmentUploadHelper
- Since:
- 9.4
-
Constructor Summary
ConstructorsConstructorDescriptionAttachmentUploadHelper
(com.atlassian.struts.multipart.AtlassianMultiPartRequest multiPartRequest, int maxAttachments, ConfluenceActionSupport action, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, StrutsHelper strutsHelper) -
Method Summary
Modifier and TypeMethodDescriptionattachFiles
(ContentEntityObject contentEntityObject) List<com.atlassian.struts.multipart.UploadedFile>
void
void
-
Constructor Details
-
AttachmentUploadHelper
public AttachmentUploadHelper(com.atlassian.struts.multipart.AtlassianMultiPartRequest multiPartRequest, int maxAttachments, ConfluenceActionSupport action, FileUploadManager fileUploadManager, AttachmentManager attachmentManager, StrutsHelper strutsHelper)
-
-
Method Details
-
getUploadedFilesList
-
validateAttachments
public void validateAttachments() -
attachFiles
-
processMultipartRequest
public void processMultipartRequest() -
getFilenamesSuccessfullyAttached
-
getErrors
-