- 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