|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={PARAMETER,FIELD}) @Retention(value=RUNTIME) @Documented @Qualifier public @interface AfterFacesRequest
Qualifier for observers which should be invoked before the current FacesContext
gets
destroyed.
Parameter-type of the observer: FacesContext
Attention: referencing @ApplicationScoped or @Singleton scoped beans might lead to issues with a CDI implementation
(e.g. if the ServletRequestListener of OWB gets called earlier)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |