|
Préférences
Moteurs de recherche
|
||||||||||||||||||
| JavaTM Platform, Enterprise Edition, v 5.0
javax.faces.event
|
|||||||||||||||||||
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
PhaseEvent(FacesContext context,
PhaseId phaseId,
Lifecycle lifecycle)
Construct a new event object from the specified parameters. |
|
| Method Summary | |
|---|---|
FacesContext |
getFacesContext()
Return the FacesContext for the request being processed. |
PhaseId |
getPhaseId()
Return the PhaseId representing the current request
processing lifecycle phase. |
| 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 |
|---|
public PhaseEvent(FacesContext context, PhaseId phaseId, Lifecycle lifecycle)
Construct a new event object from the specified parameters.
The specified Lifecycle will be the source of this event.
context - FacesContext for the current requestphaseId - Identifier of the current request processing
lifecycle phaselifecycle - Lifecycle instance
NullPointerException - if context or
phaseId or Lifecycleis null| Method Detail |
|---|
public FacesContext getFacesContext()
Return the FacesContext for the request being processed.
public PhaseId getPhaseId()
Return the PhaseId representing the current request
processing lifecycle phase.