JSF-Spring

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

All Known Implementing Classes:
MultiActionEventController

public interface RestoreViewPhaseListener

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

Author:
Andreas Kuhrwahl
See Also:
RestoreViewPhase

Method Summary
 void afterRestoreView(FacesContext context)
          Handle a notification that the processing for the Restore View phase has just been completed.
 void beforeRestoreView(FacesContext context)
          Handle a notification that the processing for the Restore View phase of the request processing lifecycle is about to begin.
 

Method Detail

afterRestoreView

void afterRestoreView(FacesContext context)
Handle a notification that the processing for the Restore View phase has just been completed.

Parameters:
context - FacesContext for the current request being processed

beforeRestoreView

void beforeRestoreView(FacesContext context)
Handle a notification that the processing for the Restore View 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