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


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AfterPhase

Method-level annotation indicating that this method should be called to process the "after phase" handling for the containing phase listener.

ASSERTION - The containing class is annotated with the FacesPhaseListener annotation.

ASSERTION - The annotated method has a return type of void and accepts a single parameter of type javax.faces.event.PhaseEvent.

Since:
1.0.3



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