org.primefaces.component.filedownload
Class FileDownloadActionListener
java.lang.Object
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
| Fields inherited from interface javax.faces.event.ActionListener |
TO_FLOW_DOCUMENT_ID_ATTR_NAME |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileDownloadActionListener
public FileDownloadActionListener()
FileDownloadActionListener
public FileDownloadActionListener(javax.el.ValueExpression value,
javax.el.ValueExpression contentDisposition)
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.