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


@Target(value={PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Documented
@Qualifier
public @interface BeforeFacesRequest

Qualifier for observers which should be invoked as soon as a jsf request is started. Parameter-type of the observer: javax.faces.context.FacesContext

Author:
Gerhard Petracek



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