A B C D E F G H I J K L M N O P Q R S T U V W X Y

F

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
 
fatal() - Method in class org.springframework.binding.message.MessageBuilder
Records that the message being built is a fatal message.
FilenameFlowUrlHandler - Class in org.springframework.webflow.context.servlet
A file name based FlowUrlHandler implementation that is an alternative to the standard DefaultFlowUrlHandler.
FilenameFlowUrlHandler() - Constructor for class org.springframework.webflow.context.servlet.FilenameFlowUrlHandler
 
fillCopy(AbstractActionModel) - Method in class org.springframework.webflow.engine.model.AbstractActionModel
 
fillCopy(AbstractMappingModel) - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
 
fillCopy(AbstractStateModel) - Method in class org.springframework.webflow.engine.model.AbstractStateModel
 
fillCopy(AbstractTransitionableStateModel) - Method in class org.springframework.webflow.engine.model.AbstractTransitionableStateModel
 
findComponent(String) - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
findEditor(String, Class) - Method in class org.springframework.webflow.mvc.view.BindingModel
 
findMethodConsiderAssignableParameterTypes() - Method in class org.springframework.binding.method.MethodKey
Find the keyed method using 'relaxed' typing.
FlashScope - Class in org.springframework.webflow.scope
Flash scope implementation.
FlashScope() - Constructor for class org.springframework.webflow.scope.FlashScope
 
