JSF-Spring

Uses of Interface
de.mindmatters.faces.lifecycle.Phase

Packages that use Phase
de.mindmatters.faces.lifecycle Classes implementing JavaServer Faces lifecycle management. 
 

Uses of Phase in de.mindmatters.faces.lifecycle
 

Classes in de.mindmatters.faces.lifecycle that implement Phase
 class AbstractPhase
          Convenience superclass for phase implementations, using the Template Method design pattern which invokes AbstractPhase.beforePhase(FacesContext) at the beginning and AbstractPhase.afterPhase(FacesContext) at the end of phase execution.
 class ApplyRequestValuesPhase
          Implements the default Apply Request Values phase of the faces lifecycle.
 class InvokeApplicationPhase
          Implements the default Invoke Application phase of the faces lifecycle.
 class ProcessValidationsPhase
          Implements the default Process Validations phase of the faces lifecycle.
 class RenderResponsePhase
          Implements the default Render Response phase of the faces lifecycle.
 class RestoreViewPhase
          Implements the default Restore View phase of the faces lifecycle.
 class UpdateModelValuesPhase
          Implements the default Update Model Values phase of the faces lifecycle.
 

Methods in de.mindmatters.faces.lifecycle with parameters of type Phase
 void LifecycleImpl.setExecutionPhases(Phase[] executionPhases)
          Sets the phases to execute.
 void LifecycleImpl.setRenderResponsePhase(Phase renderResponsePhase)
          Sets the render-response phase.
 

Constructors in de.mindmatters.faces.lifecycle with parameters of type Phase
LifecycleImpl(Phase[] executionPhases, Phase renderResponsePhase)
          Creates a lifecycle with the given executionPhases and renderResponsePhase.
LifecycleImpl(Phase[] executionPhases, Phase renderResponsePhase)
          Creates a lifecycle with the given executionPhases and renderResponsePhase.
 


JSF-Spring

Copyright © 2006 mindmatters GmbH & Co. KG