JSF-Spring

de.mindmatters.faces.lifecycle
Class InvokeApplicationPhase

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

public class InvokeApplicationPhase
extends AbstractPhase

Implements the default Invoke Application 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
InvokeApplicationPhase()
           
 
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

InvokeApplicationPhase

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