Package com.atlassian.confluence.util
Class AttachFileHelper
- java.lang.Object
-
- com.atlassian.confluence.util.AttachFileHelper
-
public class AttachFileHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description AttachFileHelper(org.apache.struts2.dispatcher.multipart.MultiPartRequestWrapper multipartRequestWrapper, int maxAttachments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCommentForFilename(String filename)
Collection<String>
getErrors()
List<com.atlassian.xwork.FileUploadUtils.UploadedFile>
getUploadedFiles()
void
validateAttachments()
-
-
-
Method Detail
-
getUploadedFiles
public List<com.atlassian.xwork.FileUploadUtils.UploadedFile> getUploadedFiles()
-
validateAttachments
public void validateAttachments()
-
getErrors
public Collection<String> getErrors()
-
-