org.richfaces.demo.fileUpload
Class FileUploadBean

java.lang.Object
  extended by org.richfaces.demo.fileUpload.FileUploadBean

public class FileUploadBean
extends Object

Author:
Ilya Shaikovsky

Constructor Summary
FileUploadBean()
           
 
Method Summary
 String clearUploadData()
           
 ArrayList<File> getFiles()
           
 int getSize()
           
 long getTimeStamp()
           
 int getUploadsAvailable()
           
 boolean isAutoUpload()
           
 boolean isUseFlash()
           
 void listener(org.richfaces.event.UploadEvent event)
           
 void paint(OutputStream stream, Object object)
           
 void setAutoUpload(boolean autoUpload)
           
 void setFiles(ArrayList<File> files)
           
 void setUploadsAvailable(int uploadsAvailable)
           
 void setUseFlash(boolean useFlash)
           
 
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

getSize

public int getSize()

paint

public void paint(OutputStream stream,
                  Object object)
           throws IOException
Throws:
IOException

listener

public void listener(org.richfaces.event.UploadEvent event)
              throws Exception
Throws:
Exception

clearUploadData

public String clearUploadData()

getTimeStamp

public long getTimeStamp()

getFiles

public ArrayList<File> getFiles()

setFiles

public void setFiles(ArrayList<File> files)

getUploadsAvailable

public int getUploadsAvailable()

setUploadsAvailable

public void setUploadsAvailable(int uploadsAvailable)

isAutoUpload

public boolean isAutoUpload()

setAutoUpload

public void setAutoUpload(boolean autoUpload)

isUseFlash

public boolean isUseFlash()

setUseFlash

public void setUseFlash(boolean useFlash)


Copyright © 2007-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.