com.liferay.faces.bridge.event
Class FileUploadEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by com.liferay.faces.bridge.event.FileUploadEvent
All Implemented Interfaces:
Serializable

public class FileUploadEvent
extends javax.faces.event.FacesEvent

Author:
Neil Griffin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FileUploadEvent(javax.faces.component.UIComponent uiComponent, UploadedFile uploadedFile)
           
 
Method Summary
 UploadedFile getUploadedFile()
           
 boolean isAppropriateListener(javax.faces.event.FacesListener facesListener)
           
 void processListener(javax.faces.event.FacesListener facesListener)
           
 
Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileUploadEvent

public FileUploadEvent(javax.faces.component.UIComponent uiComponent,
                       UploadedFile uploadedFile)
Method Detail

processListener

public void processListener(javax.faces.event.FacesListener facesListener)
Specified by:
processListener in class javax.faces.event.FacesEvent

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener facesListener)
Specified by:
isAppropriateListener in class javax.faces.event.FacesEvent

getUploadedFile

public UploadedFile getUploadedFile()


Copyright © 2014 Liferay, Inc.. All Rights Reserved.