JSF-Spring

Uses of Package
de.mindmatters.faces.spring.context.servlet.lifecycle

Packages that use de.mindmatters.faces.spring.context.servlet.lifecycle
de.mindmatters.faces.spring.context.servlet.controller Standard controller implementations for the MVC framework integration that comes with jsf-spring. 
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.spring.context.servlet.lifecycle used by de.mindmatters.faces.spring.context.servlet.controller
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.
 

Classes in de.mindmatters.faces.spring.context.servlet.lifecycle used by de.mindmatters.faces.spring.context.servlet.lifecycle
PhaseListenerHelper
          Utility class for invoking notification methods before and after processing the standard JSF lifecycle phases via reflection on the current Spring MVC handler.
 


JSF-Spring

Copyright © 2006 mindmatters GmbH & Co. KG