com.atlassian.confluence.pages.actions.beans
Class AttachmentStorer

java.lang.Object
  extended by com.atlassian.confluence.pages.actions.beans.AttachmentStorer

public class AttachmentStorer
extends java.lang.Object


Constructor Summary
AttachmentStorer(AttachFileHelper aFHelper)
           
 
Method Summary
 java.util.List<Attachment> attachFiles(ContentEntityObject contentEntityObject)
           
 java.util.List<java.lang.String> getGetFilenamesSuccessfullyAttached()
           
 void setAttachmentManager(AttachmentManager attachmentManager)
           
 void setFileUploadManager(FileUploadManager fileUploadManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentStorer

public AttachmentStorer(AttachFileHelper aFHelper)
Method Detail

setAttachmentManager

public void setAttachmentManager(AttachmentManager attachmentManager)

setFileUploadManager

public void setFileUploadManager(FileUploadManager fileUploadManager)

attachFiles

public java.util.List<Attachment> attachFiles(ContentEntityObject contentEntityObject)

getGetFilenamesSuccessfullyAttached

public java.util.List<java.lang.String> getGetFilenamesSuccessfullyAttached()


Copyright © 2003-2010 Atlassian. All Rights Reserved.