net.sourceforge.fluxion.ajax.beans
Class FileUploadProgressBean

java.lang.Object
  extended by net.sourceforge.fluxion.ajax.beans.FileUploadProgressBean

public class FileUploadProgressBean
extends java.lang.Object

An ajaxified bean for use with the fluxion-ajax framework that provides functionality for monitoring the status of a file upload to the server.

Author:
Rob Davey

Constructor Summary
FileUploadProgressBean()
           
 
Method Summary
 net.sf.json.JSONObject checkUploadStatus(javax.servlet.http.HttpSession session, net.sf.json.JSONObject json)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUploadProgressBean

public FileUploadProgressBean()
Method Detail

checkUploadStatus

public net.sf.json.JSONObject checkUploadStatus(javax.servlet.http.HttpSession session,
                                                net.sf.json.JSONObject json)


Copyright © 2010. All Rights Reserved.