JSF-Spring

de.mindmatters.faces.lifecycle
Class UpdateModelValuesPhase

java.lang.Object
  extended by de.mindmatters.faces.lifecycle.AbstractPhase
      extended by de.mindmatters.faces.lifecycle.UpdateModelValuesPhase
All Implemented Interfaces:
Phase
Direct Known Subclasses:
UpdateModelValuesPhase

public class UpdateModelValuesPhase
extends AbstractPhase

Implements the default Update Model Values phase of the faces lifecycle.

Author:
Andreas Kuhrwahl

Nested Class Summary
 
Nested classes/interfaces inherited from interface de.mindmatters.faces.lifecycle.Phase
Phase.PhaseIdName
 
Constructor Summary
UpdateModelValuesPhase()
           
 
Method Summary
protected  void executePhase(FacesContext context)
          Perform all state transitions required by the current phase of the request processing Lifecycle for a particular request.
 PhaseId getId()
          Returns the current Lifecycle Phase identifier.
 
Methods inherited from class de.mindmatters.faces.lifecycle.AbstractPhase
afterPhase, beforePhase, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateModelValuesPhase

public UpdateModelValuesPhase()
Method Detail

getId

public final PhaseId getId()
Returns the current Lifecycle Phase identifier.

Returns:
phase identifier

executePhase

protected void executePhase(FacesContext context)
Perform all state transitions required by the current phase of the request processing Lifecycle for a particular request.

Specified by:
executePhase in class AbstractPhase
Parameters:
context - FacesContext for the current request being processed
See Also:
Phase.execute(FacesContext)

JSF-Spring

Copyright © 2006 mindmatters GmbH & Co. KG