|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface FacesPhaseListener
Class-level annotation indicating that this class should be registered
with the current Lifecycle instance as a JavaServer Faces
PhaseListener. If the implementation class actually
implements the PhaseListener interface, it will be
registered directly. Otherwise, an adapter will be registered that
calls through to the methods specified by the BeforePhase
and/or AfterPhase annotations.
| Optional Element Summary | |
|---|---|
FacesPhaseListener.PhaseId |
phaseId
Identifies the phase(s) that this listener is interested in being notified about. |
public abstract FacesPhaseListener.PhaseId phaseId
Identifies the phase(s) that this listener is interested in being notified about. If not specified, PhaseId.ANY_PHASE is assumed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||