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: 515800 $ $Date: 2007-03-07 23:06:59 +0100 (Mi, 07 Mär 2007) $
- Author:
- Thomas Spiegl (latest modification by $Author: mbr $)
- 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 Apache Software Foundation. All Rights Reserved.