JSF-Spring

de.mindmatters.faces.spring.context.servlet.lifecycle
Interface UpdateModelValuesPhaseListener

All Known Implementing Classes:
MultiActionEventController

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.

Author:
Andreas Kuhrwahl
See Also:
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

afterUpdateModelValues

void afterUpdateModelValues(FacesContext context)
Handle a notification that the processing for the Update Model Values phase has just been completed.

Parameters:
context - FacesContext for the current request being processed

beforeUpdateModelValues

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.

Parameters:
context - FacesContext for the current request being processed

JSF-Spring

Copyright © 2006 mindmatters GmbH & Co. KG