org.apache.shale.tiger.register
Annotation Type FacesPhaseListener


@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.

Since:
1.0.3

Optional Element Summary
 FacesPhaseListener.PhaseId phaseId
          Identifies the phase(s) that this listener is interested in being notified about.
 

phaseId

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.

Default:
ANY_PHASE


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.