JSF-Spring

Package de.mindmatters.faces.lifecycle

Classes implementing JavaServer Faces lifecycle management.

See:
          Description

Interface Summary
Phase A Phase is a single step in the processing of a JavaServer Faces request throughout its entire Lifecycle.
 

Class Summary
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.
ApplyRequestValuesPhase Implements the default Apply Request Values phase of the faces lifecycle.
InvokeApplicationPhase Implements the default Invoke Application phase of the faces lifecycle.
LifecycleFactoryImpl LifecycleFactory is a factory object that creates (if needed) and returns Lifecycle instances.
LifecycleImpl Lifecycle manages the processing of the entire lifecycle of a particular JavaServer Faces request.
Phase.PhaseIdName Static class that converts a PhaseId into a readable form.
ProcessValidationsPhase Implements the default Process Validations phase of the faces lifecycle.
RenderResponsePhase Implements the default Render Response phase of the faces lifecycle.
RestoreViewPhase Implements the default Restore View phase of the faces lifecycle.
UpdateModelValuesPhase Implements the default Update Model Values phase of the faces lifecycle.
 

Package de.mindmatters.faces.lifecycle Description

Classes implementing JavaServer Faces lifecycle management. The main class in this package is LifecycleImpl. Lifecycle is the gateway to executing the request processing lifecycle.


JSF-Spring

Copyright © 2006 mindmatters GmbH & Co. KG