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 javax.faces.context.FacesContext gets destroyed. Parameter-type of the observer: javax.faces.context.FacesContext

Author:
Gerhard Petracek



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