AbstractAuthorizeTag - Class in org.springframework.faces.security
A base class for an <authorize> tag used to make Spring Security based authorization decisions.
AbstractAuthorizeTag() - Constructor for class org.springframework.faces.security.AbstractAuthorizeTag
addBehavior(String, String) - Method in class org.springframework.faces.webflow.Jsf2FlowApplication
addComponent(String, String) - Method in class org.springframework.faces.webflow.FlowApplication
addConverter(String, String) - Method in class org.springframework.faces.webflow.FlowApplication
addConverter(Class<?>, String) - Method in class org.springframework.faces.webflow.FlowApplication
addDefaultValidatorId(String) - Method in class org.springframework.faces.webflow.Jsf2FlowApplication
addELContextListener(ELContextListener) - Method in class org.springframework.faces.webflow.FlowApplication
addELResolver(ELResolver) - Method in class org.springframework.faces.webflow.FlowApplication
addFacesConverters() - Method in class org.springframework.faces.model.converter.FacesConversionService
addMessage(String, FacesMessage) - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
addMessage(String, FacesMessage) - Method in class org.springframework.faces.webflow.FlowFacesContext
Translates a FacesMessage to a Spring Web Flow message and adds it to the current MessageContext
addPhaseListener(PhaseListener) - Method in class org.springframework.faces.ui.DelegatingViewRoot
addPhaseListener(PhaseListener) - Method in class org.springframework.faces.webflow.FlowLifecycle
Delegates to the wrapped Lifecycle.
addToFlowMessageContext(String, FacesMessage) - Method in class org.springframework.faces.webflow.FlowFacesContextMessageDelegate
addValidator(String, String) - Method in class org.springframework.faces.webflow.FlowApplication
afterPhase(PhaseEvent) - Method in class org.springframework.faces.support.RequestLoggingPhaseListener
afterPropertiesSet() - Method in class org.springframework.faces.mvc.JsfView
afterPropertiesSet() - Method in class org.springframework.faces.webflow.JsfFlowHandlerAdapter
AJAX_SOURCE_PARAM - Static variable in class org.springframework.faces.ui.AjaxViewRoot
AjaxEventInterceptorRenderer - Class in org.springframework.faces.ui
Renderer for the <sf:ajaxEvent> tag.
AjaxEventInterceptorRenderer() - Constructor for class org.springframework.faces.ui.AjaxEventInterceptorRenderer
AjaxViewRoot - Class in org.springframework.faces.ui
Customizes the behavior of an existing UIViewRoot with Ajax-aware processing.
AjaxViewRoot(UIViewRoot) - Constructor for class org.springframework.faces.ui.AjaxViewRoot
apply(FaceletContext, UIComponent) - Method in class org.springframework.faces.security.FaceletsAuthorizeTagHandler
apply(FaceletContext, UIComponent) - Method in class org.springframework.faces.security.Jsf12FaceletsAuthorizeTagHandler
areAllGranted(String) - Static method in class org.springframework.faces.security.FaceletsAuthorizeTagUtils
Returns true if the user has all of of the given authorities.
areAllGranted(String) - Static method in class org.springframework.faces.security.Jsf12FaceletsAuthorizeTagUtils
Returns true if the user has all of of the given authorities.
areAnyGranted(String) - Static method in class org.springframework.faces.security.FaceletsAuthorizeTagUtils
Returns true if the user has any of the given authorities.
areAnyGranted(String) - Static method in class org.springframework.faces.security.Jsf12FaceletsAuthorizeTagUtils
Returns true if the user has any of the given authorities.
areNotGranted(String) - Static method in class org.springframework.faces.security.FaceletsAuthorizeTagUtils
Returns true if the user does not have any of the given authorities.
areNotGranted(String) - Static method in class org.springframework.faces.security.Jsf12FaceletsAuthorizeTagUtils
Returns true if the user does not have any of the given authorities.
asTreeStructAndCompStateArray() - Method in class org.springframework.faces.webflow.FlowSerializedView
authorize() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
Make an authorization decision by considering all <authorize> tag attributes.
authorizeUsingAccessExpression() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
Make an authorization decision based on a Spring EL expression.
authorizeUsingGrantedAuthorities() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
Make an authorization decision by considering ifAllGranted, ifAnyGranted, and ifNotGranted.
authorizeUsingUrlCheck() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
Make an authorization decision based on the URL and HTTP method attributes.
FaceletsAuthorizeTag - Class in org.springframework.faces.security
A concrete implementation of
AbstractAuthorizeTag for use with standard Facelets rendering technology (JSF 2
or higher).
FaceletsAuthorizeTag(FaceletContext, TagAttribute, TagAttribute, TagAttribute, TagAttribute, TagAttribute, TagAttribute) - Constructor for class org.springframework.faces.security.FaceletsAuthorizeTag
A class constructor for use in a TagHandler.
FaceletsAuthorizeTag() - Constructor for class org.springframework.faces.security.FaceletsAuthorizeTag
A default constructor.
FaceletsAuthorizeTagHandler - Class in org.springframework.faces.security
A standard Facelets TagHandler for performing Spring Security authorization decisions.
FaceletsAuthorizeTagHandler(TagConfig) - Constructor for class org.springframework.faces.security.FaceletsAuthorizeTagHandler
FaceletsAuthorizeTagUtils - Class in org.springframework.faces.security
This class provides static methods that are registered as EL functions and available for use in Unified EL
expressions in standard Facelets views (JSF 2 or higher).
FaceletsAuthorizeTagUtils() - Constructor for class org.springframework.faces.security.FaceletsAuthorizeTagUtils
FacesContextHelper - Class in org.springframework.faces.webflow
Provides helper methods for getting a FacesContext that is suitable for use outside of Web Flow.
FacesContextHelper() - Constructor for class org.springframework.faces.webflow.FacesContextHelper
FacesConversionService - Class in org.springframework.faces.model.converter
Convenient ConversionService implementation for JSF that composes
JSF-specific converters with the standard Web Flow converters.
FacesConversionService() - Constructor for class org.springframework.faces.model.converter.FacesConversionService
FacesConversionService(ConversionService) - Constructor for class org.springframework.faces.model.converter.FacesConversionService
FacesFlowBuilderServicesBeanDefinitionParser - Class in org.springframework.faces.config
Parser for the flow-builder-services tag.
FacesFlowBuilderServicesBeanDefinitionParser() - Constructor for class org.springframework.faces.config.FacesFlowBuilderServicesBeanDefinitionParser
FacesNamespaceHandler - Class in org.springframework.faces.config
Namespace handler for the faces namespace.
FacesNamespaceHandler() - Constructor for class org.springframework.faces.config.FacesNamespaceHandler
FacesSpringELExpressionParser - Class in org.springframework.faces.webflow
A Spring EL ExpressionParser for use with JSF.
FacesSpringELExpressionParser(SpelExpressionParser) - Constructor for class org.springframework.faces.webflow.FacesSpringELExpressionParser
FacesSpringELExpressionParser(SpelExpressionParser, ConversionService) - Constructor for class org.springframework.faces.webflow.FacesSpringELExpressionParser
findComponent(String) - Method in class org.springframework.faces.ui.DelegatingViewRoot
FlowActionListener - Class in org.springframework.faces.webflow
The default ActionListener implementation to be used with Web Flow.
FlowActionListener(ActionListener) - Constructor for class org.springframework.faces.webflow.FlowActionListener
FlowApplication - Class in org.springframework.faces.webflow
Wraps an Application instance in order to ensure Web Flow specific implementations of ViewHandler and
StateManager are inserted at the front of the processing chain in JSF 1.2 and JSF 2.0 environments.
FlowApplication(Application) - Constructor for class org.springframework.faces.webflow.FlowApplication
Class constructor that accepts a delegate Application instance.
FlowApplicationFactory - Class in org.springframework.faces.webflow
Custom ApplicationFactory that ensures the FlowApplication is the first Application in the chain,
which in turn guarantees the install order for other JSF components.
FlowApplicationFactory(ApplicationFactory) - Constructor for class org.springframework.faces.webflow.FlowApplicationFactory
FlowFacesContext - Class in org.springframework.faces.webflow
Custom FacesContext implementation that delegates all standard FacesContext messaging functionality to a
Spring MessageSource made accessible as part of the current Web Flow request.
FlowFacesContext(RequestContext, FacesContext) - Constructor for class org.springframework.faces.webflow.FlowFacesContext
FlowFacesContext.FlowExternalContext - Class in org.springframework.faces.webflow
FlowFacesContext.FlowExternalContext(ExternalContext, RequestContext) - Constructor for class org.springframework.faces.webflow.FlowFacesContext.FlowExternalContext
FlowFacesContextLifecycleListener - Class in org.springframework.faces.webflow
A
FlowExecutionListener that creates a
FlowFacesContext
instance when a flow request is submitted and releases it when the request
has been processed.
FlowFacesContextLifecycleListener() - Constructor for class org.springframework.faces.webflow.FlowFacesContextLifecycleListener
FlowFacesContextMessageDelegate - Class in org.springframework.faces.webflow
Helper delegate class for use with the
FlowFacesContext that handles all faces message methods.
FlowFacesContextMessageDelegate(RequestContext) - Constructor for class org.springframework.faces.webflow.FlowFacesContextMessageDelegate
FlowLifecycle - Class in org.springframework.faces.webflow
Custom Lifecycle for Spring Web Flow that only executes the APPLY_REQUEST_VALUES through INVOKE_APPLICATION
phases.
FlowPartialViewContext - Class in org.springframework.faces.webflow
Web Flow PartialViewContext implementation allowing ids for partial rendering to be specified from the
server-side.
FlowPartialViewContext(PartialViewContext) - Constructor for class org.springframework.faces.webflow.FlowPartialViewContext
FlowPropertyResolver - Class in org.springframework.faces.webflow
Custom property resolver for resolving properties on web flow specific structures with JSF 1.1 or > by delegating to
web flow's EL resolvers.
FlowPropertyResolver(PropertyResolver) - Constructor for class org.springframework.faces.webflow.FlowPropertyResolver
FlowRenderKit - Class in org.springframework.faces.webflow
FlowRenderKit(RenderKit) - Constructor for class org.springframework.faces.webflow.FlowRenderKit
FlowResourceResolver - Class in org.springframework.faces.webflow
Resolves Facelets templates using Spring Resource paths such as "classpath:foo.xhtml".
FlowResourceResolver() - Constructor for class org.springframework.faces.webflow.FlowResourceResolver
FlowSerializedView - Class in org.springframework.faces.webflow
Serialized UIViewRoot stored in view scope associated with a Web Flow View State.
FlowSerializedView(String, Object, Object) - Constructor for class org.springframework.faces.webflow.FlowSerializedView
Creates a new serialized view
FlowVariableResolver - Class in org.springframework.faces.webflow
Custom variabe resolver for resolving properties on web flow specific variables with JSF 1.1 or > by delegating to
web flow's EL resolvers.
FlowVariableResolver(VariableResolver) - Constructor for class org.springframework.faces.webflow.FlowVariableResolver
FlowViewHandler - Class in org.springframework.faces.webflow
Simple delegating ViewHandler implementation that provides JSF Form's with the correct FlowExecution URL,
including the current FlowExecutionKey, so that postbacks may be properly intercepted and handled by Web Flow.
FlowViewHandler(ViewHandler) - Constructor for class org.springframework.faces.webflow.FlowViewHandler
FlowViewResponseStateManager - Class in org.springframework.faces.webflow
A custom ResponseStateManager that writes JSF state to a Web Flow managed view-scoped variable.
FlowViewResponseStateManager(ResponseStateManager) - Constructor for class org.springframework.faces.webflow.FlowViewResponseStateManager
FlowViewStateManager - Class in org.springframework.faces.webflow
Custom StateManager that manages the JSF component state in web flow's view scope.
FlowViewStateManager(StateManager) - Constructor for class org.springframework.faces.webflow.FlowViewStateManager
flush() - Method in class org.springframework.faces.webflow.application.portlet.PortletFaceletViewHandler.NoopWriter
FORM_RENDERED - Static variable in class org.springframework.faces.ui.AjaxViewRoot
getAccess() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
getActionListener() - Method in class org.springframework.faces.webflow.FlowApplication
getActionURL(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewHandler
getAfterPhaseListener() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getAjaxEnabled() - Method in class org.springframework.faces.ui.ProgressiveUICommand
getApplication() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
getApplication() - Method in class org.springframework.faces.webflow.FlowApplicationFactory
getApplication() - Method in class org.springframework.faces.webflow.FlowFacesContext
getApplicationMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getAttribute(String) - Method in class org.springframework.faces.webflow.context.portlet.InitParameterMap
getAttribute(String) - Method in class org.springframework.faces.webflow.context.portlet.RequestParameterMap
getAttribute(String) - Method in class org.springframework.faces.webflow.context.portlet.RequestPropertyMap
getAttributeCallbacks(UIComponent) - Method in class org.springframework.faces.ui.BaseComponentRenderer
getAttributeCallbacks(UIComponent) - Method in class org.springframework.faces.ui.ProgressiveCommandButtonRenderer
getAttributeCallbacks(UIComponent) - Method in class org.springframework.faces.ui.ProgressiveCommandLinkRenderer
getAttributeNames() - Method in class org.springframework.faces.webflow.context.portlet.InitParameterMap
getAttributeNames() - Method in class org.springframework.faces.webflow.context.portlet.RequestPropertyMap
getAttributes() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getAttributes() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
getAttributesToRender(UIComponent) - Method in class org.springframework.faces.ui.ProgressiveCommandButtonRenderer
getAttributesToRender(UIComponent) - Method in class org.springframework.faces.ui.ProgressiveCommandLinkRenderer
getAuthType() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getBeanClassName(Element) - Method in class org.springframework.faces.config.FacesFlowBuilderServicesBeanDefinitionParser
getBeanFactory(FacesContext) - Method in class org.springframework.faces.webflow.SpringBeanWebFlowVariableResolver
getBeforePhaseListener() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getBehaviorIds() - Method in class org.springframework.faces.webflow.Jsf2FlowApplication
getBookmarkableURL(FacesContext, String, Map, boolean) - Method in class org.springframework.faces.webflow.Jsf2FlowViewHandler
getChildCount() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getChildren() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getClientId(FacesContext) - Method in class org.springframework.faces.ui.DelegatingViewRoot
getClientIdsWithMessages() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
getClientIdsWithMessages() - Method in class org.springframework.faces.webflow.FlowFacesContext
Returns an Iterator for all component clientId's for which messages have been added.
getClientIdsWithMessages() - Method in class org.springframework.faces.webflow.FlowFacesContextMessageDelegate
getCommonPropertyType(ELContext, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
getComponentState() - Method in class org.springframework.faces.webflow.FlowSerializedView
getComponentStateToRestore(FacesContext) - Method in class org.springframework.faces.webflow.FlowViewResponseStateManager
getComponentStateToSave(FacesContext) - Method in class org.springframework.faces.webflow.FlowViewStateManager
getComponentTypes() - Method in class org.springframework.faces.webflow.FlowApplication
getConstraints() - Method in class org.springframework.faces.ui.DojoWidget
getContainerClientId(FacesContext) - Method in class org.springframework.faces.ui.DelegatingViewRoot
getContext() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getConverterIds() - Method in class org.springframework.faces.webflow.FlowApplication
getConverterTypes() - Method in class org.springframework.faces.webflow.FlowApplication
getCurrency() - Method in class org.springframework.faces.ui.DojoClientCurrencyValidator
getCurrentPhaseId() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
getDatePattern() - Method in class org.springframework.faces.ui.DojoClientDateValidator
getDefaultLocale() - Method in class org.springframework.faces.webflow.FlowApplication
getDefaultRenderKitId() - Method in class org.springframework.faces.webflow.FlowApplication
getDefaultValidatorInfo() - Method in class org.springframework.faces.webflow.Jsf2FlowApplication
getDelegate() - Method in class org.springframework.faces.webflow.FlowApplication
getDelegate() - Method in class org.springframework.faces.webflow.FlowFacesContext
getDelegate() - Method in class org.springframework.faces.webflow.FlowViewHandler
getDisabled() - Method in class org.springframework.faces.ui.DojoWidget
getDisabled() - Method in class org.springframework.faces.ui.ProgressiveUICommand
getDojoAttributes() - Method in class org.springframework.faces.ui.DojoClientCurrencyValidator
getDojoAttributes() - Method in class org.springframework.faces.ui.DojoClientDateValidator
getDojoAttributes() - Method in class org.springframework.faces.ui.DojoClientNumberValidator
getDojoAttributes() - Method in class org.springframework.faces.ui.DojoClientTextValidator
getDojoAttributes() - Method in class org.springframework.faces.ui.DojoWidget
getDojoAttributesAsString(FacesContext, UIComponent) - Method in class org.springframework.faces.ui.DojoElementDecorationRenderer
getDojoAttributesAsString(FacesContext, UIComponent) - Method in class org.springframework.faces.ui.DojoWidgetRenderer
getELContext() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
getELContext() - Method in class org.springframework.faces.webflow.FlowFacesContext
getELContextListeners() - Method in class org.springframework.faces.webflow.FlowApplication
getELResolver() - Method in class org.springframework.faces.webflow.FlowApplication
getExceptionHandler() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
getExpressionFactory() - Method in class org.springframework.faces.webflow.FlowApplication
getExternalContext() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
getExternalContext() - Method in class org.springframework.faces.webflow.FlowFacesContext
getExternalContext() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
getFacesContext(ServletContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.faces.webflow.FacesContextHelper
getFacet(String) - Method in class org.springframework.faces.ui.DelegatingViewRoot
getFacetCount() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getFacets() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getFacetsAndChildren() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getFamily() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getFamily() - Method in class org.springframework.faces.ui.DynamicComponent
getFamily() - Method in class org.springframework.faces.ui.SpringJavascriptElementDecoration
getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
getFlowEvent() - Method in class org.springframework.faces.webflow.JsfView
getId() - Method in class org.springframework.faces.ui.AjaxViewRoot
getId() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getIfAllGranted() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
getIfAnyGranted() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
getIfNotGranted() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
getInitParameter(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getInitParameterMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getIntermediateChanges() - Method in class org.springframework.faces.ui.DojoWidget
getInvalidMessage() - Method in class org.springframework.faces.ui.DojoWidget
getLocale() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getLowercase() - Method in class org.springframework.faces.ui.DojoWidget
getMaximumSeverity() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
getMaximumSeverity() - Method in class org.springframework.faces.webflow.FlowFacesContext
Return the maximum severity level recorded on any FacesMessages that has been queued, whether or not they are
associated with any specific UIComponent.
getMaximumSeverity() - Method in class org.springframework.faces.webflow.FlowFacesContextMessageDelegate
getMessageBundle() - Method in class org.springframework.faces.webflow.FlowApplication
getMessageDelegate() - Method in class org.springframework.faces.webflow.FlowFacesContext
getMessageList() - Method in class org.springframework.faces.webflow.FlowFacesContextMessageDelegate
getMessageList(String) - Method in class org.springframework.faces.webflow.FlowFacesContextMessageDelegate
getMessageList() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
Returns a List for all Messages in the current MessageContext that does translation to FacesMessages.
getMessageList(String) - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
Returns a List for all Messages with the given clientId in the current MessageContext that does translation to
FacesMessages.
getMessages() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
getMessages(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
getMessages() - Method in class org.springframework.faces.webflow.FlowFacesContext
Returns an Iterator for all Messages in the current MessageContext that does translation to FacesMessages.
getMessages(String) - Method in class org.springframework.faces.webflow.FlowFacesContext
Returns an Iterator for all Messages with the given clientId in the current MessageContext that does translation
to FacesMessages.
getMessages() - Method in class org.springframework.faces.webflow.FlowFacesContextMessageDelegate
getMessages(String) - Method in class org.springframework.faces.webflow.FlowFacesContextMessageDelegate
getMethod() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
getNavigationHandler() - Method in class org.springframework.faces.webflow.FlowApplication
getOnClickNoAjax(FacesContext, UIComponent) - Method in class org.springframework.faces.ui.ProgressiveCommandButtonRenderer
This is a hook for subclasses to provide special onclick behavior in the non-ajax case
getOnClickNoAjax(FacesContext, UIComponent) - Method in class org.springframework.faces.ui.ProgressiveCommandLinkRenderer
getOriginalVariableResolver() - Method in class org.springframework.faces.webflow.SpringBeanWebFlowVariableResolver
Return the original JSF VariableResolver that this resolver delegates to.
getOriginalViewRoot() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getParent() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getPartialViewContext() - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
getPhaseId() - Method in class org.springframework.faces.support.RequestLoggingPhaseListener
getPhaseListeners() - Method in class org.springframework.faces.webflow.FlowLifecycle
Delegates to the wrapped Lifecycle.
getProcessIds() - Method in class org.springframework.faces.ui.AjaxViewRoot
getProjectStage() - Method in class org.springframework.faces.webflow.Jsf2FlowApplication
getPromptMessage() - Method in class org.springframework.faces.ui.DojoWidget
getPropercase() - Method in class org.springframework.faces.ui.DojoWidget
getPropertyResolver() - Method in class org.springframework.faces.webflow.FlowApplication
getRedirectURL(FacesContext, String, Map, boolean) - Method in class org.springframework.faces.webflow.Jsf2FlowViewHandler
getRegExp() - Method in class org.springframework.faces.ui.DojoWidget
getRegExpGen() - Method in class org.springframework.faces.ui.DojoWidget
getRemoteUser() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getRenderedTagName(UIComponent) - Method in class org.springframework.faces.ui.ProgressiveCommandButtonRenderer
getRenderedTagName(UIComponent) - Method in class org.springframework.faces.ui.ProgressiveCommandLinkRenderer
getRendererType() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getRenderIds() - Method in class org.springframework.faces.ui.AjaxViewRoot
getRenderIds() - Method in class org.springframework.faces.webflow.FlowPartialViewContext
getRenderKit() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
getRenderKit() - Method in class org.springframework.faces.webflow.FlowFacesContext
getRenderKitId() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getRenderResponse() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
getRenderResponse() - Method in class org.springframework.faces.webflow.FlowFacesContext
getRendersChildren() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getRendersChildren() - Method in class org.springframework.faces.ui.ProgressiveCommandButtonRenderer
getRendersChildren() - Method in class org.springframework.faces.ui.ProgressiveCommandLinkRenderer
getRequest() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
This method allows subclasses to provide a way to access the ServletRequest according to the rendering
technology.
getRequest() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
getRequest() - Method in class org.springframework.faces.security.Jsf12FaceletsAuthorizeTag
getRequest() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getRequestCharacterEncoding() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getRequestContentType() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getRequestContextPath() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getRequestCookieMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getRequestHeaderMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getRequestHeaderValuesMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getRequestLocale() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getRequestLocales() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getRequestMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getRequestParameterMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getRequestParameterNames() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getRequestParameterValuesMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getRequestPathInfo() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getRequestServletPath() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getRequired() - Method in class org.springframework.faces.ui.DojoWidget
getResource(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getResourceAsStream(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getResourceBundle(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowApplication
getResourceHandler() - Method in class org.springframework.faces.webflow.Jsf2FlowApplication
getResourcePaths(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getResourceURL(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewHandler
getResponse() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
This method allows subclasses to provide a way to access the ServletResponse according to the rendering
technology.
getResponse() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
getResponse() - Method in class org.springframework.faces.security.Jsf12FaceletsAuthorizeTag
getResponse() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getResponse() - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowExternalContext
getResponseCharacterEncoding() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getResponseComplete() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
getResponseComplete() - Method in class org.springframework.faces.webflow.FlowFacesContext
getResponseContentType() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getResponseEncoding(FacesContext, String) - Method in class org.springframework.faces.webflow.application.portlet.PortletFaceletViewHandler
getResponseStateManager() - Method in class org.springframework.faces.webflow.FlowRenderKit
Returns an instance of
FlowViewResponseStateManager in a JSF 2 environment or returns the delegates's
ResponseStateManager instance otherwise.
getResponseStream() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
getResponseStream() - Method in class org.springframework.faces.webflow.FlowFacesContext
getResponseWriter() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
getResponseWriter() - Method in class org.springframework.faces.webflow.FlowFacesContext
getRowCount() - Method in class org.springframework.faces.model.SerializableListDataModel
getRowData() - Method in class org.springframework.faces.model.SerializableListDataModel
getRowIndex() - Method in class org.springframework.faces.model.SerializableListDataModel
getSelectedRow() - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
getSelections() - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
getSelections() - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
getSelections() - Method in interface org.springframework.faces.model.SelectionAware
Returns the list of selected row data objects for the model.
getServletContext() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
This method allows subclasses to provide a way to access the ServletContext according to the rendering
technology.
getServletContext() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
getServletContext() - Method in class org.springframework.faces.security.Jsf12FaceletsAuthorizeTag
getSession(boolean) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getSessionMap() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getSourceClass() - Method in class org.springframework.faces.model.converter.DataModelConverter
getSpecificTargetClasses() - Method in class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
getState(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewResponseStateManager
Retrieves the state from view scope as an instance of
FlowSerializedView and turns it to an array before
returning.
getStateManager() - Method in class org.springframework.faces.webflow.FlowApplication
getSupportedLocales() - Method in class org.springframework.faces.webflow.FlowApplication
getTabIndex() - Method in class org.springframework.faces.ui.DojoWidget
getTargetClass() - Method in class org.springframework.faces.model.converter.DataModelConverter
getTreeStructure() - Method in class org.springframework.faces.webflow.FlowSerializedView
getTreeStructureToRestore(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewResponseStateManager
getTreeStructureToSave(FacesContext) - Method in class org.springframework.faces.webflow.FlowViewStateManager
getType(Object, int) - Method in class org.springframework.faces.expression.ELDelegatingPropertyResolver
getType(Object, Object) - Method in class org.springframework.faces.expression.ELDelegatingPropertyResolver
getType() - Method in class org.springframework.faces.ui.ProgressiveUICommand
getType(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
getUppercase() - Method in class org.springframework.faces.ui.DojoWidget
getUrl() - Method in class org.springframework.faces.security.AbstractAuthorizeTag
getUserEventState() - Method in class org.springframework.faces.webflow.JsfView
getUserPrincipal() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
getValidatorIds() - Method in class org.springframework.faces.webflow.FlowApplication
getValue(Object, int) - Method in class org.springframework.faces.expression.ELDelegatingPropertyResolver
getValue(Object, Object) - Method in class org.springframework.faces.expression.ELDelegatingPropertyResolver
getValue(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
getValueBinding(String) - Method in class org.springframework.faces.ui.DelegatingViewRoot
Deprecated.
getValueExpression(String) - Method in class org.springframework.faces.ui.DelegatingViewRoot
getVariableResolver() - Method in class org.springframework.faces.webflow.FlowApplication
getView(RequestContext) - Method in class org.springframework.faces.webflow.JsfViewFactory
Executes the RESTORE_VIEW phase of the JSF lifecycle at the beginning of a request, and creates the next view to
be rendered in the case of an executing transition.
getViewDeclarationLanguage(FacesContext, String) - Method in class org.springframework.faces.webflow.Jsf2FlowViewHandler
getViewHandler() - Method in class org.springframework.faces.webflow.FlowApplication
getViewId() - Method in class org.springframework.faces.ui.DelegatingViewRoot
getViewId() - Method in class org.springframework.faces.webflow.FlowSerializedView
getViewIdByConvention(String) - Method in class org.springframework.faces.webflow.JsfViewFactoryCreator
getViewRoot() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
getViewRoot() - Method in class org.springframework.faces.webflow.FlowFacesContext
getViewRoot() - Method in class org.springframework.faces.webflow.JsfView
Returns the underlying view root.
getViewState(FacesContext, Object) - Method in class org.springframework.faces.webflow.FlowViewResponseStateManager
This method returns the flow execution key to be used as the value for the "javax.faces.ViewState" hidden input
field.
getViewState(FacesContext) - Method in class org.springframework.faces.webflow.FlowViewStateManager
getWidgetType() - Method in class org.springframework.faces.ui.DojoClientCurrencyValidator
getWidgetType() - Method in class org.springframework.faces.ui.DojoClientDateValidator
getWidgetType() - Method in class org.springframework.faces.ui.DojoClientNumberValidator
getWidgetType() - Method in class org.springframework.faces.ui.DojoClientTextValidator
getWidgetType() - Method in class org.springframework.faces.ui.DojoWidget
getWrapped() - Method in class org.springframework.faces.webflow.FlowApplicationFactory
getWrapped() - Method in class org.springframework.faces.webflow.FlowPartialViewContext
getWrapped() - Method in class org.springframework.faces.webflow.FlowRenderKit
getWrappedData() - Method in class org.springframework.faces.model.SerializableListDataModel
Jsf12FaceletsAuthorizeTag - Class in org.springframework.faces.security
A concrete implementation of
AbstractAuthorizeTag for use with Facelets rendering technology in JSF 1.2
environments.
Jsf12FaceletsAuthorizeTag(FaceletContext, TagAttribute, TagAttribute, TagAttribute, TagAttribute, TagAttribute, TagAttribute) - Constructor for class org.springframework.faces.security.Jsf12FaceletsAuthorizeTag
A class constructor for use in a TagHandler.
Jsf12FaceletsAuthorizeTag() - Constructor for class org.springframework.faces.security.Jsf12FaceletsAuthorizeTag
A default constructor.
Jsf12FaceletsAuthorizeTagHandler - Class in org.springframework.faces.security
A JSF 1.2 Facelets TagHandler for performing Spring Security authorization decisions.
Jsf12FaceletsAuthorizeTagHandler(TagConfig) - Constructor for class org.springframework.faces.security.Jsf12FaceletsAuthorizeTagHandler
Jsf12FaceletsAuthorizeTagUtils - Class in org.springframework.faces.security
This class provides static methods that are registered as EL functions and available for use in Unified EL
expressions in JSF 1.2 Facelets views.
Jsf12FaceletsAuthorizeTagUtils() - Constructor for class org.springframework.faces.security.Jsf12FaceletsAuthorizeTagUtils
Jsf2FlowApplication - Class in org.springframework.faces.webflow
Extends FlowApplication in order to provide JSF 2 delegation method.
Jsf2FlowApplication(Application) - Constructor for class org.springframework.faces.webflow.Jsf2FlowApplication
Jsf2FlowFacesContext - Class in org.springframework.faces.webflow
Extends FlowFacesContext in order to provide JSF 2 delegation method.
Jsf2FlowFacesContext(RequestContext, FacesContext) - Constructor for class org.springframework.faces.webflow.Jsf2FlowFacesContext
Jsf2FlowResourceResolver - Class in org.springframework.faces.webflow
Resolves Facelets templates using Spring Resource paths such as "classpath:foo.xhtml".
Jsf2FlowResourceResolver() - Constructor for class org.springframework.faces.webflow.Jsf2FlowResourceResolver
Jsf2FlowViewHandler - Class in org.springframework.faces.webflow
Extends FlowViewHandler in order to provide JSF 2 delegation method.
Jsf2FlowViewHandler(ViewHandler) - Constructor for class org.springframework.faces.webflow.Jsf2FlowViewHandler
JSF_11 - Static variable in class org.springframework.faces.webflow.JsfRuntimeInformation
JSF Version 1.1
JSF_12 - Static variable in class org.springframework.faces.webflow.JsfRuntimeInformation
JSF Version 1.2
JSF_20 - Static variable in class org.springframework.faces.webflow.JsfRuntimeInformation
JSF Version 2.0
JSF_21 - Static variable in class org.springframework.faces.webflow.JsfRuntimeInformation
JSF Version 2.1
JSF_22 - Static variable in class org.springframework.faces.webflow.JsfRuntimeInformation
JSF Version 2.2
JsfAjaxHandler - Class in org.springframework.faces.webflow
Ajax handler for JSF 2 requests that can identify JSF 2 Ajax requests and send redirect instructions back to the
client by including a redirect instruction in the content of the response.
JsfAjaxHandler() - Constructor for class org.springframework.faces.webflow.JsfAjaxHandler
JsfAjaxHandler(AbstractAjaxHandler) - Constructor for class org.springframework.faces.webflow.JsfAjaxHandler
JsfFlowHandlerAdapter - Class in org.springframework.faces.webflow
An extension of
FlowHandlerAdapter that replaces the default
AjaxHandler instance with a
JsfAjaxHandler assuming JSF 2 is the runtime environment.
JsfFlowHandlerAdapter() - Constructor for class org.springframework.faces.webflow.JsfFlowHandlerAdapter
JsfManagedBeanAwareELExpressionParser - Class in org.springframework.faces.webflow
A JSF-specific ExpressionParser that allows beans managed by either JSF, Spring, or Web Flow to be referenced in
expressions in the FlowDefinition.
JsfManagedBeanAwareELExpressionParser(ExpressionFactory) - Constructor for class org.springframework.faces.webflow.JsfManagedBeanAwareELExpressionParser
JsfManagedBeanPropertyAccessor - Class in org.springframework.faces.webflow
Spring EL PropertyAccessor that checks request, session, and application scopes for existing JSF-managed beans.
JsfManagedBeanPropertyAccessor() - Constructor for class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
JsfManagedBeanResolver - Class in org.springframework.faces.webflow
ELResolver that checks request, session, and application scopes for existing JSF-managed beans.
JsfManagedBeanResolver() - Constructor for class org.springframework.faces.webflow.JsfManagedBeanResolver
JsfResourceRequestHandler - Class in org.springframework.faces.webflow
Handles a request by delegating to the JSF ResourceHandler, which serves web application and classpath resources such
as images, CSS and JavaScript files from well-known locations.
JsfResourceRequestHandler() - Constructor for class org.springframework.faces.webflow.JsfResourceRequestHandler
JsfRuntimeInformation - Class in org.springframework.faces.webflow
Helper class to provide information about the JSF runtime environment such as JSF version and implementation.
JsfRuntimeInformation() - Constructor for class org.springframework.faces.webflow.JsfRuntimeInformation
JsfUtils - Class in org.springframework.faces.webflow
Common support for the JSF integration with Spring Web Flow.
JsfUtils() - Constructor for class org.springframework.faces.webflow.JsfUtils
JsfView - Class in org.springframework.faces.mvc
JSF View that renders a transient (stateless) JSF view template.
JsfView() - Constructor for class org.springframework.faces.mvc.JsfView
JsfView - Class in org.springframework.faces.webflow
JSF-specific View implementation.
JsfView(UIViewRoot, Lifecycle, RequestContext) - Constructor for class org.springframework.faces.webflow.JsfView
Creates a new JSF view.
JsfViewFactory - Class in org.springframework.faces.webflow
JSF-specific ViewFactory implementation.
JsfViewFactory(Expression, Lifecycle) - Constructor for class org.springframework.faces.webflow.JsfViewFactory
JsfViewFactoryCreator - Class in org.springframework.faces.webflow
A ViewFactoryCreator implementation for creating instances of a JSF-specific ViewFactory.
JsfViewFactoryCreator() - Constructor for class org.springframework.faces.webflow.JsfViewFactoryCreator
read(EvaluationContext, Object, String) - Method in class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
redirect(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
release() - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
release() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
release() - Method in class org.springframework.faces.webflow.FlowFacesContext
releaseIfNecessary() - Method in class org.springframework.faces.webflow.FacesContextHelper
removeAttribute(String) - Method in class org.springframework.faces.webflow.context.portlet.InitParameterMap
removeAttribute(String) - Method in class org.springframework.faces.webflow.context.portlet.RequestPropertyMap
removeELContextListener(ELContextListener) - Method in class org.springframework.faces.webflow.FlowApplication
removePhaseListener(PhaseListener) - Method in class org.springframework.faces.ui.DelegatingViewRoot
removePhaseListener(PhaseListener) - Method in class org.springframework.faces.webflow.FlowLifecycle
Delegates to the wrapped Lifecycle.
render(FacesContext) - Method in class org.springframework.faces.webflow.FlowLifecycle
Delegates to the wrapped Lifecycle.
render() - Method in class org.springframework.faces.webflow.JsfView
Performs the standard duties of the JSF RENDER_RESPONSE phase.
renderDojoInclude(FacesContext, String) - Static method in class org.springframework.faces.ui.resource.ResourceHelper
Render a tag for a given dojo include.
renderMergedOutputModel(Map, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.faces.mvc.JsfView
renderResource(FacesContext, String) - Static method in class org.springframework.faces.ui.resource.ResourceHelper
Renders either a script or style resource depending on the resourcePath
renderResponse() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
renderResponse() - Method in class org.springframework.faces.webflow.FlowFacesContext
renderScriptLink(FacesContext, String) - Static method in class org.springframework.faces.ui.resource.ResourceHelper
Render a tag for a given script resource.
renderScriptLink(FacesContext, String, Map) - Static method in class org.springframework.faces.ui.resource.ResourceHelper
Render a tag for a given script resource.
renderStyleLink(FacesContext, String) - Static method in class org.springframework.faces.ui.resource.ResourceHelper
Render a tag for a given stylesheet resource.
renderView(FacesContext, UIViewRoot) - Method in class org.springframework.faces.webflow.FlowViewHandler
RequestLoggingPhaseListener - Class in org.springframework.faces.support
PhaseListener that logs the execution of the individual phases of the JSF lifecycle.
RequestLoggingPhaseListener() - Constructor for class org.springframework.faces.support.RequestLoggingPhaseListener
RequestParameterMap - Class in org.springframework.faces.webflow.context.portlet
Map backed by a PortletContext for accessing Portlet request parameters.
RequestParameterMap(PortletRequest) - Constructor for class org.springframework.faces.webflow.context.portlet.RequestParameterMap
requestProcessed(RequestContext) - Method in class org.springframework.faces.webflow.FlowFacesContextLifecycleListener
RequestPropertyMap - Class in org.springframework.faces.webflow.context.portlet
Map backed by a PortletContext for accessing Portlet request properties.
RequestPropertyMap(PortletRequest) - Constructor for class org.springframework.faces.webflow.context.portlet.RequestPropertyMap
requestSubmitted(RequestContext) - Method in class org.springframework.faces.webflow.FlowFacesContextLifecycleListener
Creates a new instance of
FlowFacesContext that is then available for the duration of the request.
resolveOriginal(FacesContext, String) - Method in class org.springframework.faces.webflow.SpringBeanWebFlowVariableResolver
Resolve the attribute via the original JSF VariableResolver.
resolveSpringBean(FacesContext, String) - Method in class org.springframework.faces.webflow.SpringBeanWebFlowVariableResolver
Resolve the attribute as a Spring bean in the ApplicationContext.
resolveUrl(String) - Method in class org.springframework.faces.webflow.FlowResourceResolver
resolveUrl(String) - Method in class org.springframework.faces.webflow.Jsf2FlowResourceResolver
resolveVariable(FacesContext, String) - Method in class org.springframework.faces.expression.ELDelegatingVariableResolver
resolveVariable(FacesContext, String) - Method in class org.springframework.faces.webflow.SpringBeanWebFlowVariableResolver
Try to resolve the variable as Spring bean in the flow local bean factory.
ResourceGroupRenderer - Class in org.springframework.faces.ui
Renderer for the <sf:resourceGroup> tag.
ResourceGroupRenderer() - Constructor for class org.springframework.faces.ui.ResourceGroupRenderer
ResourceHelper - Class in org.springframework.faces.ui.resource
Helper used by Spring Faces component renderers to add links to javascript and css resources.
ResourceRenderer - Class in org.springframework.faces.ui
Renderer for the <sf:resource> tag.
ResourceRenderer() - Constructor for class org.springframework.faces.ui.ResourceRenderer
ResourcesBeanDefinitionParser - Class in org.springframework.faces.config
Parser for the resources tag.
ResourcesBeanDefinitionParser() - Constructor for class org.springframework.faces.config.ResourcesBeanDefinitionParser
responseComplete() - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
responseComplete() - Method in class org.springframework.faces.webflow.FlowFacesContext
restoreComponentState(FacesContext, UIViewRoot, String) - Method in class org.springframework.faces.webflow.FlowViewStateManager
restoreState(FacesContext, Object) - Method in class org.springframework.faces.ui.DelegatingViewRoot
restoreState(FacesContext, Object) - Method in class org.springframework.faces.ui.DojoClientCurrencyValidator
restoreState(FacesContext, Object) - Method in class org.springframework.faces.ui.DojoClientDateValidator
restoreState(FacesContext, Object) - Method in class org.springframework.faces.ui.DojoWidget
restoreState(FacesContext, Object) - Method in class org.springframework.faces.ui.ProgressiveUICommand
restoreTreeStructure(FacesContext, String, String) - Method in class org.springframework.faces.webflow.FlowViewStateManager
restoreView(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewHandler
restoreView(FacesContext, String, String) - Method in class org.springframework.faces.webflow.FlowViewStateManager
In JSF 2 where a partial state saving algorithm is used, this method merely delegates to the next
ViewStateManager.
RichFacesAjaxHandler - Class in org.springframework.faces.richfaces
Ajax handler that works with Rich Faces, allowing support for Web Flow Ajax features with the Rich Faces toolkit.
RichFacesAjaxHandler() - Constructor for class org.springframework.faces.richfaces.RichFacesAjaxHandler
Create a RichFacesAjaxHandler that is not part of a chain of AjaxHandler's.
RichFacesAjaxHandler(AbstractAjaxHandler) - Constructor for class org.springframework.faces.richfaces.RichFacesAjaxHandler
Create a RichFacesAjaxHandler as part of a chain of AjaxHandler's.
saveSerializedView(FacesContext) - Method in class org.springframework.faces.webflow.FlowViewStateManager
JSF 1.1 version of state saving
saveState(FacesContext) - Method in class org.springframework.faces.ui.DelegatingViewRoot
saveState(FacesContext) - Method in class org.springframework.faces.ui.DojoClientCurrencyValidator
saveState(FacesContext) - Method in class org.springframework.faces.ui.DojoClientDateValidator
saveState(FacesContext) - Method in class org.springframework.faces.ui.DojoWidget
saveState(FacesContext) - Method in class org.springframework.faces.ui.ProgressiveUICommand
saveState() - Method in class org.springframework.faces.webflow.JsfView
Updates the component state stored in View scope so that it remains in sync with the updated flow execution
snapshot
saveView(FacesContext) - Method in class org.springframework.faces.webflow.FlowViewStateManager
JSF 1.2 (or higher) version of state saving.
select(Object) - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
select(Object) - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
select(Object) - Method in interface org.springframework.faces.model.SelectionAware
Selects the given row data object in the model.
selectAll() - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
selectAll() - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
selectAll() - Method in interface org.springframework.faces.model.SelectionAware
Selects all row data objects in the model.
SelectionAware - Interface in org.springframework.faces.model
Interface for DataModel implementations that need to track selected rows.
SelectionTrackingActionListener - Class in org.springframework.faces.model
Custom
ActionListener that inspects the
UIComponent that signaled the current
ActionEvent to
determine whether it is a child of any iterator type of component (such as
UIData) that uses a
SelectionAware data model implementation.
SelectionTrackingActionListener(ActionListener) - Constructor for class org.springframework.faces.model.SelectionTrackingActionListener
sendAjaxRedirectInternal(String, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.springframework.faces.richfaces.RichFacesAjaxHandler
sendAjaxRedirectInternal(String, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.springframework.faces.webflow.JsfAjaxHandler
SerializableListDataModel - Class in org.springframework.faces.model
A simple List-to-JSF-DataModel adapter that is also serializable.
SerializableListDataModel() - Constructor for class org.springframework.faces.model.SerializableListDataModel
SerializableListDataModel(List) - Constructor for class org.springframework.faces.model.SerializableListDataModel
Adapt the list to a data model;
SERIALIZED_VIEW_STATE - Static variable in class org.springframework.faces.webflow.FlowViewStateManager
setAccess(String) - Method in class org.springframework.faces.security.AbstractAuthorizeTag
setActionListener(ActionListener) - Method in class org.springframework.faces.webflow.FlowApplication
setAfterPhaseListener(MethodExpression) - Method in class org.springframework.faces.ui.DelegatingViewRoot
setAjaxEnabled(Boolean) - Method in class org.springframework.faces.ui.ProgressiveUICommand
setApplication(Application) - Method in class org.springframework.faces.webflow.FlowApplicationFactory
setAttribute(String, Object) - Method in class org.springframework.faces.webflow.context.portlet.InitParameterMap
setAttribute(String, Object) - Method in class org.springframework.faces.webflow.context.portlet.RequestPropertyMap
setBeforePhaseListener(MethodExpression) - Method in class org.springframework.faces.ui.DelegatingViewRoot
setConstraints(String) - Method in class org.springframework.faces.ui.DojoWidget
setCurrency(String) - Method in class org.springframework.faces.ui.DojoClientCurrencyValidator
setCurrentPhaseId(PhaseId) - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
setCurrentRowSelected(boolean) - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
setCurrentRowSelected(boolean) - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
setCurrentRowSelected(boolean) - Method in interface org.springframework.faces.model.SelectionAware
Sets whether the row pointed to by the model's current index is selected
setDatePattern(String) - Method in class org.springframework.faces.ui.DojoClientDateValidator
setDefaultLocale(Locale) - Method in class org.springframework.faces.webflow.FlowApplication
setDefaultRenderKitId(String) - Method in class org.springframework.faces.webflow.FlowApplication
setDisabled(Boolean) - Method in class org.springframework.faces.ui.DojoWidget
setDisabled(Boolean) - Method in class org.springframework.faces.ui.ProgressiveUICommand
setExceptionHandler(ExceptionHandler) - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
setId(String) - Method in class org.springframework.faces.ui.DelegatingViewRoot
setIfAllGranted(String) - Method in class org.springframework.faces.security.AbstractAuthorizeTag
setIfAnyGranted(String) - Method in class org.springframework.faces.security.AbstractAuthorizeTag
setIfNotGranted(String) - Method in class org.springframework.faces.security.AbstractAuthorizeTag
setIntermediateChanges(Boolean) - Method in class org.springframework.faces.ui.DojoWidget
setInvalidMessage(String) - Method in class org.springframework.faces.ui.DojoWidget
setLocale(Locale) - Method in class org.springframework.faces.ui.DelegatingViewRoot
setLowercase(Boolean) - Method in class org.springframework.faces.ui.DojoWidget
setMessageBundle(String) - Method in class org.springframework.faces.webflow.FlowApplication
setMethod(String) - Method in class org.springframework.faces.security.AbstractAuthorizeTag
setNavigationHandler(NavigationHandler) - Method in class org.springframework.faces.webflow.FlowApplication
setParent(UIComponent) - Method in class org.springframework.faces.ui.DelegatingViewRoot
setPartialRequest(boolean) - Method in class org.springframework.faces.webflow.FlowPartialViewContext
setProcessingEvents(boolean) - Method in class org.springframework.faces.webflow.Jsf2FlowFacesContext
setPromptMessage(String) - Method in class org.springframework.faces.ui.DojoWidget
setPropercase(Boolean) - Method in class org.springframework.faces.ui.DojoWidget
setPropertyResolver(PropertyResolver) - Method in class org.springframework.faces.webflow.FlowApplication
setRegExp(String) - Method in class org.springframework.faces.ui.DojoWidget
setRegExpGen(String) - Method in class org.springframework.faces.ui.DojoWidget
setRendered(boolean) - Method in class org.springframework.faces.ui.DelegatingViewRoot
setRendererType(String) - Method in class org.springframework.faces.ui.DelegatingViewRoot
setRenderKitId(String) - Method in class org.springframework.faces.ui.DelegatingViewRoot
setRequest(Object) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
setRequestCharacterEncoding(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
setRequired(Boolean) - Method in class org.springframework.faces.ui.DojoWidget
setResourceHandler(ResourceHandler) - Method in class org.springframework.faces.webflow.Jsf2FlowApplication
setResponse(Object) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
setResponse(Object) - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowExternalContext
Store the native response object to be used for the duration of the Faces Request
setResponseCharacterEncoding(String) - Method in class org.springframework.faces.webflow.context.portlet.PortletExternalContextImpl
setResponseStream(ResponseStream) - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
setResponseStream(ResponseStream) - Method in class org.springframework.faces.webflow.FlowFacesContext
setResponseWriter(ResponseWriter) - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
setResponseWriter(ResponseWriter) - Method in class org.springframework.faces.webflow.FlowFacesContext
setRowIndex(int) - Method in class org.springframework.faces.model.SerializableListDataModel
setSelections(List) - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
setSelections(List) - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
setSelections(List) - Method in interface org.springframework.faces.model.SelectionAware
Sets the list of selected row data objects for the model.
setStateManager(StateManager) - Method in class org.springframework.faces.webflow.FlowApplication
setSupportedLocales(Collection<Locale>) - Method in class org.springframework.faces.webflow.FlowApplication
setTabIndex(Integer) - Method in class org.springframework.faces.ui.DojoWidget
setTransient(boolean) - Method in class org.springframework.faces.ui.DelegatingViewRoot
setType(String) - Method in class org.springframework.faces.ui.ProgressiveUICommand
setUppercase(Boolean) - Method in class org.springframework.faces.ui.DojoWidget
setUrl(String) - Method in class org.springframework.faces.security.AbstractAuthorizeTag
setUseArrayForMultiValueAttributes(Boolean) - Method in class org.springframework.faces.webflow.context.portlet.RequestParameterMap
setUseArrayForMultiValueAttributes(Boolean) - Method in class org.springframework.faces.webflow.context.portlet.RequestPropertyMap
This property allows choosing what kind of attributes the map will return:
String - selects the first element in case of multiple values
String[] - wraps single-values attributes as array
String or String[] - depends on the values of the property
The above choices correspond to the following values for useArrayForMultiValueAttributes:
False
True
null
setValue(Object, int, Object) - Method in class org.springframework.faces.expression.ELDelegatingPropertyResolver
setValue(Object, Object, Object) - Method in class org.springframework.faces.expression.ELDelegatingPropertyResolver
setValue(ELContext, Object, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
Sets a bean value if a corresponding key is found in one of the ExternalContext scopes.
setValueBinding(String, ValueBinding) - Method in class org.springframework.faces.ui.DelegatingViewRoot
Deprecated.
setValueExpression(String, ValueExpression) - Method in class org.springframework.faces.ui.DelegatingViewRoot
setVariableResolver(VariableResolver) - Method in class org.springframework.faces.webflow.FlowApplication
setViewHandler(ViewHandler) - Method in class org.springframework.faces.webflow.FlowApplication
Inserts a
FlowViewHandler in front of the given ViewHandler (if not already done).
setViewId(String) - Method in class org.springframework.faces.ui.DelegatingViewRoot
setViewRoot(UIViewRoot) - Method in class org.springframework.faces.webflow.context.portlet.PortletFacesContextImpl
setViewRoot(UIViewRoot) - Method in class org.springframework.faces.webflow.FlowFacesContext
setViewRoot(UIViewRoot) - Method in class org.springframework.faces.webflow.JsfView
setWrappedData(Object) - Method in class org.springframework.faces.model.SerializableListDataModel
SpringBeanWebFlowVariableResolver - Class in org.springframework.faces.webflow
JSF 1.1 VariableResolver that delegates to the
flow's local Spring bean factory (for resolving Spring beans) and then
to the original resolver of the underlying JSF implementation
(for resolving managed-bean objects as defined in faces-config.xml
as well as well-known implicit EL attributes).
SpringBeanWebFlowVariableResolver(VariableResolver) - Constructor for class org.springframework.faces.webflow.SpringBeanWebFlowVariableResolver
SpringJavascriptElementDecoration - Class in org.springframework.faces.ui
SpringJavascriptElementDecoration() - Constructor for class org.springframework.faces.ui.SpringJavascriptElementDecoration
subscribeToEvent(Class<? extends SystemEvent>, Class<?>, SystemEventListener) - Method in class org.springframework.faces.webflow.Jsf2FlowApplication
subscribeToEvent(Class<? extends SystemEvent>, SystemEventListener) - Method in class org.springframework.faces.webflow.Jsf2FlowApplication