Class | Description |
---|---|
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
|
Most of this code was borrowed from MyFaces, and as such, will need to be synchronized occassionally with the original code.
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.