org.jboss.seam.faces.event.qualifier
Annotation Type ApplyRequestValues


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

Qualifies observer method parameters to select events in one of the "apply request values" phase in the JSF lifecycle. The selection can further be refined by combining it with the qualifiers @Before or {@link

Author:
Nicklas Karlsson
See Also:
PhaseEvent



Copyright © 2011 Seam Framework. All Rights Reserved.