See: Description
| Annotation Type | Description |
|---|---|
| After |
Qualifies observer method parameters to select events that occur in a "after" phase in the JSF lifecycle
|
| ApplyRequestValues |
Qualifies observer method parameters to select events in one of the
"apply request values" phase in the JSF lifecycle.
|
| Before |
Qualifies observer method parameters to select events that occur in a "before" phase in the JSF lifecycle
|
| Component |
Qualifies observer method parameters to select events for a particular JSF component
|
| InvokeApplication |
Qualifies observer method parameters to select events in one of the "invoke application" phase in the JSF lifecycle.
|
| ProcessValidations |
Qualifies observer method parameters to select events in one of the
"process validations" phase in the JSF lifecycle.
|
| RenderResponse |
Qualifies observer method parameters to select events in one of the "render response" phase in the JSF lifecycle.
|
| RestoreView |
Qualifies observer method parameters to select events in one of the "restore view" phase in the JSF lifecycle.
|
| UpdateModelValues |
Qualifies observer method parameters to select events in one of the
"update model values" phase in the JSF lifecycle.
|
| View |
Qualifies observer method parameters to select events for a particular JSF view
|
Copyright © 2009-2013 Seam Framework. All Rights Reserved.