Package org.apache.struts2.jsf

Integrates the JSF library into Struts.

See:
          Description

Class Summary
ApplyRequestValuesInterceptor Applies the request values to the component tree
FacesInterceptor Translates JSF phases into individual interceptors, and adapts their expected workflow to Action 2
FacesRender Performs the JSF render lifecycle phase.
FacesResult Executes the JSF render phase
FacesSetupInterceptor * Initializes the JSF context for this request.
FacesSupport Provides common lifecycle phase methods needed by interceptors and results.
InvokeApplicationInterceptor Invokes the application
ProcessValidationsInterceptor Processes validations on the component tree
RestoreViewInterceptor Restores the view or component tree
StrutsNavigationHandler Overrides the JFS navigation by delegating the result to handling by the core result code lookup and execution.
StrutsVariableResolver Will return a reference to the current action if the action name matches the requested variable name.
UpdateModelValuesInterceptor Updates the model values from the component tree
 

Package org.apache.struts2.jsf Description

Integrates the JSF library into Struts. The overall approach splits the JSF lifecycle into an Interceptor stack and Result, delegating navigation and general controller functions to Struts.

Most of this code was borrowed from MyFaces, and as such, will need to be synchronized occassionally with the original code.



Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.