|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Qualifier
@Target(value={FIELD,PARAMETER})
@Retention(value=RUNTIME)
public @interface InvokeApplication
Qualifies observer method parameters to select events in one of the
"invoke application" phase in the JSF lifecycle. The selection can further be
refined by combining it with the qualifiers @Before or @After
. The event parameter is a PhaseEvent.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||