@Target(value={PARAMETER,FIELD}) @Retention(value=RUNTIME) @Documented @Qualifier public @interface AfterFacesRequest
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)Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.