JSF-Spring

Uses of Package
de.mindmatters.faces.lifecycle

Packages that use de.mindmatters.faces.lifecycle
de.mindmatters.faces.lifecycle Classes implementing JavaServer Faces lifecycle management. 
de.mindmatters.faces.spring.context.servlet.lifecycle SPI interfaces and classes implementing special JavaServer Faces lifecycle management for the integration of Spring's MVC framework. 
 

Classes in de.mindmatters.faces.lifecycle used by de.mindmatters.faces.lifecycle
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.
Phase
          A Phase is a single step in the processing of a JavaServer Faces request throughout its entire Lifecycle.
 

Classes in de.mindmatters.faces.lifecycle used by de.mindmatters.faces.spring.context.servlet.lifecycle
ApplyRequestValuesPhase
          Implements the default Apply Request Values phase of the faces lifecycle.
InvokeApplicationPhase
          Implements the default Invoke Application phase of the faces lifecycle.
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.
 


JSF-Spring

Copyright © 2006 mindmatters GmbH & Co. KG