Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
D
E
F
H
I
L
O
P
R
S
U
A
ApplyRequestValuesInterceptor
- Class in
org.apache.struts2.jsf
Applies the request values to the component tree
ApplyRequestValuesInterceptor()
- Constructor for class org.apache.struts2.jsf.
ApplyRequestValuesInterceptor
D
destroy()
- Method in class org.apache.struts2.jsf.
FacesInterceptor
Not used
destroy()
- Method in class org.apache.struts2.jsf.
FacesSetupInterceptor
Cleans up the lifecycle and factories
doExecute(String, ActionInvocation)
- Method in class org.apache.struts2.jsf.
FacesResult
Checks to see if we need to build a new JSF ViewId from the Struts Result config and then renders the result by delegating to the FacesRender.render().
E
executePhase(String, FacesContext)
- Method in class org.apache.struts2.jsf.
ApplyRequestValuesInterceptor
Apply Request Values (JSF.2.2.2)
executePhase(String, FacesContext)
- Method in class org.apache.struts2.jsf.
FacesInterceptor
Executes the specific phase.
executePhase(String, FacesContext)
- Method in class org.apache.struts2.jsf.
InvokeApplicationInterceptor
Invoke Application (JSF.2.2.5)
executePhase(String, FacesContext)
- Method in class org.apache.struts2.jsf.
ProcessValidationsInterceptor
Process Validations (JSF.2.2.3)
executePhase(String, FacesContext)
- Method in class org.apache.struts2.jsf.
RestoreViewInterceptor
Restore View (JSF.2.2.1)
executePhase(String, FacesContext)
- Method in class org.apache.struts2.jsf.
UpdateModelValuesInterceptor
Update Model Values (JSF.2.2.4)
F
FACES_ENABLED
- Static variable in class org.apache.struts2.jsf.
FacesSupport
Marker key for the ActionContext to dictate whether to treat the request as a JSF faces request and therefore process the Faces phases
FacesInterceptor
- Class in
org.apache.struts2.jsf
Translates JSF phases into individual interceptors, and adapts their expected workflow to Action 2
FacesInterceptor()
- Constructor for class org.apache.struts2.jsf.
FacesInterceptor
FacesRender
- Class in
org.apache.struts2.jsf
Performs the JSF render lifecycle phase.
FacesRender()
- Constructor for class org.apache.struts2.jsf.
FacesRender
FacesResult
- Class in
org.apache.struts2.jsf
Executes the JSF render phase
FacesResult()
- Constructor for class org.apache.struts2.jsf.
FacesResult
FacesResult(String)
- Constructor for class org.apache.struts2.jsf.
FacesResult
FacesSetupInterceptor
- Class in
org.apache.struts2.jsf
* Initializes the JSF context for this request.
FacesSetupInterceptor()
- Constructor for class org.apache.struts2.jsf.
FacesSetupInterceptor
FacesSupport
- Class in
org.apache.struts2.jsf
Provides common lifecycle phase methods needed by interceptors and results.
FacesSupport()
- Constructor for class org.apache.struts2.jsf.
FacesSupport
Initializes log instance for the instance object
H
handleNavigation(FacesContext, String, String)
- Method in class org.apache.struts2.jsf.
StrutsNavigationHandler
Stores any outcomes as the result code, failing over to the old NavigationHandler
I
informPhaseListenersAfter(FacesContext, PhaseId)
- Method in class org.apache.struts2.jsf.
FacesSupport
Informs phase listeners after a phase is executed
informPhaseListenersBefore(FacesContext, PhaseId)
- Method in class org.apache.struts2.jsf.
FacesSupport
Informs phase listeners before a phase is executed
init()
- Method in class org.apache.struts2.jsf.
FacesInterceptor
Not used
init()
- Method in class org.apache.struts2.jsf.
FacesSetupInterceptor
Initializes the lifecycle and factories
intercept(ActionInvocation)
- Method in class org.apache.struts2.jsf.
FacesInterceptor
Adapts the phase workflow to Action 2
intercept(ActionInvocation)
- Method in class org.apache.struts2.jsf.
FacesSetupInterceptor
Creates the faces context for other phases.
InvokeApplicationInterceptor
- Class in
org.apache.struts2.jsf
Invokes the application
InvokeApplicationInterceptor()
- Constructor for class org.apache.struts2.jsf.
InvokeApplicationInterceptor
isFacesAction(ActionInvocation)
- Method in class org.apache.struts2.jsf.
FacesSetupInterceptor
Determines if this action mapping will be have a JSF view
isFacesEnabled(ActionContext)
- Method in class org.apache.struts2.jsf.
FacesInterceptor
Determines whether to process this request with the JSF phases
isResponseComplete(FacesContext, String, boolean)
- Method in class org.apache.struts2.jsf.
FacesSupport
Checks to see if the response has been completed.
L
log
- Variable in class org.apache.struts2.jsf.
FacesSupport
Log instance for each class
O
org.apache.struts2.jsf
- package org.apache.struts2.jsf
Integrates the JSF library into Struts.
P
ProcessValidationsInterceptor
- Class in
org.apache.struts2.jsf
Processes validations on the component tree
ProcessValidationsInterceptor()
- Constructor for class org.apache.struts2.jsf.
ProcessValidationsInterceptor
R
recursivelyHandleComponentReferencesAndSetValid(FacesContext, UIComponent)
- Method in class org.apache.struts2.jsf.
RestoreViewInterceptor
Walk the component tree, executing any component-bindings to reattach components to their backing beans.
recursivelyHandleComponentReferencesAndSetValid(FacesContext, UIComponent, boolean)
- Method in class org.apache.struts2.jsf.
RestoreViewInterceptor
render(FacesContext)
- Method in class org.apache.struts2.jsf.
FacesRender
Executes the render phase, borrowed from MyFaces
resolveVariable(FacesContext, String)
- Method in class org.apache.struts2.jsf.
StrutsVariableResolver
Will return a reference to the current action if the action name matches the requested variable name.
RestoreViewInterceptor
- Class in
org.apache.struts2.jsf
Restores the view or component tree
RestoreViewInterceptor()
- Constructor for class org.apache.struts2.jsf.
RestoreViewInterceptor
S
setActionListener(String)
- Method in class org.apache.struts2.jsf.
FacesSetupInterceptor
Takes a comma delimited string of class names and stores the names in an
ArrayList
.
setDefaultLocale(String)
- Method in class org.apache.struts2.jsf.
FacesSetupInterceptor
Stores a String representation of the defaultLocale.
setDefaultRenderKitId(String)
- Method in class org.apache.struts2.jsf.
FacesSetupInterceptor
A
String
to be used as the defaultRenderKitId for the jsf application.
setLifecycle(Lifecycle)
- Method in class org.apache.struts2.jsf.
FacesSupport
Sets the lifecycle for this request
setLifecycleId(String)
- Method in class org.apache.struts2.jsf.
FacesSetupInterceptor
Sets the lifecycle id
setMessageBundle(String)
- Method in class org.apache.struts2.jsf.
FacesSetupInterceptor
Stores the messageBundle to be used to configure the jsf Application.
setNavigationHandler(String)
- Method in class org.apache.struts2.jsf.
FacesSetupInterceptor
Takes a comma delimited string of class names and stores the names in an
ArrayList
.
setPropertyResolver(String)
- Method in class org.apache.struts2.jsf.
FacesSetupInterceptor
Takes a comma delimited string of class names and stores the names in an
ArrayList
.
setStateManager(String)
- Method in class org.apache.struts2.jsf.
FacesSetupInterceptor
Takes a comma delimited string of class names and stores the names in an
ArrayList
.
setSupportedLocale(String)
- Method in class org.apache.struts2.jsf.
FacesSetupInterceptor
Takes a comma delimited string of local names and stores the names in an
ArrayList
.
setVariableResolver(String)
- Method in class org.apache.struts2.jsf.
FacesSetupInterceptor
Takes a comma delimited string of class names and stores the names in an
ArrayList
.
setViewHandler(String)
- Method in class org.apache.struts2.jsf.
FacesSetupInterceptor
Takes a comma delimited string of class names and stores the names in an
ArrayList
.
shouldRenderResponse(FacesContext, String, boolean)
- Method in class org.apache.struts2.jsf.
FacesSupport
Checks to see the render phase should be executed next.
StrutsNavigationHandler
- Class in
org.apache.struts2.jsf
Overrides the JFS navigation by delegating the result to handling by the core result code lookup and execution.
StrutsNavigationHandler(NavigationHandler)
- Constructor for class org.apache.struts2.jsf.
StrutsNavigationHandler
Creates the handler
StrutsVariableResolver
- Class in
org.apache.struts2.jsf
Will return a reference to the current action if the action name matches the requested variable name.
StrutsVariableResolver(VariableResolver)
- Constructor for class org.apache.struts2.jsf.
StrutsVariableResolver
Constructor
U
UpdateModelValuesInterceptor
- Class in
org.apache.struts2.jsf
Updates the model values from the component tree
UpdateModelValuesInterceptor()
- Constructor for class org.apache.struts2.jsf.
UpdateModelValuesInterceptor
A
D
E
F
H
I
L
O
P
R
S
U
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2000-2017
Apache Software Foundation
. All Rights Reserved.