org.apache.myfaces.extensions.cdi.jsf.api.listener.request
Annotation Type AfterFacesRequest


@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)



Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.