Package com.atlassian.confluence.util
Class AttachFileHelper
java.lang.Object
com.atlassian.confluence.util.AttachFileHelper
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionAttachFileHelper(com.atlassian.struts.multipart.AtlassianMultiPartRequest multipartRequestWrapper, int maxAttachments) Deprecated, for removal: This API element is subject to removal in a future version.AttachFileHelper(org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper multipartRequestWrapper, int maxAttachments) Deprecated.since 9.1, useAttachFileHelper(AtlassianMultiPartRequest, int)instead. -
Method Summary
Modifier and TypeMethodDescriptiongetCommentForFilename(String filename) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.List<com.atlassian.xwork.FileUploadUtils.UploadedFile>Deprecated.since 9.1, usegetUploadedFilesList()instead.List<com.atlassian.struts.multipart.UploadedFile>Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
AttachFileHelper
public AttachFileHelper(com.atlassian.struts.multipart.AtlassianMultiPartRequest multipartRequestWrapper, int maxAttachments) Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 9.1
-
AttachFileHelper
@Deprecated public AttachFileHelper(org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper multipartRequestWrapper, int maxAttachments) Deprecated.since 9.1, useAttachFileHelper(AtlassianMultiPartRequest, int)instead.
-
-
Method Details
-
getUploadedFilesList
Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 9.1
-
getUploadedFiles
Deprecated.since 9.1, usegetUploadedFilesList()instead. -
validateAttachments
public void validateAttachments()Deprecated, for removal: This API element is subject to removal in a future version. -
getCommentForFilename
Deprecated, for removal: This API element is subject to removal in a future version. -
getErrors
Deprecated, for removal: This API element is subject to removal in a future version.
-
AttachmentUploadHelperinstead.