|
JSF-Spring | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UpdateModelValuesPhaseListener
An interface implemented by objects that wish to be notified at the beginning and ending of processing for the Update Model Values phase of the request processing lifecycle.
UpdateModelValuesPhase| Method Summary | |
|---|---|
void |
afterUpdateModelValues(FacesContext context)
Handle a notification that the processing for the Update Model Values phase has just been completed. |
void |
beforeUpdateModelValues(FacesContext context)
Handle a notification that the processing for the Update Model Values phase of the request processing lifecycle is about to begin. |
| Method Detail |
|---|
void afterUpdateModelValues(FacesContext context)
context - FacesContext for the current request being processedvoid beforeUpdateModelValues(FacesContext context)
context - FacesContext for the current request being processed
|
JSF-Spring | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||