JSF-Spring

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

All Known Implementing Classes:
MultiActionEventController

public interface ApplyRequestValuesPhaseListener

An interface implemented by objects that wish to be notified at the beginning and ending of processing for the Apply Request Values phase of the request processing lifecycle.

Author:
Andreas Kuhrwahl
See Also:
ApplyRequestValuesPhase

Method Summary
 void afterApplyRequestValues(FacesContext context)
          Handle a notification that the processing for the Apply Request Values phase has just been completed.
 void beforeApplyRequestValues(FacesContext context)
          Handle a notification that the processing for the Apply Request Values phase of the request processing lifecycle is about to begin.
 

Method Detail

afterApplyRequestValues

void afterApplyRequestValues(FacesContext context)
Handle a notification that the processing for the Apply Request Values phase has just been completed.

Parameters:
context - FacesContext for the current request being processed

beforeApplyRequestValues

void beforeApplyRequestValues(FacesContext context)
Handle a notification that the processing for the Apply Request 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