com.atlassian.confluence.pages.actions
Class AttachmentUploadRequest

java.lang.Object
  extended by com.atlassian.confluence.pages.actions.AttachmentUploadRequest

public class AttachmentUploadRequest
extends Object

Converts an attachment upload multipart request into a list of AttachmentResource objects which is suitable for storing in Confluence via a FileStorer.

Since:
3.1

Constructor Summary
AttachmentUploadRequest(com.opensymphony.webwork.dispatcher.multipart.MultiPartRequestWrapper request)
          The client should check for errors via MultiPartRequestWrapper.hasErrors() before constructing this object, and not construct one if there are problems.
 
Method Summary
 int getResourceCount()
           
 List<AttachmentResource> getResources()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentUploadRequest

public AttachmentUploadRequest(com.opensymphony.webwork.dispatcher.multipart.MultiPartRequestWrapper request)
                        throws IllegalStateException
The client should check for errors via MultiPartRequestWrapper.hasErrors() before constructing this object, and not construct one if there are problems.

Throws:
IllegalStateException - if there are errors in the multipart request
Method Detail

getResources

public List<AttachmentResource> getResources()

getResourceCount

public int getResourceCount()


Copyright © 2003-2012 Atlassian. All Rights Reserved.