JSF-Spring

de.mindmatters.faces.lifecycle
Class ApplyRequestValuesPhase

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

public class ApplyRequestValuesPhase
extends AbstractPhase

Implements the default Apply Request 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
ApplyRequestValuesPhase()
           
 
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

ApplyRequestValuesPhase

public ApplyRequestValuesPhase()
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