javax.faces.event
Class PhaseEvent
java.lang.Object
java.util.EventObject
javax.faces.event.PhaseEvent
- All Implemented Interfaces:
- java.io.Serializable
public class PhaseEvent
- extends java.util.EventObject
see Javadoc of JSF Specification
- Version:
- $Revision: 698768 $ $Date: 2008-09-24 18:03:43 -0500 (Wed, 24 Sep 2008) $
- Author:
- Thomas Spiegl (latest modification by $Author: slessard $)
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PhaseEvent
public PhaseEvent(FacesContext facesContext,
PhaseId phaseId,
Lifecycle lifecycle)
getFacesContext
public FacesContext getFacesContext()
getPhaseId
public PhaseId getPhaseId()
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.