flattenAttributeMap(BasicTilesContainer, TilesRequestContext, Map, Definition, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.js.ajax.tiles2.AjaxTilesView
Iterate over all attributes in the given Tiles definition.
Flow - Class in org.springframework.webflow.engine
A single flow definition.
Flow(String) - Constructor for class org.springframework.webflow.engine.Flow
Construct a new flow definition with the given id.
flow(String) - Method in class org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory
Returns a criteria that just matches a flow with the specified id.
FLOW_EXECUTION_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
The name of the attribute to expose a handled exception under in flash scope ("flowExecutionException").
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
 
FlowAjaxTilesView - Class in org.springframework.webflow.mvc.view
Tiles view implementation that is able to handle partial rendering for Spring Javascript Ajax requests.
FlowAjaxTilesView() - Constructor for class org.springframework.webflow.mvc.view.FlowAjaxTilesView
 
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
 
FlowArtifactFactory - Class in org.springframework.webflow.engine.builder
A factory for core web flow elements such as flows, states, and transitions.
FlowArtifactFactory() - Constructor for class org.springframework.webflow.engine.builder.FlowArtifactFactory
 
FlowAssembler - Class in org.springframework.webflow.engine.builder
A director for assembling flows, delegating to a FlowBuilder to construct a flow.
FlowAssembler(FlowBuilder, FlowBuilderContext) - Constructor for class org.springframework.webflow.engine.builder.FlowAssembler
Create a new flow assembler that will direct Flow assembly using the specified builder strategy.
FlowAttributeMappingException - Exception in org.springframework.webflow.engine
Base class for attribute mapping failures.
FlowAttributeMappingException(String, String, MappingResults, String) - Constructor for exception org.springframework.webflow.engine.FlowAttributeMappingException
Creates a new attrbute mapping exception
FlowBuilder - Interface in org.springframework.webflow.engine.builder
Builder interface used to build a flow definition.
FlowBuilderContext - Interface in org.springframework.webflow.engine.builder
Provides services needed to a direct a flow builder through building a flow definition.
FlowBuilderContextImpl - Class in org.springframework.webflow.engine.builder.support
Generic implementation of a flow builder context, suitable for use by most flow assembly systems.
FlowBuilderContextImpl(String, AttributeMap, FlowDefinitionLocator, FlowBuilderServices) - Constructor for class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
Creates a new flow builder context.
FlowBuilderException - Exception in org.springframework.webflow.engine.builder
Exception thrown to indicate a problem while building a flow.
FlowBuilderException(String) - Constructor for exception org.springframework.webflow.engine.builder.FlowBuilderException
Create a new flow builder exception.
FlowBuilderException(String, Throwable) - Constructor for exception org.springframework.webflow.engine.builder.FlowBuilderException
Create a new flow builder exception.
FlowBuilderServices - Class in org.springframework.webflow.engine.builder.support
A simple holder for configuring the services used by flow builders.
FlowBuilderServices() - Constructor for class org.springframework.webflow.engine.builder.support.FlowBuilderServices
 
FlowController - Class in org.springframework.webflow.mvc.servlet
The adapter between the Spring MVC Controller layer and the Spring Web Flow engine.
FlowController() - Constructor for class org.springframework.webflow.mvc.servlet.FlowController
Creates a new flow controller.
FlowDefinition - Interface in org.springframework.webflow.definition
The definition of a flow, a program that when executed carries out a task on behalf of a single client.
FlowDefinitionConstructionException - Exception in org.springframework.webflow.definition.registry
Thrown when a flow definition was found during a lookup operation but could not be constructed.
FlowDefinitionConstructionException(String, Throwable) - Constructor for exception org.springframework.webflow.definition.registry.FlowDefinitionConstructionException
Creates an exception indicating a flow definition could not be constructed.
FlowDefinitionHolder - Interface in org.springframework.webflow.definition.registry
A holder holding a reference to a Flow definition.
FlowDefinitionLocator - Interface in org.springframework.webflow.definition.registry
A runtime service locator interface for retrieving flow definitions by id.
FlowDefinitionRedirectAction - Class in org.springframework.webflow.action
An action that sends a flow definition redirect when executed.
FlowDefinitionRedirectAction(Expression) - Constructor for class org.springframework.webflow.action.FlowDefinitionRedirectAction
Creates a new flow definition redirect action.
FlowDefinitionRegistry - Interface in org.springframework.webflow.definition.registry
A container of flow definitions.
FlowDefinitionRegistryImpl - Class in org.springframework.webflow.definition.registry
A generic registry implementation for housing one or more flow definitions.
FlowDefinitionRegistryImpl() - Constructor for class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
 
FlowDefinitionResource - Class in org.springframework.webflow.config
An abstract representation of an externalized flow definition resource.
FlowDefinitionResource(String, Resource, AttributeMap) - Constructor for class org.springframework.webflow.config.FlowDefinitionResource
Creates a new flow definition resource
FlowDefinitionResourceFactory - Class in org.springframework.webflow.config
A factory for creating flow definition resources that serve as pointers to external Flow definition files.
FlowDefinitionResourceFactory() - Constructor for class org.springframework.webflow.config.FlowDefinitionResourceFactory
Creates a new flow definition resource factory using a default resource loader.
FlowDefinitionResourceFactory(ResourceLoader) - Constructor for class org.springframework.webflow.config.FlowDefinitionResourceFactory
Creates a new flow definition resource factory using the specified resource loader.
FlowException - Exception in org.springframework.webflow.core
Root class for exceptions thrown by the Spring Web Flow system.
FlowException(String, Throwable) - Constructor for exception org.springframework.webflow.core.FlowException
Creates a new flow exception.
FlowException(String) - Constructor for exception org.springframework.webflow.core.FlowException
Creates a new flow exception.
FlowExecution - Interface in org.springframework.webflow.execution
An execution of a flow definition.
FlowExecutionAccessException - Exception in org.springframework.webflow.execution.repository
Base class for exceptions that indicate a flow execution could not be accessed within a repository.
FlowExecutionAccessException(FlowExecutionKey, String) - Constructor for exception org.springframework.webflow.execution.repository.FlowExecutionAccessException
Creates a new flow execution access exception.
FlowExecutionAccessException(FlowExecutionKey, String, Exception) - Constructor for exception org.springframework.webflow.execution.repository.FlowExecutionAccessException
Creates a new flow execution access exception.
FlowExecutionContext - Interface in org.springframework.webflow.execution
Provides contextual information about a flow execution.
FlowExecutionException - Exception in org.springframework.webflow.execution
Base class for exceptions that occur within a flow while it is executing.
FlowExecutionException(String, String, String) - Constructor for exception org.springframework.webflow.execution.FlowExecutionException
Creates a new flow execution exception.
FlowExecutionException(String, String, String, Throwable) - Constructor for exception org.springframework.webflow.execution.FlowExecutionException
Creates a new flow execution exception.
FlowExecutionExceptionHandler - Interface in org.springframework.webflow.engine
A strategy for handling an exception that occurs at runtime during an active flow execution.
FlowExecutionExceptionHandlerSet - Class in org.springframework.webflow.engine
A typed set of state exception handlers, mainly for use internally by artifacts that can apply state exception handling logic.
FlowExecutionExceptionHandlerSet() - Constructor for class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
 
FlowExecutionFactory - Interface in org.springframework.webflow.execution
An abstract factory for creating flow executions.
FlowExecutionImpl - Class in org.springframework.webflow.engine.impl
Default implementation of FlowExecution that uses a stack-based data structure to manage spawned flow sessions.
FlowExecutionImpl() - Constructor for class org.springframework.webflow.engine.impl.FlowExecutionImpl
Default constructor required for externalizable serialization.
FlowExecutionImpl(Flow) - Constructor for class org.springframework.webflow.engine.impl.FlowExecutionImpl
Create a new flow execution executing the provided flow.
FlowExecutionImplFactory - Class in org.springframework.webflow.engine.impl
A factory for instances of the default flow execution implementation.
FlowExecutionImplFactory() - Constructor for class org.springframework.webflow.engine.impl.FlowExecutionImplFactory
 
FlowExecutionKey - Class in org.springframework.webflow.execution
A key that uniquely identifies a flow execution in a managed FlowExecutionRepository.
FlowExecutionKey() - Constructor for class org.springframework.webflow.execution.FlowExecutionKey
 
FlowExecutionKeyFactory - Interface in org.springframework.webflow.execution
A factory for creating flow execution keys.
FlowExecutionListener - Interface in org.springframework.webflow.execution
Interface to be implemented by objects that wish to listen and respond to the lifecycle of flow executions.
FlowExecutionListenerAdapter - Class in org.springframework.webflow.execution
An abstract adapter class for listeners (observers) of flow execution lifecycle events.
FlowExecutionListenerAdapter() - Constructor for class org.springframework.webflow.execution.FlowExecutionListenerAdapter
 
FlowExecutionListenerCriteria - Interface in org.springframework.webflow.execution.factory
Strategy interface that determines if a flow execution listener should attach to executions of a specific flow definition.
FlowExecutionListenerCriteriaFactory - Class in org.springframework.webflow.execution.factory
Static factory for creating commonly used flow execution listener criteria.
FlowExecutionListenerCriteriaFactory() - Constructor for class org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory
 
FlowExecutionListenerLoader - Interface in org.springframework.webflow.execution.factory
A strategy interface for loading the set of FlowExecutionListener's that should apply to executions of a given flow definition.
FlowExecutionLock - Interface in org.springframework.webflow.execution.repository
A pessmistic lock to obtain exclusive rights to a flow execution.
FlowExecutionOutcome - Class in org.springframework.webflow.execution
An outcome returned by a flow execution when it ends.
FlowExecutionOutcome(String, AttributeMap) - Constructor for class org.springframework.webflow.execution.FlowExecutionOutcome
Creates a new flow execution outcome
FlowExecutionRepository - Interface in org.springframework.webflow.execution.repository
Central subsystem interface responsible for the saving and restoring of flow executions, where each flow execution represents a state of an active flow definition.
FlowExecutionRepositoryException - Exception in org.springframework.webflow.execution.repository
The root of the FlowExecutionRepository exception hierarchy.
FlowExecutionRepositoryException(String) - Constructor for exception org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
Creates a new flow execution repository exception.
FlowExecutionRepositoryException(String, Throwable) - Constructor for exception org.springframework.webflow.execution.repository.FlowExecutionRepositoryException
Creates a new flow execution repository exception.
FlowExecutionRestorationFailureException - Exception in org.springframework.webflow.execution.repository
Thrown when the flow execution with the persistent identifier provided could not be restored.
FlowExecutionRestorationFailureException(FlowExecutionKey, Exception) - Constructor for exception org.springframework.webflow.execution.repository.FlowExecutionRestorationFailureException
Creates a new flow execution restoration failure exception.
FlowExecutionResult - Class in org.springframework.webflow.executor
A value object providing information about the result of a flow execution request.
FlowExecutionSnapshot - Class in org.springframework.webflow.execution.repository.snapshot
A snapshot that can be used to restore a FlowExecution using a FlowExecutionSnapshotFactory.
FlowExecutionSnapshot() - Constructor for class org.springframework.webflow.execution.repository.snapshot.FlowExecutionSnapshot
 
FlowExecutionSnapshotFactory - Interface in org.springframework.webflow.execution.repository.snapshot
A factory for creating different FlowExecutionSnapshot implementations.
FlowExecutionSnapshotGroup - Interface in org.springframework.webflow.execution.repository.impl
A group of flow execution snapshots.
FlowExecutionStateRestorer - Interface in org.springframework.webflow.execution.repository.support
A strategy used by repositories to restore transient flow execution state during execution restoration.
FlowExecutionStatus - Enum in org.springframework.webflow.engine.impl
A enum used internally by FlowExecutionImpl to track its status.
FlowExecutor - Interface in org.springframework.webflow.executor
The central facade and entry-point service interface into the Spring Web Flow system for driving the executions of flow definitions.
FlowExecutorImpl - Class in org.springframework.webflow.executor
The default implementation of the central facade for driving the execution of flows within an application.
FlowExecutorImpl(FlowDefinitionLocator, FlowExecutionFactory, FlowExecutionRepository) - Constructor for class org.springframework.webflow.executor.FlowExecutorImpl
Create a new flow executor.
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) - 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
 
