RichFaces Showcase 4.3.1.Final

org.richfaces.demo.fileupload
Class FileUploadBean

java.lang.Object
  extended by org.richfaces.demo.fileupload.FileUploadBean
All Implemented Interfaces:
Serializable

public class FileUploadBean
extends Object
implements Serializable

Author:
Ilya Shaikovsky
See Also:
Serialized Form

Constructor Summary
FileUploadBean()
           
 
Method Summary
 String clearUploadData()
           
 ArrayList<UploadedImage> getFiles()
           
 int getSize()
           
 long getTimeStamp()
           
 void listener(org.richfaces.event.FileUploadEvent event)
           
 void paint(OutputStream stream, Object object)
           
 void setFiles(ArrayList<UploadedImage> files)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUploadBean

public FileUploadBean()
Method Detail

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)

RichFaces Showcase 4.3.1.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.