Skip navigation links


org.apache.myfaces.trinidad.model
Class ExtendedUploadedFile

java.lang.Object
  extended by org.apache.myfaces.trinidad.model.ExtendedUploadedFile

All Implemented Interfaces:
Serializable, UploadedFile

public abstract class ExtendedUploadedFile
extends Object
implements UploadedFile, Serializable

AbstractUploadedFile defines a single file that has been uploaded to the server. Defines the additional ability to return arbitrary properties for a file.

See Also:
Serialized Form

Constructor Summary
ExtendedUploadedFile()
           

 

Method Summary
abstract  Map<String,Object> getProperties()
          Returns the properties associated with the file.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface org.apache.myfaces.trinidad.model.UploadedFile
dispose, getContentType, getFilename, getInputStream, getLength, getOpaqueData

 

Constructor Detail

ExtendedUploadedFile

public ExtendedUploadedFile()

Method Detail

getProperties

public abstract Map<String,Object> getProperties()
Returns the properties associated with the file.

Skip navigation links


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.