FlowHandler - Interface in org.springframework.webflow.mvc.portlet
A controller helper used for customizing access to a single flow definition in a Portlet environment.
FlowHandler - Interface in org.springframework.webflow.mvc.servlet
A controller helper used for customizing access to a single flow definition in a Servlet enviroment.
FlowHandlerAdapter - Class in org.springframework.webflow.mvc.portlet
A custom MVC HandlerAdapter that encapsulates the generic workflow associated with executing flows in a Portlet environment.
FlowHandlerAdapter() - Constructor for class org.springframework.webflow.mvc.portlet.FlowHandlerAdapter
Creates a new flow handler adapter.
FlowHandlerAdapter - Class in org.springframework.webflow.mvc.servlet
A custom MVC HandlerAdapter that encapsulates the generic workflow associated with executing flows in a Servlet environment.
FlowHandlerAdapter() - Constructor for class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
Creates a new flow handler adapter.
FlowHandlerMapping - Class in org.springframework.webflow.mvc.servlet
Implementation of HandlerMapping that follows a simple convention for creating URL path mappings from the ids of registered flow definitions.
FlowHandlerMapping() - Constructor for class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
 
FlowInputMappingException - Exception in org.springframework.webflow.engine
Thrown when flow input mapping fails.
FlowInputMappingException(String, MappingResults) - Constructor for exception org.springframework.webflow.engine.FlowInputMappingException
Creates a new flow input mapping exception.
FlowInputMappingException(String, String, MappingResults) - Constructor for exception org.springframework.webflow.engine.FlowInputMappingException
Creates a new flow input mapping exception.
FlowLifecycle - Class in org.springframework.faces.webflow
Custom Lifecycle for Spring Web Flow that only executes the APPLY_REQUEST_VALUES through INVOKE_APPLICATION phases.
FlowModel - Class in org.springframework.webflow.engine.model
Model support for flows.
FlowModel() - Constructor for class org.springframework.webflow.engine.model.FlowModel
Create a flow model
FlowModelBuilder - Interface in org.springframework.webflow.engine.model.builder
Builder interface used to build a flow model.
FlowModelBuilderException - Exception in org.springframework.webflow.engine.model.builder
Exception thrown to indicate a problem while building a flow model.
FlowModelBuilderException(String) - Constructor for exception org.springframework.webflow.engine.model.builder.FlowModelBuilderException
Create a new flow model builder exception.
FlowModelBuilderException(String, Throwable) - Constructor for exception org.springframework.webflow.engine.model.builder.FlowModelBuilderException
Create a new flow model builder exception.
FlowModelFlowBuilder - Class in org.springframework.webflow.engine.builder.model
Builds a runtime Flow definition object from a FlowModel.
FlowModelFlowBuilder(FlowModelHolder) - Constructor for class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
Creates a flow builder that can build a Flow from a FlowModel.
FlowModelHolder - Interface in org.springframework.webflow.engine.model.registry
A holder holding a reference to a Flow model.
FlowModelLocator - Interface in org.springframework.webflow.engine.model.registry
A runtime service locator interface for retrieving flow definitions by id.
FlowModelRegistry - Interface in org.springframework.webflow.engine.model.registry
A container of flow models.
FlowModelRegistryImpl - Class in org.springframework.webflow.engine.model.registry
A generic registry implementation for housing one or more flow models.
FlowModelRegistryImpl() - Constructor for class org.springframework.webflow.engine.model.registry.FlowModelRegistryImpl
 
