Liferay 6.1.2-ce-ga3

com.liferay.util.bridges.jsf.icefaces
Class FileUploadManagedBean

java.lang.Object
  extended by com.liferay.util.bridges.jsf.icefaces.FileUploadManagedBean
All Implemented Interfaces:
com.icesoft.faces.async.render.Renderable

public class FileUploadManagedBean
extends Object
implements com.icesoft.faces.async.render.Renderable

This class is a managed bean that is designed specifically to work with the ICEfaces framework, by utilizing the component.


Constructor Summary
FileUploadManagedBean()
           
 
Method Summary
 void actionListener(javax.faces.event.ActionEvent actionEvent)
           
protected  void addErrorMessage(String key)
           
protected  void addErrorMessage(String key, String argument)
           
 com.icesoft.faces.component.inputfile.InputFile getInputFile()
           
 int getPercent()
           
 com.icesoft.faces.webapp.xmlhttp.PersistentFacesState getState()
           
 boolean isComplete()
           
 void progressListener(EventObject eventObject)
           
 void renderingException(com.icesoft.faces.webapp.xmlhttp.RenderingException renderingException)
           
 void setInputFile(com.icesoft.faces.component.inputfile.InputFile inputFile)
           
 void setPercent(int percent)
           
 void setRenderManager(com.icesoft.faces.async.render.RenderManager renderManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUploadManagedBean

public FileUploadManagedBean()
Method Detail

actionListener

public void actionListener(javax.faces.event.ActionEvent actionEvent)

getInputFile

public com.icesoft.faces.component.inputfile.InputFile getInputFile()

getPercent

public int getPercent()

getState

public com.icesoft.faces.webapp.xmlhttp.PersistentFacesState getState()
Specified by:
getState in interface com.icesoft.faces.async.render.Renderable

isComplete

public boolean isComplete()

progressListener

public void progressListener(EventObject eventObject)

renderingException

public void renderingException(com.icesoft.faces.webapp.xmlhttp.RenderingException renderingException)
Specified by:
renderingException in interface com.icesoft.faces.async.render.Renderable

setInputFile

public void setInputFile(com.icesoft.faces.component.inputfile.InputFile inputFile)

setPercent

public void setPercent(int percent)

setRenderManager

public void setRenderManager(com.icesoft.faces.async.render.RenderManager renderManager)

addErrorMessage

protected void addErrorMessage(String key)

addErrorMessage

protected void addErrorMessage(String key,
                               String argument)

Liferay 6.1.2-ce-ga3