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 SummaryConstructorsConstructorDescriptionAttachFileHelper(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 SummaryModifier 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- 
AttachFileHelperpublic 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- 
getUploadedFilesListDeprecated, for removal: This API element is subject to removal in a future version.- Since:
- 9.1
 
- 
getUploadedFilesDeprecated.since 9.1, usegetUploadedFilesList()instead.
- 
validateAttachmentspublic void validateAttachments()Deprecated, for removal: This API element is subject to removal in a future version.
- 
getCommentForFilenameDeprecated, for removal: This API element is subject to removal in a future version.
- 
getErrorsDeprecated, for removal: This API element is subject to removal in a future version.
 
- 
AttachmentUploadHelperinstead.