Skip navigation links
org.apache.myfaces.trinidad.model
Class ExtendedUploadedFile
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendedUploadedFile
public ExtendedUploadedFile()
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.