Name

PhaseEvent

Synopsis

An instance of this class signals that a new request processing lifecycle phase begins or ends.

Synopsis

Class name:

javax.faces.event.PhaseEvent

Extends:

java.util.EventListener

Implements:

java.io.Serializable

Constructors

public PhaseEvent(javax.faces.context.FacesContext context, javax.faces.event.PhaseId phaseId, javax.faces.lifecycle.Lifecycle lifecycle)

Creates an instance for the specified phase, context and Lifecycle instance.

Methods

public javax.faces.context.FacesContext getFacesContext()

Returns the FacesContext instance.

public javax.faces.event.PhaseId getPhaseId()

Returns the PhaseId for the phase the event signals the beginning or the end of.

Get JavaServer Faces now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.