FlowOutputMappingException - Exception in org.springframework.webflow.engine
Thrown when flow output mapping fails.
FlowOutputMappingException(String, MappingResults) - Constructor for exception org.springframework.webflow.engine.FlowOutputMappingException
Creates a new flow output mapping exception.
FlowOutputMappingException(String, String, MappingResults) - Constructor for exception org.springframework.webflow.engine.FlowOutputMappingException
Creates a new flow output mapping exception.
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
 
FlowResourceELResolver - Class in org.springframework.webflow.expression.el
Custom EL resolver that resolves the messages from the active flow's MessageSource.
FlowResourceELResolver() - Constructor for class org.springframework.webflow.expression.el.FlowResourceELResolver
 
FlowResourceELResolver(RequestContext) - Constructor for class org.springframework.webflow.expression.el.FlowResourceELResolver
 
FlowResourceFlowViewResolver - Class in org.springframework.webflow.mvc.builder
Creates Spring-MVC Internal Resource view to render a flow-relative view resource such as a JSP template.
FlowResourceFlowViewResolver() - Constructor for class org.springframework.webflow.mvc.builder.FlowResourceFlowViewResolver
 
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
 
flows(String[]) - Method in class org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory
Returns a criteria that just matches a flow if it is identified by one of the specified ids.
FlowScope - Class in org.springframework.webflow.scope
Flow scope implementation.
FlowScope() - Constructor for class org.springframework.webflow.scope.FlowScope
 
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
FlowSession - Interface in org.springframework.webflow.execution
A single, local instantiation of a flow definition launched within an overall flow execution.
FlowUrlHandler - Interface in org.springframework.webflow.context.portlet
A interface for parsing and generating flow URLs.
FlowUrlHandler - Interface in org.springframework.webflow.context.servlet
A interface for parsing and generating flow URLs.
FlowVariable - Class in org.springframework.webflow.engine
A value object that defines a specification for a flow variable.
FlowVariable(String, VariableValueFactory) - Constructor for class org.springframework.webflow.engine.FlowVariable
Creates a new flow variable.
FlowVariablePropertyAccessor - Class in org.springframework.webflow.expression.spel
Spring EL PropertyAccessor that enables use of the following reserved variables in expressions:
FlowVariablePropertyAccessor() - Constructor for class org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor
 
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
 
