org.richfaces.demo.fileupload
Class FileUploadBean
java.lang.Object
org.richfaces.demo.fileupload.FileUploadBean
- All Implemented Interfaces:
- Serializable
public class FileUploadBean
- extends Object
- implements Serializable
- Author:
- Ilya Shaikovsky
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUploadBean
public FileUploadBean()
paint
public void paint(OutputStream stream,
Object object)
throws IOException
- Throws:
IOException
listener
public void listener(org.richfaces.event.FileUploadEvent event)
throws Exception
- Throws:
Exception
clearUploadData
public String clearUploadData()
getSize
public int getSize()
getTimeStamp
public long getTimeStamp()
getFiles
public ArrayList<UploadedImage> getFiles()
setFiles
public void setFiles(ArrayList<UploadedImage> files)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.