| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||