org.primefaces.component.filedownload
Class FileDownloadActionListener

java.lang.Object
  extended by org.primefaces.component.filedownload.FileDownloadActionListener
All Implemented Interfaces:
EventListener, javax.faces.component.StateHolder, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class FileDownloadActionListener
extends Object
implements javax.faces.event.ActionListener, javax.faces.component.StateHolder


Field Summary
 
Fields inherited from interface javax.faces.event.ActionListener
TO_FLOW_DOCUMENT_ID_ATTR_NAME
 
Constructor Summary
FileDownloadActionListener()
           
FileDownloadActionListener(javax.el.ValueExpression value, javax.el.ValueExpression contentDisposition)
           
 
Method Summary
 boolean isTransient()
           
 void processAction(javax.faces.event.ActionEvent actionEvent)
           
 void restoreState(javax.faces.context.FacesContext facesContext, Object state)
           
 Object saveState(javax.faces.context.FacesContext facesContext)
           
 void setTransient(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileDownloadActionListener

public FileDownloadActionListener()

FileDownloadActionListener

public FileDownloadActionListener(javax.el.ValueExpression value,
                                  javax.el.ValueExpression contentDisposition)
Method Detail

processAction

public void processAction(javax.faces.event.ActionEvent actionEvent)
                   throws javax.faces.event.AbortProcessingException
Specified by:
processAction in interface javax.faces.event.ActionListener
Throws:
javax.faces.event.AbortProcessingException

isTransient

public boolean isTransient()
Specified by:
isTransient in interface javax.faces.component.StateHolder

restoreState

public void restoreState(javax.faces.context.FacesContext facesContext,
                         Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder

saveState

public Object saveState(javax.faces.context.FacesContext facesContext)
Specified by:
saveState in interface javax.faces.component.StateHolder

setTransient

public void setTransient(boolean value)
Specified by:
setTransient in interface javax.faces.component.StateHolder


Copyright © 2013. All rights reserved.