JSF-Spring

Package 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.

See:
          Description

Interface Summary
ApplyRequestValuesPhaseListener An interface implemented by objects that wish to be notified at the beginning and ending of processing for the Apply Request Values phase of the request processing lifecycle.
InvokeApplicationPhaseListener An interface implemented by objects that wish to be notified at the beginning and ending of processing for the Invoke Application phase of the request processing lifecycle.
ProcessValidationsPhaseListener An interface implemented by objects that wish to be notified at the beginning and ending of processing for the Process Validations phase of the request processing lifecycle.
RenderResponsePhaseListener An interface implemented by objects that wish to be notified at the beginning and ending of processing for the Render Response phase of the request processing lifecycle.
RestoreViewPhaseListener An interface implemented by objects that wish to be notified at the beginning and ending of processing for the Restore View phase of the request processing lifecycle.
UpdateModelValuesPhaseListener An interface implemented by objects that wish to be notified at the beginning and ending of processing for the Update Model Values phase of the request processing lifecycle.
 

Class Summary
ApplyRequestValuesPhase Apply Request Values Phase implementation used by the special JSF-Spring Lifecycle identified by LifecycleImpl.JSF_SPRING_LIFECYCLE_ID.
InvokeApplicationPhase Invoke Application Phase implementation used by the special JSF-Spring Lifecycle identified by LifecycleImpl.JSF_SPRING_LIFECYCLE_ID.
PhaseListenerHelper Utility class for invoking notification methods before and after processing the standard JSF lifecycle phases via reflection on the current Spring MVC handler.
ProcessValidationsPhase Process Validations Phase implementation used by the special JSF-Spring Lifecycle identified by LifecycleImpl.JSF_SPRING_LIFECYCLE_ID.
RenderResponsePhase Render Response Phase implementation used by the special JSF-Spring Lifecycle identified by LifecycleImpl.JSF_SPRING_LIFECYCLE_ID.
RestoreViewPhase Restore View Phase implementation used by the special JSF-Spring Lifecycle identified by LifecycleImpl.JSF_SPRING_LIFECYCLE_ID.
UpdateModelValuesPhase Update Model Values Phase implementation used by the special JSF-Spring Lifecycle identified by LifecycleImpl.JSF_SPRING_LIFECYCLE_ID.
 

Package de.mindmatters.faces.spring.context.servlet.lifecycle Description

SPI interfaces and classes implementing special JavaServer Faces lifecycle management for the integration of Spring's MVC framework.


JSF-Spring

Copyright © 2006 mindmatters GmbH & Co. KG