Liferay 6.0.5

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

getState

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

setRenderManager

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

getInputFile

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

setInputFile

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

getPercent

public int getPercent()

setPercent

public void setPercent(int percent)

isComplete

public boolean isComplete()

actionListener

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

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

addErrorMessage

protected void addErrorMessage(String key)

addErrorMessage

protected void addErrorMessage(String key,
                               String argument)

Liferay 6.0.5