FlowViewResolver - Interface in org.springframework.webflow.mvc.view
A Web Flow flavor of the familiar Spring MVC View Resolver interface.
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
 
FluentParserContext - Class in org.springframework.binding.expression.support
Default implementation of the ParserContext interface that has a fluent API for building parser context attributes.
FluentParserContext() - Constructor for class org.springframework.binding.expression.support.FluentParserContext
Create a new parser context, initially with all context attributes as null.
flush() - Method in class org.springframework.faces.webflow.application.portlet.PortletFaceletViewHandler.NoopWriter
 
FORM_RENDERED - Static variable in class org.springframework.faces.ui.AjaxViewRoot
 
FormAction - Class in org.springframework.webflow.action
Multi-action that implements common logic dealing with input forms.
FormAction() - Constructor for class org.springframework.webflow.action.FormAction
Bean-style default constructor; creates a initially unconfigured FormAction instance relying on default property values.
FormAction(Class) - Constructor for class org.springframework.webflow.action.FormAction
Creates a new form action that manages instance(s) of the specified form object class.
FormattedStringToNumber - Class in org.springframework.binding.convert.converters
A converter for common number types such as integers and big decimals.
FormattedStringToNumber() - Constructor for class org.springframework.binding.convert.converters.FormattedStringToNumber
 
FormattedStringToNumber(Class) - Constructor for class org.springframework.binding.convert.converters.FormattedStringToNumber
 
forMethod(Method) - Method in class org.springframework.webflow.action.ResultEventFactorySelector
Select the appropriate result event factory for attempts to invoke the given method.
FormObjectAccessor - Class in org.springframework.webflow.action
Convenience helper that encapsulates logic on how to retrieve and expose form objects and associated errors to and from a flow execution request context.
FormObjectAccessor(RequestContext) - Constructor for class org.springframework.webflow.action.FormObjectAccessor
Creates a form object accessor that wraps the given context.
forResult(Object) - Method in class org.springframework.webflow.action.ResultEventFactorySelector
Select the appropriate result event factory for the given result.
forType(Class) - Method in class org.springframework.webflow.action.ResultEventFactorySelector
Select the appropriate result event factory for given result type.

A B C D E F G H I J K L M N O P Q R S T U V W X Y