com.atlassian.confluence.pages
Class UploadedResource

java.lang.Object
  extended by com.atlassian.confluence.core.UploadedResource
      extended by com.atlassian.confluence.pages.UploadedResource
All Implemented Interfaces:
AttachmentResource, org.springframework.core.io.InputStreamSource, org.springframework.core.io.Resource

Deprecated. since 3.1. Use UploadedResource instead.

public class UploadedResource
extends UploadedResource

This is an exact duplicate of UploadedResource and will be removed in the future.


Constructor Summary
UploadedResource(com.atlassian.xwork.FileUploadUtils.UploadedFile uploadedFile)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.atlassian.confluence.core.UploadedResource
createRelative, exists, getComment, getContentLength, getContentType, getDescription, getFile, getFilename, getInputStream, getURL, isOpen, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.springframework.core.io.Resource
getURI, isReadable, lastModified
 

Constructor Detail

UploadedResource

public UploadedResource(com.atlassian.xwork.FileUploadUtils.UploadedFile uploadedFile)
Deprecated. 


Copyright © 2003-2011 Atlassian. All Rights Reserved.