public class

AttachFileHelper

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.util.AttachFileHelper

Summary

Public Constructors
AttachFileHelper(MultiPartRequestWrapper multipartRequestWrapper, int maxAttachments)
Public Methods
String getCommentForFilename(String filename)
Collection<String> getErrors()
List<FileUploadUtils.UploadedFile> getUploadedFiles()
void initUploadedFiles()
void validateAttachments()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AttachFileHelper (MultiPartRequestWrapper multipartRequestWrapper, int maxAttachments)

Public Methods

public String getCommentForFilename (String filename)

public Collection<String> getErrors ()

public List<FileUploadUtils.UploadedFile> getUploadedFiles ()

public void initUploadedFiles ()

public void validateAttachments ()