Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractAction - Class in org.springframework.webflow.action
-
Base action that provides assistance commonly needed by action implementations.
- AbstractAction() - Constructor for class org.springframework.webflow.action.AbstractAction
- AbstractActionModel - Class in org.springframework.webflow.engine.model
-
Model support for actions.
- AbstractActionModel() - Constructor for class org.springframework.webflow.engine.model.AbstractActionModel
- AbstractAjaxHandler - Class in org.springframework.webflow.context.servlet
- AbstractAjaxHandler(AbstractAjaxHandler) - Constructor for class org.springframework.webflow.context.servlet.AbstractAjaxHandler
- AbstractCachingMapDecorator<K,
V> - Class in org.springframework.binding.collection -
A simple decorator for a Map, encapsulating the workflow for caching expensive values in a target Map.
- AbstractCachingMapDecorator() - Constructor for class org.springframework.binding.collection.AbstractCachingMapDecorator
-
Create a CachingMapDecorator with strong keys, using an underlying synchronized Map.
- AbstractCachingMapDecorator(boolean) - Constructor for class org.springframework.binding.collection.AbstractCachingMapDecorator
-
Create a CachingMapDecorator, using an underlying synchronized Map.
- AbstractCachingMapDecorator(boolean, int) - Constructor for class org.springframework.binding.collection.AbstractCachingMapDecorator
-
Create a CachingMapDecorator with initial size, using an underlying synchronized Map.
- AbstractCachingMapDecorator(Map<K, V>) - Constructor for class org.springframework.binding.collection.AbstractCachingMapDecorator
-
Create a CachingMapDecorator for the given Map.
- AbstractCachingMapDecorator(Map<K, V>, boolean, boolean) - Constructor for class org.springframework.binding.collection.AbstractCachingMapDecorator
-
Create a CachingMapDecorator for the given Map.
- AbstractExpressionParser - Class in org.springframework.binding.expression.support
-
Abstract base class for parsing ${...} style expressions.
- AbstractExpressionParser() - Constructor for class org.springframework.binding.expression.support.AbstractExpressionParser
- AbstractExternalizedFlowExecutionTests - Class in org.springframework.webflow.test.execution
-
Base class for flow integration tests that verify an externalized flow definition executes as expected.
- AbstractExternalizedFlowExecutionTests() - Constructor for class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Constructs a default externalized flow execution test.
- AbstractExternalizedFlowExecutionTests(String) - Constructor for class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Constructs an externalized flow execution test with given name.
- AbstractFacesFlowConfiguration - Class in org.springframework.faces.config
-
A base class for
@Configuration
classes to configure Spring Web Flow in JSF applications. - AbstractFacesFlowConfiguration() - Constructor for class org.springframework.faces.config.AbstractFacesFlowConfiguration
- AbstractFlowBuilder - Class in org.springframework.webflow.engine.builder.support
-
Abstract base implementation of a flow builder defining common functionality needed by most concrete flow builder implementations.
- AbstractFlowBuilder() - Constructor for class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
- AbstractFlowConfiguration - Class in org.springframework.webflow.config
-
A base class for
@Configuration
classes to configure Spring Web Flow. - AbstractFlowConfiguration() - Constructor for class org.springframework.webflow.config.AbstractFlowConfiguration
- AbstractFlowExecutionRepository - Class in org.springframework.webflow.execution.repository.support
-
Abstract base class for flow execution repository implementations.
- AbstractFlowExecutionRepository(ConversationManager) - Constructor for class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
Constructor for use in subclasses.
- AbstractFlowExecutionTests - Class in org.springframework.webflow.test.execution
-
Base class for tests that verify a flow executes as expected.
- AbstractFlowExecutionTests() - Constructor for class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Constructs a default flow execution test.
- AbstractFlowExecutionTests(String) - Constructor for class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Constructs a flow execution test with given name.
- AbstractFlowHandler - Class in org.springframework.webflow.mvc.servlet
-
Trivial flow handler base class that simply returns null for all operations.
- AbstractFlowHandler() - Constructor for class org.springframework.webflow.mvc.servlet.AbstractFlowHandler
- AbstractGetValueExpression - Class in org.springframework.binding.expression.support
-
Trivial helper for concrete expression types that do not support setting their values.
- AbstractGetValueExpression() - Constructor for class org.springframework.binding.expression.support.AbstractGetValueExpression
- AbstractMappingModel - Class in org.springframework.webflow.engine.model
-
Model support for mappings.
- AbstractMappingModel() - Constructor for class org.springframework.webflow.engine.model.AbstractMappingModel
- AbstractMappingResult - Class in org.springframework.binding.mapping.results
-
Convenient base class for
MappingResult
implementations. - AbstractMappingResult(Mapping) - Constructor for class org.springframework.binding.mapping.results.AbstractMappingResult
-
Creates a new mapping result.
- AbstractModel - Class in org.springframework.webflow.engine.model
-
Contains basic merge functions that can be utilized by other models.
- AbstractModel() - Constructor for class org.springframework.webflow.engine.model.AbstractModel
- AbstractMvcView - Class in org.springframework.webflow.mvc.view
-
Base view implementation for the Spring Web MVC Servlet frameworks.
- AbstractMvcView(View, RequestContext) - Constructor for class org.springframework.webflow.mvc.view.AbstractMvcView
-
Creates a new MVC view.
- AbstractMvcViewFactory - Class in org.springframework.webflow.mvc.view
-
Base class for mvc view factories.
- AbstractMvcViewFactory(Expression, FlowViewResolver, ExpressionParser, ConversionService, BinderConfiguration, MessageCodesResolver) - Constructor for class org.springframework.webflow.mvc.view.AbstractMvcViewFactory
-
Creates a new MVC view factory.
- AbstractNumberFormatFactory - Class in org.springframework.binding.format
-
Base class suitable for subclassing by most
NumberFormatFactory
implementations. - AbstractNumberFormatFactory() - Constructor for class org.springframework.binding.format.AbstractNumberFormatFactory
- AbstractSnapshottingFlowExecutionRepository - Class in org.springframework.webflow.execution.repository.snapshot
-
Base class for repositories that take flow execution snapshots using a
FlowExecutionSnapshotFactory
. - AbstractSnapshottingFlowExecutionRepository(ConversationManager, FlowExecutionSnapshotFactory) - Constructor for class org.springframework.webflow.execution.repository.snapshot.AbstractSnapshottingFlowExecutionRepository
-
Creates a new snapshotting flow execution repository.
- AbstractStateModel - Class in org.springframework.webflow.engine.model
-
Model support for states.
- AbstractStateModel(String) - Constructor for class org.springframework.webflow.engine.model.AbstractStateModel
- AbstractTransitionableStateModel - Class in org.springframework.webflow.engine.model
-
Model support for transitionable states.
- AbstractTransitionableStateModel(String) - Constructor for class org.springframework.webflow.engine.model.AbstractTransitionableStateModel
- AbstractWebFlowScope - Class in org.springframework.webflow.scope
-
Base class for
Scope
implementations that access a Web Flow scope from the current request. - AbstractWebFlowScope() - Constructor for class org.springframework.webflow.scope.AbstractWebFlowScope
- AbstractXmlFlowExecutionTests - Class in org.springframework.webflow.test.execution
-
Base class for flow integration tests that verify an XML flow definition executes as expected.
- AbstractXmlFlowExecutionTests() - Constructor for class org.springframework.webflow.test.execution.AbstractXmlFlowExecutionTests
-
Constructs a default XML flow execution test.
- AbstractXmlFlowExecutionTests(String) - Constructor for class org.springframework.webflow.test.execution.AbstractXmlFlowExecutionTests
-
Constructs an XML flow execution test with given name.
- Action - Interface in org.springframework.webflow.execution
-
A command that executes a behavior and returns a logical execution result a calling flow execution can respond to.
- ACTION_RESULTS_ATTRIBUTE_NAME - Static variable in class org.springframework.webflow.action.CompositeAction
-
The resulting event whill have an attribute of this name which holds a list of all events returned by the executed actions.
- ActionExecutingViewFactory - Class in org.springframework.webflow.engine.support
-
A view factory implementation that creates views that execute an action when rendered.
- ActionExecutingViewFactory(Action) - Constructor for class org.springframework.webflow.engine.support.ActionExecutingViewFactory
-
Create a new action invoking view factory
- ActionExecutionException - Exception in org.springframework.webflow.execution
-
Thrown if an unhandled exception occurs when an action is executed.
- ActionExecutionException(String, String, Action, AttributeMap<Object>, String, Throwable) - Constructor for exception org.springframework.webflow.execution.ActionExecutionException
-
Create a new action execution exception.
- ActionExecutionException(String, String, Action, AttributeMap<Object>, Throwable) - Constructor for exception org.springframework.webflow.execution.ActionExecutionException
-
Create a new action execution exception.
- ActionExecutor - Class in org.springframework.webflow.execution
-
A simple static helper that performs action execution that encapsulates common logging and exception handling logic.
- ActionList - Class in org.springframework.webflow.engine
-
An ordered, typed list of actions, mainly for use internally by flow artifacts that can execute groups of actions.
- ActionList() - Constructor for class org.springframework.webflow.engine.ActionList
- ActionMethodELResolver - Class in org.springframework.webflow.expression.el
-
Resolves the method to invoke on a resolved Web Flow Action instance.
- ActionMethodELResolver() - Constructor for class org.springframework.webflow.expression.el.ActionMethodELResolver
- ActionPropertyAccessor - Class in org.springframework.webflow.expression.spel
-
Spring EL Property Accessor that allows invocation of methods against a resolved Web Flow action, typically a
MultiAction
in expressions. - ActionPropertyAccessor() - Constructor for class org.springframework.webflow.expression.spel.ActionPropertyAccessor
- ActionState - Class in org.springframework.webflow.engine
-
A transitionable state that executes one or more actions when entered.
- ActionState(Flow, String) - Constructor for class org.springframework.webflow.engine.ActionState
-
Creates a new action state.
- ActionStateModel - Class in org.springframework.webflow.engine.model
-
Model support for action states.
- ActionStateModel(String) - Constructor for class org.springframework.webflow.engine.model.ActionStateModel
-
Create an action state model
- ActionTransitionCriteria - Class in org.springframework.webflow.engine.support
-
A transition criteria that will execute an action when tested and return
true
if the action's result is equal to the 'trueEventId',false
otherwise. - ActionTransitionCriteria(Action) - Constructor for class org.springframework.webflow.engine.support.ActionTransitionCriteria
-
Create action transition criteria delegating to the specified action.
- ACTIVE - Enum constant in enum class org.springframework.webflow.engine.impl.FlowExecutionStatus
-
The flow execution has started and a session is active.
- add(Class<? extends Throwable>, String) - Method in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
-
Adds an exception-to-target state mapping to this handler.
- add(Class<? extends Throwable>, TargetStateResolver) - Method in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
-
Adds a exception-to-target state resolver mapping to this handler.
- add(Parameter) - Method in class org.springframework.binding.method.Parameters
-
Add a new parameter to this list.
- add(FlowExecutionExceptionHandler) - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
-
Add a state exception handler to this set.
- add(State) - Method in class org.springframework.webflow.engine.Flow
-
Add given state definition to this flow definition.
- add(Transition) - Method in class org.springframework.webflow.engine.TransitionSet
-
Add a transition to this set.
- add(TransitionCriteria) - Method in class org.springframework.webflow.engine.support.TransitionCriteriaChain
-
Add given criteria object to the end of the chain.
- add(Action) - Method in class org.springframework.webflow.engine.ActionList
-
Add an action to this list.
- addAlias(String, Class<?>) - Method in class org.springframework.binding.convert.service.GenericConversionService
-
Add an alias for given target type.
- addAll(Parameter...) - Method in class org.springframework.binding.method.Parameters
-
Add new parameters to this list.
- addAll(FlowExecutionExceptionHandler...) - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
-
Add a collection of state exception handler instances to this set.
- addAll(Transition...) - Method in class org.springframework.webflow.engine.TransitionSet
-
Add a collection of transition instances to this set.
- addAll(Action...) - Method in class org.springframework.webflow.engine.ActionList
-
Add a collection of actions to this list.
- addAllErrors(Errors) - Method in class org.springframework.binding.message.MessageContextErrors
- addAllErrors(Errors) - Method in class org.springframework.webflow.mvc.view.BindingModel
- addAllNoDuplicates(List<T>, T...) - Static method in class org.springframework.webflow.core.collection.CollectionUtils
-
Add all given objects to given target list.
- addBinding(BinderConfiguration.Binding) - Method in class org.springframework.webflow.engine.builder.BinderConfiguration
-
Adds a new binding to this binding configuration.
- addConverter(String, Converter) - Method in class org.springframework.binding.convert.service.GenericConversionService
-
Add given custom converter to this conversion service.
- addConverter(Converter) - Method in class org.springframework.binding.convert.service.GenericConversionService
-
Registers the given converter with the underlying Spring ConversionService with the help of an adapter.
- addDefaultAliases() - Method in class org.springframework.binding.convert.service.DefaultConversionService
- addDefaultConverters() - Method in class org.springframework.binding.convert.service.DefaultConversionService
-
Add all default converters to the conversion service.
- addDefaultMapping(DefaultMapper, String, Object) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Adds a
DefaultMapping
between the given request parameter name and a matching model field. - addDefaultMappings(DefaultMapper, Set<String>, Object) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Add a
DefaultMapping
instance for all incoming request parameters except those having a special field marker prefix. - addEmptyValueMapping(DefaultMapper, String, Object) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Adds a special
DefaultMapping
that results in setting the target field on the model to an empty value (typically null). - addError(ObjectError) - Method in class org.springframework.webflow.mvc.view.BindingModel
- addFacesConverters() - Method in class org.springframework.faces.model.converter.FacesConversionService
- addFlowBuilder(FlowBuilder) - Method in class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Register a custom
FlowBuilder
instance. - addFlowBuilder(FlowBuilder, String) - Method in class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Register a custom
FlowBuilder
instance with the given flow id. - addFlowBuilder(FlowBuilder, String, Map<String, Object>) - Method in class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Register a custom
FlowBuilder
instance with the given flow id. - addFlowExecutionAttribute(String, Object) - Method in class org.springframework.webflow.config.FlowExecutorBuilder
-
Add a single flow execution meta attribute.
- addFlowExecutionListener(FlowExecutionListener) - Method in class org.springframework.webflow.config.FlowExecutorBuilder
-
Register a
FlowExecutionListener
that observes the lifecycle of all flow executions launched by this executor. - addFlowExecutionListener(FlowExecutionListener, String) - Method in class org.springframework.webflow.config.FlowExecutorBuilder
-
Register a
FlowExecutionListener
that observes the lifecycle of flow executions launched by this executor. - addFlowLocation(String) - Method in class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Register a flow defined at the following location as an .xml file.
- addFlowLocation(String, String) - Method in class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Register a flow defined at the following location as an .xml file.
- addFlowLocation(String, String, Map<String, Object>) - Method in class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Register a flow defined at the following location as an .xml file.
- addFlowLocationPattern(String) - Method in class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Registers a set of flows resolved from a resource location pattern.
- addListener(FlowExecutionListener, FlowExecutionListenerCriteria) - Method in class org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader
-
Add a listener that will listen to executions to flows matching the specified criteria.
- addMapping(DefaultMapper, BinderConfiguration.Binding, Object) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Creates and adds a
DefaultMapping
for the givenBinderConfiguration.Binding
. - addMapping(DefaultMapping) - Method in class org.springframework.binding.mapping.impl.DefaultMapper
-
Add a mapping to this mapper.
- 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
- addMessage(MessageResolver) - Method in class org.springframework.binding.message.DefaultMessageContext
- addMessage(MessageResolver) - Method in interface org.springframework.binding.message.MessageContext
-
Add a new message to this context.
- addModelBindings(DefaultMapper, Set<String>, Object) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Adds a
DefaultMapping
for every configured viewBinderConfiguration.Binding
for which there is an incoming request parameter. - addPhaseListener(PhaseListener) - Method in class org.springframework.faces.support.LifecycleWrapper
- addPropertyAccessor(PropertyAccessor) - Method in class org.springframework.binding.expression.spel.SpringELExpressionParser
- addSnapshot(Serializable, FlowExecutionSnapshot) - Method in interface org.springframework.webflow.execution.repository.impl.FlowExecutionSnapshotGroup
-
Add a flow execution snapshot with given id to this group.
- addVariable(FlowVariable) - Method in class org.springframework.webflow.engine.Flow
-
Adds a flow variable.
- addVariable(ViewVariable) - Method in class org.springframework.webflow.engine.ViewState
-
Adds a view variable.
- addVariables(FlowVariable...) - Method in class org.springframework.webflow.engine.Flow
-
Adds flow variables.
- addVariables(ViewVariable...) - Method in class org.springframework.webflow.engine.ViewState
-
Adds a set of view variables.
- 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
- afterPropertiesSet() - Method in class org.springframework.webflow.action.AbstractAction
- afterPropertiesSet() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- afterPropertiesSet() - Method in class org.springframework.webflow.mvc.servlet.FlowController
- afterPropertiesSet() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
- AJAX_ACCEPT_CONTENT_TYPE - Static variable in class org.springframework.webflow.context.servlet.DefaultAjaxHandler
-
"Accept" header value that indicates an Ajax request.
- AJAX_SOURCE_PARAM - Static variable in class org.springframework.webflow.context.servlet.DefaultAjaxHandler
-
Request parameter alternative that indicate an Ajax request.
- AjaxHandler - Interface in org.springframework.webflow.context.servlet
-
Strategy interface that encapsulates knowledge about a client-side ajax system and how to communicate with that system.
- AjaxUrlBasedViewResolver - Class in org.springframework.webflow.mvc.view
-
View resolver that provides special view resolution for Spring Javascript Ajax requests.
- AjaxUrlBasedViewResolver() - Constructor for class org.springframework.webflow.mvc.view.AjaxUrlBasedViewResolver
- allFlows() - Method in class org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory
-
Returns a wild card criteria that matches all flows.
- Annotated - Interface in org.springframework.webflow.core
-
An interface to be implemented by objects that are annotated with attributes they wish to expose to clients.
- AnnotatedAction - Class in org.springframework.webflow.execution
-
An action proxy/decorator that stores arbitrary properties about a target
Action
implementation for use within a specific Action execution context, for example anActionState
definition, aTransitionCriteria
definition, or in a test environment. - AnnotatedAction(Action) - Constructor for class org.springframework.webflow.execution.AnnotatedAction
-
Creates a new annotated action object for the specified action.
- AnnotatedObject - Class in org.springframework.webflow.core
-
A base class for all objects in the web flow system that support annotation using arbitrary properties.
- AnnotatedObject() - Constructor for class org.springframework.webflow.core.AnnotatedObject
- appendQueryParameters(StringBuilder, Map<String, T>, String) - Method in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
- appendToString(ToStringCreator) - Method in class org.springframework.webflow.engine.ActionState
- appendToString(ToStringCreator) - Method in class org.springframework.webflow.engine.EndState
- appendToString(ToStringCreator) - Method in class org.springframework.webflow.engine.State
-
Subclasses may override this hook method to print their internal state to a string.
- appendToString(ToStringCreator) - Method in class org.springframework.webflow.engine.SubflowState
- appendToString(ToStringCreator) - Method in class org.springframework.webflow.engine.TransitionableState
- appendToString(ToStringCreator) - Method in class org.springframework.webflow.engine.ViewState
- appliesTo(FlowDefinition) - Method in interface org.springframework.webflow.execution.factory.FlowExecutionListenerCriteria
-
Do the listeners guarded by this criteria object apply to the provided flow definition?
- apply(FaceletContext, UIComponent) - Method in class org.springframework.faces.security.FaceletsAuthorizeTagHandler
- applyTypeConversion(Object, Class<?>) - Method in class org.springframework.binding.method.MethodInvoker
-
Apply type conversion on the supplied value
- areAllGranted(String) - Static method in class org.springframework.faces.security.FaceletsAuthorizeTagUtils
-
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.
- areNotGranted(String) - Static method in class org.springframework.faces.security.FaceletsAuthorizeTagUtils
-
Returns true if the user does not have any of the given authorities.
- arg(Object) - Method in class org.springframework.binding.message.MessageBuilder
-
Records that the message being built has a variable argument.
- args(Object...) - Method in class org.springframework.binding.message.MessageBuilder
-
Records that the message being built has variable arguments.
- ArrayToArray - Class in org.springframework.binding.convert.converters
-
Special one-way converter that converts from a source array to a target array.
- ArrayToArray(ConversionExecutor) - Constructor for class org.springframework.binding.convert.converters.ArrayToArray
-
Creates a new array-to-array converter.
- ArrayToArray(ConversionService) - Constructor for class org.springframework.binding.convert.converters.ArrayToArray
-
Creates a new array-to-array converter.
- ArrayToCollection - Class in org.springframework.binding.convert.converters
-
Special converter that converts from a source array to a target collection.
- ArrayToCollection(ConversionExecutor) - Constructor for class org.springframework.binding.convert.converters.ArrayToCollection
-
Creates a new array to collection converter.
- ArrayToCollection(ConversionService) - Constructor for class org.springframework.binding.convert.converters.ArrayToCollection
-
Creates a new array to collection converter.
- asAttributeMap() - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- asAttributeMap() - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Adapts this parameter map to an
AttributeMap
. - asMap() - Method in class org.springframework.binding.collection.MapAccessor
- asMap() - Method in interface org.springframework.binding.collection.MapAdaptable
-
Returns this object's contents as a
Map
. - asMap() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- asMap() - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- assembleFlow() - Method in class org.springframework.webflow.engine.builder.FlowAssembler
-
Assembles the flow, directing the construction process by delegating to the configured FlowBuilder.
- assertActiveFlowEquals(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Assert that the active flow session is for the flow with the provided id.
- assertContainsKey(Object) - Method in class org.springframework.binding.collection.MapAccessor
-
Asserts that the attribute is present in the attribute map.
- assertCurrentStateEquals(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Assert that the current state of the flow execution equals the provided state id.
- assertFlowExecutionActive() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Assert that the entire flow execution is active; that is, it has not ended and has been started.
- assertFlowExecutionEnded() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Assert that the flow execution has ended; that is, it is no longer active.
- assertFlowExecutionOutcomeEquals(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Assert that the flow execution has ended with the outcome specified.
- assertKeySet(FlowExecution) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
Assert that a flow execution key has been assigned to the execution.
- assertKeyValueInstanceOf(Object, Object, Class<T>) - Method in class org.springframework.binding.collection.MapAccessor
-
Assert that the key value, if non null, is an instance of the required type.
- assertKeyValueOfType(Object, Class<T>) - Method in class org.springframework.binding.collection.MapAccessor
-
Assert that value of the map key, if non-null, is of the required type.
- assertResponseWrittenEquals(String, MockExternalContext) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Assert that the response written to the mock context equals the response provided.
- assignFlowExecutionKey() - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Assign the ongoing flow execution its flow execution key.
- assignFlowExecutionKey() - Method in class org.springframework.webflow.test.MockRequestControlContext
- AttributeMap<V> - Interface in org.springframework.webflow.core.collection
-
An immutable interface for accessing attributes in a backing map with string keys.
- AttributeMapBindingEvent - Class in org.springframework.webflow.core.collection
-
Holder for information about the binding or unbinding event in an
AttributeMap
. - AttributeMapBindingEvent(AttributeMap<?>, String, Object) - Constructor for class org.springframework.webflow.core.collection.AttributeMapBindingEvent
-
Creates an event for map binding that contains information about the event.
- AttributeMapBindingListener - Interface in org.springframework.webflow.core.collection
-
Causes an object to be notified when it is bound or unbound from an
AttributeMap
. - AttributeModel - Class in org.springframework.webflow.engine.model
-
Model support for attributes.
- AttributeModel(String, String) - Constructor for class org.springframework.webflow.engine.model.AttributeModel
-
Create an attribute model
B
- BadlyFormattedConversationIdException - Exception in org.springframework.webflow.conversation.impl
-
Thrown if a conversation id could not be parsed.
- BadlyFormattedConversationIdException(String, Throwable) - Constructor for exception org.springframework.webflow.conversation.impl.BadlyFormattedConversationIdException
-
Creates a new badly formatted conversation id exception.
- BadlyFormattedFlowExecutionKeyException - Exception in org.springframework.webflow.execution.repository
-
Thrown when an encoded flow execution key is badly formatted and could not be parsed.
- BadlyFormattedFlowExecutionKeyException(String, String) - Constructor for exception org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException
-
Creates a bad execution key format exception.
- BadlyFormattedFlowExecutionKeyException(String, String, Throwable) - Constructor for exception org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException
-
Creates a bad execution key format exception.
- BeanFactoryPropertyAccessor - Class in org.springframework.webflow.expression.spel
-
Spring EL PropertyAccessor for reading beans in a
BeanFactory
. - BeanFactoryPropertyAccessor() - Constructor for class org.springframework.webflow.expression.spel.BeanFactoryPropertyAccessor
- BeanFactoryVariableValueFactory - Class in org.springframework.webflow.engine.support
-
A bean-factory backed variable value factory.
- BeanFactoryVariableValueFactory(Class<?>, AutowireCapableBeanFactory) - Constructor for class org.springframework.webflow.engine.support.BeanFactoryVariableValueFactory
-
Creates a new bean factory variable factory.
- BeanImportModel - Class in org.springframework.webflow.engine.model
-
Model support for bean imports.
- BeanImportModel(String) - Constructor for class org.springframework.webflow.engine.model.BeanImportModel
-
Create a bean import model
- BeanValidationHintResolver - Class in org.springframework.webflow.validation
-
A JSR-303 (Bean Validation) implementation of
ValidationHintResolver
that resolves String-based hints to aClass<?>
array. - BeanValidationHintResolver() - Constructor for class org.springframework.webflow.validation.BeanValidationHintResolver
- BeanWrapperExpression - Class in org.springframework.binding.expression.beanwrapper
-
An expression that delegates to a
bean wrapper
to evaluate or set a property of a context. - BeanWrapperExpression(String, ConversionService) - Constructor for class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
-
Creates a new bean wrapper expression.
- BeanWrapperExpressionParser - Class in org.springframework.binding.expression.beanwrapper
-
An expression parser that parses BeanWrapper property expressions.
- BeanWrapperExpressionParser() - Constructor for class org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser
-
Creates a new expression parser that uses a
DefaultConversionService
to perform type conversion. - BeanWrapperExpressionParser(ConversionService) - Constructor for class org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser
-
Creates a new expression parser that uses the specified conversion service for type conversion.
- beforePhase(PhaseEvent) - Method in class org.springframework.faces.support.RequestLoggingPhaseListener
- beginConversation(ConversationParameters) - Method in interface org.springframework.webflow.conversation.ConversationManager
-
Begin a new conversation.
- beginConversation(ConversationParameters) - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
- bind(Object) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Causes the model to be populated from information contained in request parameters.
- bind(RequestContext) - Method in class org.springframework.webflow.action.FormAction
-
Bind incoming request parameters to allowed fields of the form object.
- bindAndValidate(RequestContext) - Method in class org.springframework.webflow.action.FormAction
-
Bind incoming request parameters to allowed fields of the form object and then validate the bound form object if a validator is configured.
- BinderConfiguration - Class in org.springframework.webflow.engine.builder
-
Contains the information needed to bind model to a view.
- BinderConfiguration() - Constructor for class org.springframework.webflow.engine.builder.BinderConfiguration
- BinderConfiguration.Binding - Class in org.springframework.webflow.engine.builder
-
A binding that provides the information needed to connect an element of the view to a property of the model.
- BinderModel - Class in org.springframework.webflow.engine.model
-
Model support for the view-state binder element.
- BinderModel() - Constructor for class org.springframework.webflow.engine.model.BinderModel
- Binding(String, String, boolean) - Constructor for class org.springframework.webflow.engine.builder.BinderConfiguration.Binding
-
Creates a new view binding
- BindingModel - Class in org.springframework.webflow.engine.model
-
Model support for binding elements.
- BindingModel - Class in org.springframework.webflow.mvc.view
-
Makes the properties of the "model" object available to Spring views during rendering.
- BindingModel(String, Object, ExpressionParser, ConversionService, MessageContext) - Constructor for class org.springframework.webflow.mvc.view.BindingModel
-
Creates a new Spring Binding model.
- BindingModel(String, String, String) - Constructor for class org.springframework.webflow.engine.model.BindingModel
-
Create a binding model
- build() - Method in class org.springframework.binding.message.MessageBuilder
-
Builds the message that will be resolved.
- build() - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Create and return a
FlowBuilderServices
instance. - build() - Method in class org.springframework.webflow.config.FlowBuilderServicesBuilder
-
Create and return a
FlowBuilderServices
instance. - build() - Method in class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Create and return a
FlowDefinitionRegistry
instance. - build() - Method in class org.springframework.webflow.config.FlowExecutorBuilder
-
Create and return a
FlowExecutor
instance. - build() - Method in interface org.springframework.webflow.engine.model.builder.FlowModelBuilder
-
Builds any variables initialized by the flow when it starts.
- build() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
- buildEndActions() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
-
Builds any end actions to execute when the flow ends.
- buildEndActions() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
Builds any end actions to execute when the flow ends.
- buildEndActions() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
- buildExceptionHandlers() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
-
Creates and adds all exception handlers to the flow built by this builder.
- buildExceptionHandlers() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
Creates and adds all exception handlers to the flow built by this builder.
- buildExceptionHandlers() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
- buildFieldList(String, List<String>) - Method in class org.springframework.webflow.validation.WebFlowMessageCodesResolver
-
Add both keyed and non-keyed entries for the supplied
field
to the supplied field list. - buildFlow() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Factory method to assemble a flow definition from a resource.
- buildGlobalTransitions() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
-
Builds any transitions shared by all states of the flow.
- buildGlobalTransitions() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
Builds any transitions shared by all states of the flow.
- buildGlobalTransitions() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
- buildInputMapper() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
-
Builds the input mapper responsible for mapping flow input on start.
- buildInputMapper() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
Builds the input mapper responsible for mapping flow input on start.
- buildInputMapper() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
- buildOutputMapper() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
-
Builds the output mapper responsible for mapping flow output on end.
- buildOutputMapper() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
Builds the output mapper responsible for mapping flow output on end.
- buildOutputMapper() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
- buildStartActions() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
-
Builds any start actions to execute when the flow starts.
- buildStartActions() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
Builds any start actions to execute when the flow starts.
- buildStartActions() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
- buildStates() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
-
Builds the states of the flow.
- buildStates() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
Builds the states of the flow.
- buildStates() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
- buildVariables() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
-
Builds any variables initialized by the flow when it starts.
- buildVariables() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
Builds any variables initialized by the flow when it starts.
- buildVariables() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
C
- calculateLocale(FacesContext) - Method in class org.springframework.faces.webflow.FlowViewHandler
- canExecute(RequestContext) - Method in class org.springframework.webflow.engine.Transition
-
Checks if this transition can complete its execution or should be rolled back, given the state of the flow execution request context.
- canHandle(FlowExecutionException) - Method in interface org.springframework.webflow.engine.FlowExecutionExceptionHandler
-
Can this handler handle the given exception?
- canHandle(FlowExecutionException) - Method in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
- canRead(EvaluationContext, Object, String) - Method in class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
- canRead(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.ActionPropertyAccessor
- canRead(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.BeanFactoryPropertyAccessor
- canRead(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor
- canRead(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.MapAdaptablePropertyAccessor
- canRead(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.MessageSourcePropertyAccessor
- canRead(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.ScopeSearchingPropertyAccessor
- canWrite(EvaluationContext, Object, String) - Method in class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
- canWrite(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.ActionPropertyAccessor
- canWrite(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.BeanFactoryPropertyAccessor
- canWrite(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor
- canWrite(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.MapAdaptablePropertyAccessor
- canWrite(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.MessageSourcePropertyAccessor
- canWrite(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.ScopeSearchingPropertyAccessor
- CAPTION_PROPERTY - Static variable in class org.springframework.webflow.core.AnnotatedObject
-
The caption property name ("caption").
- clear() - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
- clear() - Method in class org.springframework.binding.collection.SharedMapDecorator
- clear() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
- clear() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- clear() - Method in interface org.springframework.webflow.core.collection.MutableAttributeMap
-
Remove all attributes in this map.
- clearMessages() - Method in class org.springframework.binding.message.DefaultMessageContext
- clearMessages() - Method in interface org.springframework.binding.message.MessageContext
-
Clear all messages added to this context.
- code(String) - Method in class org.springframework.binding.message.MessageBuilder
-
Records that the message being built should try and resolve its text using the code provided.
- CODE_SEPARATOR - Static variable in class org.springframework.webflow.validation.WebFlowMessageCodesResolver
-
The separator that this implementation uses when resolving message codes.
- codes(String...) - Method in class org.springframework.binding.message.MessageBuilder
-
Records that the message being built should try and resolve its text using the codes provided.
- CollectionAddingExpression - Class in org.springframework.binding.expression.support
-
A settable expression that adds non-null values to a collection.
- CollectionAddingExpression(Expression) - Constructor for class org.springframework.binding.expression.support.CollectionAddingExpression
-
Creates a collection adding property expression.
- CollectionToCollection - Class in org.springframework.binding.convert.converters
-
A converter that can convert from one collection type to another.
- CollectionToCollection(ConversionExecutor) - Constructor for class org.springframework.binding.convert.converters.CollectionToCollection
-
Creates a new collection-to-collection converter
- CollectionToCollection(ConversionService) - Constructor for class org.springframework.binding.convert.converters.CollectionToCollection
-
Creates a new collection-to-collection converter
- CollectionUtils - Class in org.springframework.webflow.core.collection
-
A utility class for working with attribute and parameter collections used by Spring Web FLow.
- commaDelimitedListToSecurityAttributes(String) - Static method in class org.springframework.webflow.security.SecurityRule
-
Convert attributes from comma separated String to Collection
- COMPARISON_ALL - Static variable in class org.springframework.webflow.security.SecurityRule
-
Compare method where all attribute authorization allows access
- COMPARISON_ANY - Static variable in class org.springframework.webflow.security.SecurityRule
-
Compare method where any attribute authorization allows access
- CompositeAction - Class in org.springframework.webflow.action
-
An action that will execute an ordered chain of other actions when executed.
- CompositeAction(Action...) - Constructor for class org.springframework.webflow.action.CompositeAction
-
Create a composite action composed of given actions.
- CompositeFlowExecutionKey - Class in org.springframework.webflow.execution.repository.support
-
A flow execution key that consists of two parts: A executionId, identifying a logical
FlowExecution
that is running. - CompositeFlowExecutionKey(Serializable, Serializable) - Constructor for class org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
-
Create a new composite flow execution key given the composing parts.
- CompositeStringExpression - Class in org.springframework.binding.expression.support
-
Evaluates an array of expressions to build a concatenated string.
- CompositeStringExpression(Expression...) - Constructor for class org.springframework.binding.expression.support.CompositeStringExpression
-
Creates a new composite string expression.
- compress(byte[]) - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
-
Internal helper method to compress given flow execution data using GZIP compression.
- ConditionalFlowExecutionListenerLoader - Class in org.springframework.webflow.execution.factory
-
A flow execution listener loader that stores listeners in a list-backed data structure and allows for configuration of which listeners should apply to which flow definitions.
- ConditionalFlowExecutionListenerLoader() - Constructor for class org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader
- configureFlowBuilderContext(MockFlowBuilderContext) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Subclasses may override this hook to customize the builder context for the flow being tested.
- ContainedConversation - Class in org.springframework.webflow.conversation.impl
-
Internal
Conversation
implementation used by the conversation container. - ContainedConversation(ConversationContainer, ConversationId, ConversationLock) - Constructor for class org.springframework.webflow.conversation.impl.ContainedConversation
-
Create a new contained conversation.
- contains(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Does the attribute with the provided name exist in this map?
- contains(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- contains(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- contains(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Does the parameter with the provided name exist in this map?
- contains(String, Class<? extends V>) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Does the attribute with the provided name exist in this map and is its value of the specified required type?
- contains(String, Class<? extends V>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- contains(FlowExecutionExceptionHandler) - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
-
Tests if this state exception handler is in this set.
- contains(Transition) - Method in class org.springframework.webflow.engine.TransitionSet
-
Tests if this transition is in this set.
- contains(Action) - Method in class org.springframework.webflow.engine.ActionList
-
Tests if the action is in this list.
- containsFlowDefinition(String) - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistry
-
Does this registry contain a flow with the given id? More specifically, is
FlowDefinitionLocator.getFlowDefinition(String)
able to obtain a flow definition instance for the given id? Will ask the parent registry if the flow cannot be found in this instance. - containsFlowDefinition(String) - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
- containsKey(Object) - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
- containsKey(Object) - Method in class org.springframework.binding.collection.SharedMapDecorator
- containsKey(Object) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
- containsKey(Object, Class<?>) - Method in class org.springframework.binding.collection.MapAccessor
-
Indicates if the attribute is present in the attribute map and of the required type.
- containsState(String) - Method in class org.springframework.webflow.engine.Flow
-
Is a state with the provided id present in this flow?
- containsValue(Object) - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
- containsValue(Object) - Method in class org.springframework.binding.collection.SharedMapDecorator
- containsValue(Object) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
- Conversation - Interface in org.springframework.webflow.conversation
-
A service interface for working with state associated with a single logical user interaction called a "conversation" in the scope of a single request.
- CONVERSATION - Enum constant in enum class org.springframework.webflow.execution.ScopeType
-
The "conversation" scope type.
- ConversationContainer - Class in org.springframework.webflow.conversation.impl
-
Container for conversations that is stored in the session.
- ConversationContainer(int, String) - Constructor for class org.springframework.webflow.conversation.impl.ConversationContainer
-
Create a new conversation container.
- ConversationException - Exception in org.springframework.webflow.conversation
-
The root of the conversation service exception hierarchy.
- ConversationException(String) - Constructor for exception org.springframework.webflow.conversation.ConversationException
-
Creates a conversation service exception.
- ConversationException(String, Throwable) - Constructor for exception org.springframework.webflow.conversation.ConversationException
-
Creates a conversation service exception.
- ConversationId - Class in org.springframework.webflow.conversation
-
An id that uniquely identifies a conversation managed by a
ConversationManager
. - ConversationId() - Constructor for class org.springframework.webflow.conversation.ConversationId
- ConversationLock - Interface in org.springframework.webflow.conversation.impl
-
A normalized interface for conversation locks, used to obtain exclusive access to a conversation.
- ConversationLockException - Exception in org.springframework.webflow.conversation
-
An exception occurred within the conversation locking system.
- ConversationLockException(String) - Constructor for exception org.springframework.webflow.conversation.ConversationLockException
-
Creates a new lock exception.
- ConversationLockException(String, Throwable) - Constructor for exception org.springframework.webflow.conversation.ConversationLockException
-
Creates a new lock exception.
- ConversationManager - Interface in org.springframework.webflow.conversation
-
A service for managing conversations.
- ConversationParameters - Class in org.springframework.webflow.conversation
-
Simple parameter object for clumping together input needed to begin a new conversation.
- ConversationParameters(String, String, String) - Constructor for class org.springframework.webflow.conversation.ConversationParameters
-
Creates new conversation input parameters.
- ConversationScope - Class in org.springframework.webflow.scope
-
Conversation
scope
implementation. - ConversationScope() - Constructor for class org.springframework.webflow.scope.ConversationScope
- ConversionException - Exception in org.springframework.binding.convert
-
Base class for exceptions thrown by the convert system.
- ConversionException(String) - Constructor for exception org.springframework.binding.convert.ConversionException
-
Creates a new conversion exception.
- ConversionException(String, Throwable) - Constructor for exception org.springframework.binding.convert.ConversionException
-
Creates a new conversion exception.
- ConversionExecutionException - Exception in org.springframework.binding.convert
-
Thrown when an attempt to execute a type conversion fails.
- ConversionExecutionException(Object, Class<?>, Class<?>, String) - Constructor for exception org.springframework.binding.convert.ConversionExecutionException
-
Creates a new conversion exception.
- ConversionExecutionException(Object, Class<?>, Class<?>, Throwable) - Constructor for exception org.springframework.binding.convert.ConversionExecutionException
-
Creates a new conversion exception.
- ConversionExecutor - Interface in org.springframework.binding.convert
-
A command object that is parameterized with the information necessary to perform a conversion of a source input to a target output.
- ConversionExecutorNotFoundException - Exception in org.springframework.binding.convert
-
Thrown when a conversion executor could not be found in a conversion service.
- ConversionExecutorNotFoundException(Class<?>, Class<?>, String) - Constructor for exception org.springframework.binding.convert.ConversionExecutorNotFoundException
-
Creates a new conversion executor not found exception.
- ConversionService - Interface in org.springframework.binding.convert
-
A service interface for retrieving type conversion executors.
- convert(Object, TypeDescriptor, TypeDescriptor) - Method in class org.springframework.binding.convert.service.SpringBindingConverterAdapter
- convert(Resource) - Method in class org.springframework.webflow.upgrade.WebFlowUpgrader
- Converter - Interface in org.springframework.binding.convert.converters
-
A converter is capable of converting a source object of type
Converter.getSourceClass()
to a target type of typeConverter.getTargetClass()
. - convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.ArrayToArray
- convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.ArrayToCollection
- convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.CollectionToCollection
- convertSourceToTargetClass(Object, Class<?>) - Method in interface org.springframework.binding.convert.converters.Converter
-
Convert the provided source object argument to an instance of the specified target class.
- convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.NumberToNumber
- convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.ObjectToArray
- convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.ObjectToCollection
- convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.ReverseConverter
- convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.SpringConvertingConverterAdapter
- convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToObject
- convertSourceToTargetClass(Object, Class<?>) - Method in class org.springframework.faces.model.converter.DataModelConverter
- convertTargetToSourceClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.ArrayToCollection
- convertTargetToSourceClass(Object, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToObject
- convertTargetToSourceClass(Object, Class<?>) - Method in interface org.springframework.binding.convert.converters.TwoWayConverter
-
Convert the provided target object argument to an instance of the specified source class.
- convertToNumberClass(Number, Class<? extends Number>) - Method in class org.springframework.binding.convert.converters.FormattedStringToNumber
-
Coerces the Number object returned by NumberFormat to the desired numberClass.
- copy(Model) - Method in class org.springframework.webflow.engine.model.AbstractModel
- copyList(LinkedList<T>) - Method in class org.springframework.webflow.engine.model.AbstractModel
- create(String, AttributeMap<?>) - Static method in class org.springframework.webflow.engine.Flow
-
Create a new flow with the given id and attributes.
- create(K) - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
-
Create a value to cache for the given key.
- create(RequestContext) - Method in class org.springframework.webflow.engine.FlowVariable
-
Creates this flow variable.
- create(RequestContext) - Method in class org.springframework.webflow.engine.ViewVariable
-
Creates this view variable.
- createAccessDecisionManager(SecurityRule) - Method in class org.springframework.webflow.security.SecurityFlowExecutionListener
-
Deprecated, for removal: This API element is subject to removal in a future version.
- createActionState(String, Flow, Action[], Action[], Transition[], FlowExecutionExceptionHandler[], Action[], AttributeMap<?>) - Method in class org.springframework.webflow.engine.builder.FlowArtifactFactory
-
Factory method that creates a new action state, a state where a system action is executed.
- createBinder(RequestContext, Object) - Method in class org.springframework.webflow.action.FormAction
-
Create a new binder instance for the given form object and request context.
- createClassPathResource(String, Class<?>) - Method in class org.springframework.webflow.config.FlowDefinitionResourceFactory
-
Create a classpath-based resource from the path provided.
- createContainedConversation(ConversationId, ConversationLock) - Method in class org.springframework.webflow.conversation.impl.ConversationContainer
- createContext(Object) - Method in interface org.springframework.binding.expression.spel.EvaluationContextFactory
-
Create an
EvaluationContext
for the given root object. - createContext(Object) - Method in class org.springframework.binding.expression.spel.SimpleEvaluationContextFactory
- createContext(Object) - Method in class org.springframework.binding.expression.spel.StandardEvaluationContextFactory
- createConversation(ConversationParameters, ConversationLock) - Method in class org.springframework.webflow.conversation.impl.ConversationContainer
-
Create a new conversation based on given parameters and add it to the container.
- createConversationContainer() - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
- createConversationParameters(FlowExecution) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
Factory method that maps a new flow execution to a descriptive
conversation parameters
object. - createConversionService() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
-
Factory method that creates the conversion service the flow builder will use.
- createCopy() - Method in class org.springframework.webflow.engine.model.ActionStateModel
- createCopy() - Method in class org.springframework.webflow.engine.model.AttributeModel
- createCopy() - Method in class org.springframework.webflow.engine.model.BeanImportModel
- createCopy() - Method in class org.springframework.webflow.engine.model.BinderModel
- createCopy() - Method in class org.springframework.webflow.engine.model.BindingModel
- createCopy() - Method in class org.springframework.webflow.engine.model.DecisionStateModel
- createCopy() - Method in class org.springframework.webflow.engine.model.EndStateModel
- createCopy() - Method in class org.springframework.webflow.engine.model.EvaluateModel
- createCopy() - Method in class org.springframework.webflow.engine.model.ExceptionHandlerModel
- createCopy() - Method in class org.springframework.webflow.engine.model.FlowModel
- createCopy() - Method in class org.springframework.webflow.engine.model.IfModel
- createCopy() - Method in class org.springframework.webflow.engine.model.InputModel
- createCopy() - Method in interface org.springframework.webflow.engine.model.Model
-
Create a deep copy of this model.
- createCopy() - Method in class org.springframework.webflow.engine.model.OutputModel
- createCopy() - Method in class org.springframework.webflow.engine.model.PersistenceContextModel
- createCopy() - Method in class org.springframework.webflow.engine.model.RenderModel
- createCopy() - Method in class org.springframework.webflow.engine.model.SecuredModel
- createCopy() - Method in class org.springframework.webflow.engine.model.SetModel
- createCopy() - Method in class org.springframework.webflow.engine.model.SubflowStateModel
- createCopy() - Method in class org.springframework.webflow.engine.model.TransitionModel
- createCopy() - Method in class org.springframework.webflow.engine.model.VarModel
- createCopy() - Method in class org.springframework.webflow.engine.model.ViewStateModel
- createDecisionState(String, Flow, Action[], Transition[], FlowExecutionExceptionHandler[], Action[], AttributeMap<?>) - Method in class org.springframework.webflow.engine.builder.FlowArtifactFactory
-
Factory method that creates a new decision state, a state where a flow routing decision is made.
- createDefaultFlowHandler(String) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
-
Factory method that returns the default flow handler for the flow with the given id.
- createEndedResult(String, FlowExecutionOutcome) - Static method in class org.springframework.webflow.executor.FlowExecutionResult
-
Factory method that creates a ended result, indicating the flow terminated after handling the request.
- createEndState(String, Flow, Action[], Action, Mapper, FlowExecutionExceptionHandler[], AttributeMap<?>) - Method in class org.springframework.webflow.engine.builder.FlowArtifactFactory
-
Factory method that creates a new end state, a state where an executing flow session terminates.
- createExecutionInputMap(HttpServletRequest) - Method in class org.springframework.webflow.mvc.servlet.AbstractFlowHandler
- createExecutionInputMap(HttpServletRequest) - Method in interface org.springframework.webflow.mvc.servlet.FlowHandler
-
Creates the flow execution input map to pass to a new instance of the flow being started.
- createFileResource(String) - Method in class org.springframework.webflow.config.FlowDefinitionResourceFactory
-
Create a file-based based resource from the file path provided.
- createFlow() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
- createFlow() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
-
Factory method that initially creates the flow implementation during flow builder initialization.
- createFlow(String, AttributeMap<?>) - Method in class org.springframework.webflow.engine.builder.FlowArtifactFactory
-
Factory method that creates a new
Flow
definition object. - createFlowApplicationContext() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
Build a
GenericApplicationContext
for the flow definition being build. - createFlowBuilder(FlowDefinitionResource) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Create the flow builder to build the flow at the specified resource location.
- createFlowBuilder(FlowDefinitionResource) - Method in class org.springframework.webflow.test.execution.AbstractXmlFlowExecutionTests
- createFlowDefinitionUrl(String, AttributeMap<?>, HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
-
The flow definition URL for the given flow id will be built by appending the flow id to the base app context and servlet paths.
- createFlowDefinitionUrl(String, AttributeMap<?>, HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.FilenameFlowUrlHandler
-
The flow definition URL for the given flowId will be inferred from the URL of the current request, re-using the same path and file extension.
- createFlowDefinitionUrl(String, AttributeMap<?>, HttpServletRequest) - Method in interface org.springframework.webflow.context.servlet.FlowUrlHandler
-
Create a URL that when addressed will launch a new execution of a flow.
- createFlowDefinitionUrl(String, AttributeMap<?>, HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.WebFlow1FlowUrlHandler
- createFlowExecution(FlowDefinition) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplFactory
- createFlowExecution(FlowDefinition) - Method in interface org.springframework.webflow.execution.FlowExecutionFactory
-
Create a new flow execution product for the given flow definition.
- createFlowExecutionFactory() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Factory method to create the flow execution factory.
- createFlowExecutionSnapshotGroup() - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
- createFlowExecutionUrl(String, String, HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
- createFlowExecutionUrl(String, String, HttpServletRequest) - Method in interface org.springframework.webflow.context.servlet.FlowUrlHandler
-
Create a URL that when addressed will resume an existing execution of a flow.
- createFlowExecutionUrl(String, String, HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.WebFlow1FlowUrlHandler
- createFlowSession(Flow, FlowSessionImpl) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
-
Create a new flow session object.
- createFormObject(RequestContext) - Method in class org.springframework.webflow.action.FormAction
-
Create the backing form object instance that should be managed by this
form action
. - createInitialValue(RequestContext) - Method in class org.springframework.webflow.engine.support.BeanFactoryVariableValueFactory
- createInitialValue(RequestContext) - Method in interface org.springframework.webflow.engine.VariableValueFactory
-
Creates the variable's initial value.
- createMessageResolver(MappingResult) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
- createMessagesMemento() - Method in class org.springframework.binding.message.DefaultMessageContext
- createMessagesMemento() - Method in interface org.springframework.binding.message.StateManageableMessageContext
-
Create a serializable memento, or token representing a snapshot of the internal state of this message context.
- createMvcView(View, RequestContext) - Method in class org.springframework.webflow.mvc.servlet.ServletMvcViewFactory
- createMvcView(View, RequestContext) - Method in class org.springframework.webflow.mvc.view.AbstractMvcViewFactory
-
Abstract factory method subclasses should implement to return the concrete MVC view implementation.
- createMvcViewFactory(Expression, ExpressionParser, ConversionService, BinderConfiguration) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
Creates a concrete instance of an AbstractMvcViewFactory.
- createPausedResult(String, String) - Static method in class org.springframework.webflow.executor.FlowExecutionResult
-
Factory method that creates a paused result, indicating the flow is now in a wait state after handling the request.
- createRequestContext(ExternalContext, MessageContext) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
-
Create a flow execution control context.
- createResource(String) - Method in class org.springframework.webflow.config.FlowDefinitionResourceFactory
-
Create a flow definition resource from the path location provided.
- createResource(String, AttributeMap<Object>) - Method in class org.springframework.webflow.config.FlowDefinitionResourceFactory
-
Create a flow definition resource from the path location provided.
- createResource(String, AttributeMap<Object>, String) - Method in class org.springframework.webflow.config.FlowDefinitionResourceFactory
-
Create a flow definition resource from the path location provided.
- createResourceLoader() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Returns the
ResourceLoader
used by theFlowDefinitionResourceFactory
to load flow resources from a path. - createResources(String, AttributeMap<Object>) - Method in class org.springframework.webflow.config.FlowDefinitionResourceFactory
-
Create an array of flow definition resources from the path pattern location provided.
- createResultEvent(Object, Object, RequestContext) - Method in interface org.springframework.webflow.action.ResultEventFactory
-
Create an event instance from the result object.
- createResultEvent(Object, Object, RequestContext) - Method in class org.springframework.webflow.action.ResultObjectBasedEventFactory
- createResultEvent(Object, Object, RequestContext) - Method in class org.springframework.webflow.action.SuccessEventFactory
- createServletExternalContext(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Creates the servlet external context for the current HTTP servlet request.
- createSessionOutput(RequestContext) - Method in class org.springframework.webflow.engine.EndState
-
Returns the subflow output map.
- createSnapshot(FlowExecution) - Method in interface org.springframework.webflow.execution.repository.snapshot.FlowExecutionSnapshotFactory
-
Takes a snapshot of the flow execution.
- createSnapshot(FlowExecution) - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshotFactory
- createSnapshot(FlowExecution) - Method in class org.springframework.webflow.execution.repository.snapshot.SimpleFlowExecutionSnapshotFactory
- createSpringELExpression(Map<String, Expression>, Expression, Class<?>, ConversionService) - Method in class org.springframework.binding.expression.spel.SpringELExpressionParser
-
Create the
SpringELExpression
. - createSubflowInput(RequestContext) - Method in interface org.springframework.webflow.engine.SubflowAttributeMapper
-
Create a map of attributes that should be passed as input to a subflow.
- createSubflowInput(RequestContext) - Method in class org.springframework.webflow.engine.support.GenericSubflowAttributeMapper
- createSubflowState(String, Flow, Action[], Expression, SubflowAttributeMapper, Transition[], FlowExecutionExceptionHandler[], Action[], AttributeMap<?>) - Method in class org.springframework.webflow.engine.builder.FlowArtifactFactory
-
Factory method that creates a new subflow state, a state where a parent flow spawns another flow as a subflow.
- createTargetMap() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
Factory method that returns the target map storing the data in this attribute map.
- createTargetMap(int, int) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
Factory method that returns the target map storing the data in this attribute map.
- createTransition(TargetStateResolver, TransitionCriteria, TransitionCriteria, AttributeMap<?>) - Method in class org.springframework.webflow.engine.builder.FlowArtifactFactory
-
Factory method that creates a new transition, a path from one step in a flow to another.
- createView(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewHandler
- createView(String, Locale) - Method in class org.springframework.webflow.mvc.view.AjaxUrlBasedViewResolver
-
Overridden to implement check for "redirect:" prefix.
- createViewFactory(Expression, ExpressionParser, ConversionService, BinderConfiguration, Validator, ValidationHintResolver) - Method in class org.springframework.faces.webflow.JsfViewFactoryCreator
- createViewFactory(Expression, ExpressionParser, ConversionService, BinderConfiguration, Validator, ValidationHintResolver) - Method in interface org.springframework.webflow.engine.builder.ViewFactoryCreator
-
Create a view factory capable of creating
View
objects that can render the view template with the provided identifier. - createViewFactory(Expression, ExpressionParser, ConversionService, BinderConfiguration, Validator, ValidationHintResolver) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
- createViewResource(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowResourceHandler
- createViewState(String, Flow, ViewVariable[], Action[], ViewFactory, Boolean, boolean, Action[], Transition[], FlowExecutionExceptionHandler[], Action[], AttributeMap<?>) - Method in class org.springframework.webflow.engine.builder.FlowArtifactFactory
-
Factory method that creates a new view state, a state where a user is allowed to participate in the flow.
- criteriaChainFor(Action...) - Static method in class org.springframework.webflow.engine.support.TransitionCriteriaChain
-
Create a transition criteria chain chaining given list of actions.
- CurrencyNumberFormatFactory - Class in org.springframework.binding.format
-
Produces NumberFormat instances that format currency values.
- CurrencyNumberFormatFactory() - Constructor for class org.springframework.binding.format.CurrencyNumberFormatFactory
D
- DataModelConverter - Class in org.springframework.faces.model.converter
- DataModelConverter() - Constructor for class org.springframework.faces.model.converter.DataModelConverter
- decide(SecurityRule, Object) - Method in class org.springframework.webflow.security.SecurityFlowExecutionListener
-
Performs a Spring Security authorization decision.
- DecisionState - Class in org.springframework.webflow.engine
-
A simple transitionable state that when entered will execute the first transition whose matching criteria evaluates to
true
in thecontext
of the current request. - DecisionState(Flow, String) - Constructor for class org.springframework.webflow.engine.DecisionState
-
Creates a new decision state.
- DecisionStateModel - Class in org.springframework.webflow.engine.model
-
Model support for decision states.
- DecisionStateModel(String) - Constructor for class org.springframework.webflow.engine.model.DecisionStateModel
-
Create a decision state model
- decompress(byte[]) - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
-
Internal helper method to decompress given flow execution data using GZIP decompression.
- DEFAULT_FACES_CONTEXT - Static variable in class org.springframework.faces.webflow.FlowFacesContextLifecycleListener
- DEFAULT_FORM_OBJECT_NAME - Static variable in class org.springframework.webflow.action.FormAction
-
The default form object name ("formObject").
- DefaultAjaxHandler - Class in org.springframework.webflow.context.servlet
-
Default
AjaxHandler
implementation. - DefaultAjaxHandler() - Constructor for class org.springframework.webflow.context.servlet.DefaultAjaxHandler
-
Create a DefaultAjaxHandler that is not part of a chain of AjaxHandler's.
- DefaultAjaxHandler(AbstractAjaxHandler) - Constructor for class org.springframework.webflow.context.servlet.DefaultAjaxHandler
-
Create a DefaultAjaxHandler as part of a chain of AjaxHandler's.
- DefaultConversionService - Class in org.springframework.binding.convert.service
-
Default, local implementation of a conversion service.
- DefaultConversionService() - Constructor for class org.springframework.binding.convert.service.DefaultConversionService
-
Creates a new default conversion service, installing the default converters.
- DefaultConversionService(ConversionService) - Constructor for class org.springframework.binding.convert.service.DefaultConversionService
-
Creates a new default conversion service with an instance of a Spring ConversionService.
- defaultCreateFlowExecutionInputMap(HttpServletRequest) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
The default algorithm to create the flow execution input map.
- DefaultDocumentLoader - Class in org.springframework.webflow.engine.model.builder.xml
-
The default document loader strategy for XSD-based XML documents with validation enabled by default.
- DefaultDocumentLoader() - Constructor for class org.springframework.webflow.engine.model.builder.xml.DefaultDocumentLoader
- DefaultELContext - Class in org.springframework.binding.expression.el
-
A generic ELContext implementation.
- DefaultELContext(ELResolver, VariableMapper, FunctionMapper) - Constructor for class org.springframework.binding.expression.el.DefaultELContext
-
Creates a new default el context.
- DefaultElContextFactory - Class in org.springframework.binding.expression.el
-
A factory for a DefaultELContext.
- DefaultElContextFactory() - Constructor for class org.springframework.binding.expression.el.DefaultElContextFactory
- DefaultELResolver - Class in org.springframework.binding.expression.el
-
A generic ELResolver to be used as a default when no other ELResolvers have been configured by the client application.
- DefaultELResolver(Object, List<? extends ELResolver>) - Constructor for class org.springframework.binding.expression.el.DefaultELResolver
-
Creates a new default EL resolver for resolving properties of the root object.
- DefaultELResolver(List<? extends ELResolver>) - Constructor for class org.springframework.binding.expression.el.DefaultELResolver
-
Creates a new default EL resolver for resolving properties of the root object.
- DefaultFlowExecutionRepository - Class in org.springframework.webflow.execution.repository.impl
-
The default flow execution repository implementation.
- DefaultFlowExecutionRepository(ConversationManager, FlowExecutionSnapshotFactory) - Constructor for class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
-
Create a new default flow execution repository using the given state restorer, conversation manager, and snapshot factory.
- DefaultFlowHolder - Class in org.springframework.webflow.engine.builder
-
A flow definition holder that can detect changes on an underlying flow definition resource and refresh that resource automatically.
- DefaultFlowHolder(FlowAssembler) - Constructor for class org.springframework.webflow.engine.builder.DefaultFlowHolder
-
Creates a new refreshable flow definition holder that uses the configured assembler (GOF director) to drive flow assembly, on initial use and on any resource change or refresh.
- DefaultFlowModelHolder - Class in org.springframework.webflow.engine.model.builder
-
A flow model holder that can detect changes on an underlying flow model resource and refresh that resource automatically.
- DefaultFlowModelHolder(FlowModelBuilder) - Constructor for class org.springframework.webflow.engine.model.builder.DefaultFlowModelHolder
-
Creates a new refreshable flow model holder that uses the configured assembler (GOF director) to drive flow assembly, on initial use and on any resource change or refresh.
- DefaultFlowUrlHandler - Class in org.springframework.webflow.context.servlet
-
The default FlowUrlHandler implementation for Spring Web Flow.
- DefaultFlowUrlHandler() - Constructor for class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
- defaultGetFlowId(HttpServletRequest) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
The default algorithm to determine the id of the flow to launch from the current request.
- defaultHandleException(String, FlowException, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
The default algorithm for handling a
FlowException
now handled by the Web Flow system. - defaultHandleExecutionOutcome(String, FlowExecutionOutcome, ServletExternalContext, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
The default algorithm for handling a flow execution outcome.
- DefaultMapper - Class in org.springframework.binding.mapping.impl
-
Generic mapper implementation that allows mappings to be configured programatically.
- DefaultMapper() - Constructor for class org.springframework.binding.mapping.impl.DefaultMapper
- DefaultMapping - Class in org.springframework.binding.mapping.impl
-
A single mapping definition, encapsulating the information necessary to map the result of evaluating an expression on a source object to a property on a target object, optionally applying a type conversion during the mapping process.
- DefaultMapping(Expression, Expression) - Constructor for class org.springframework.binding.mapping.impl.DefaultMapping
-
Creates a new mapping.
- DefaultMappingContext - Class in org.springframework.binding.mapping.impl
-
Default mapping context implementation.
- DefaultMappingContext(Object, Object) - Constructor for class org.springframework.binding.mapping.impl.DefaultMappingContext
- DefaultMappingResults - Class in org.springframework.binding.mapping.impl
-
Default mapping results implementation.
- DefaultMappingResults(Object, Object, List<MappingResult>) - Constructor for class org.springframework.binding.mapping.impl.DefaultMappingResults
-
Creates a new mapping results object.
- DefaultMessageContext - Class in org.springframework.binding.message
-
The default message context implementation.
- DefaultMessageContext() - Constructor for class org.springframework.binding.message.DefaultMessageContext
-
Creates a new default message context.
- DefaultMessageContext(MessageSource) - Constructor for class org.springframework.binding.message.DefaultMessageContext
-
Creates a new default message context.
- DefaultMessageResolver - Class in org.springframework.binding.message
- DefaultMessageResolver(Object, String[], Severity, Object[], String) - Constructor for class org.springframework.binding.message.DefaultMessageResolver
- DefaultMultiActionMethodResolver - Class in org.springframework.webflow.action
-
Default method resolver used by the MultiAction class.
- DefaultMultiActionMethodResolver() - Constructor for class org.springframework.webflow.action.DefaultMultiActionMethodResolver
- DefaultNumberFormatFactory - Class in org.springframework.binding.format
-
Works with a general purpose
DecimalFormat
instance returned by callingNumberFormat.getInstance(Locale)
by default. - DefaultNumberFormatFactory() - Constructor for class org.springframework.binding.format.DefaultNumberFormatFactory
- DefaultTargetStateResolver - Class in org.springframework.webflow.engine.support
-
A transition target state resolver that evaluates an expression to resolve the target state.
- DefaultTargetStateResolver(String) - Constructor for class org.springframework.webflow.engine.support.DefaultTargetStateResolver
-
Creates a new target state resolver that always returns the same target state id.
- DefaultTargetStateResolver(Expression) - Constructor for class org.springframework.webflow.engine.support.DefaultTargetStateResolver
-
Creates a new target state resolver.
- defaultText(String) - Method in class org.springframework.binding.message.MessageBuilder
-
Records the fallback text of the message being built.
- DefaultTransitionCriteria - Class in org.springframework.webflow.engine.support
-
Transition criteria that tests the value of an expression.
- DefaultTransitionCriteria(Expression) - Constructor for class org.springframework.webflow.engine.support.DefaultTransitionCriteria
-
Create a new expression based transition criteria object.
- DefaultValidationContext - Class in org.springframework.webflow.validation
- DefaultValidationContext(RequestContext, String, MappingResults) - Constructor for class org.springframework.webflow.validation.DefaultValidationContext
- DelegatingFlowViewResolver - Class in org.springframework.webflow.mvc.builder
-
Delegates to a configured view resolver chain to resolve the Spring MVC view implementation to render.
- DelegatingFlowViewResolver(List<ViewResolver>) - Constructor for class org.springframework.webflow.mvc.builder.DelegatingFlowViewResolver
-
Creates a new flow view resolver.
- deriveViewId(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewHandler
- DESCRIPTION_PROPERTY - Static variable in class org.springframework.webflow.core.AnnotatedObject
-
The long description property name ("description").
- deserialize(byte[], ClassLoader) - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
-
Internal helper method to deserialize given flow execution data.
- destroy() - Method in interface org.springframework.webflow.definition.FlowDefinition
-
Destroy this flow definition, releasing any resources.
- destroy() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionHolder
-
Indicates that the system is being shutdown and any resources flow resources should be released.
- destroy() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
- destroy() - Method in class org.springframework.webflow.engine.builder.DefaultFlowHolder
- destroy() - Method in class org.springframework.webflow.engine.Flow
- destroy(RequestContext) - Method in class org.springframework.webflow.engine.FlowVariable
-
Destroys this flow variable.
- destroy(RequestContext) - Method in class org.springframework.webflow.engine.ViewVariable
-
Destroy this view variable.
- determineEventId(RequestContext) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Obtain the user event from the current flow request.
- directAssembly() - Method in class org.springframework.webflow.engine.builder.FlowAssembler
-
Build all parts of the flow by directing flow assembly by the flow builder.
- DISCARD - Enum constant in enum class org.springframework.webflow.engine.History
-
The history of the view state should be discarded when the view state exits to prevent back-tracking.
- dispose() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
-
Shutdown the builder, releasing any resources it holds.
- dispose() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
- dispose() - Method in interface org.springframework.webflow.engine.model.builder.FlowModelBuilder
-
Shutdown the builder, releasing any resources it holds.
- dispose() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
- doBind(RequestContext, DataBinder) - Method in class org.springframework.webflow.action.FormAction
-
Bind allowed parameters in the external context request parameter map to the form object using given binder.
- DocumentLoader - Interface in org.springframework.webflow.engine.model.builder.xml
-
A generic strategy interface encapsulating the logic to load an XML-based document.
- doDispose() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
Shutdown the builder, releasing any resources it holds.
- doDispose() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
-
Flow builder destruction hook.
- doEnter(RequestControlContext) - Method in class org.springframework.webflow.engine.ActionState
-
Specialization of State's
doEnter
template method that executes behavior specific to this state type in polymorphic fashion. - doEnter(RequestControlContext) - Method in class org.springframework.webflow.engine.DecisionState
-
Specialization of State's
doEnter
template method that executes behavior specific to this state type in polymorphic fashion. - doEnter(RequestControlContext) - Method in class org.springframework.webflow.engine.EndState
-
Specialization of State's
doEnter
template method that executes behavior specific to this state type in polymorphic fashion. - doEnter(RequestControlContext) - Method in class org.springframework.webflow.engine.State
-
Hook method to execute custom behavior as a result of entering this state.
- doEnter(RequestControlContext) - Method in class org.springframework.webflow.engine.SubflowState
-
Specialization of State's
doEnter
template method that executes behaviour specific to this state type in polymorphic fashion. - doEnter(RequestControlContext) - Method in class org.springframework.webflow.engine.ViewState
- doExecute(RequestContext) - Method in class org.springframework.webflow.action.AbstractAction
-
Template hook method subclasses should override to encapsulate their specific action execution logic.
- doExecute(RequestContext) - Method in class org.springframework.webflow.action.CompositeAction
- doExecute(RequestContext) - Method in class org.springframework.webflow.action.EvaluateAction
- doExecute(RequestContext) - Method in class org.springframework.webflow.action.ExternalRedirectAction
- doExecute(RequestContext) - Method in class org.springframework.webflow.action.FlowDefinitionRedirectAction
- doExecute(RequestContext) - Method in class org.springframework.webflow.action.MultiAction
- doExecute(RequestContext) - Method in class org.springframework.webflow.action.RenderAction
- doExecute(RequestContext) - Method in class org.springframework.webflow.action.SetAction
- doExecute(RequestContext) - Method in class org.springframework.webflow.action.ViewFactoryActionAdapter
- doInit() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
Initialize this builder.
- doInit() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
-
Flow builder initialization hook.
- doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.faces.config.FacesFlowBuilderServicesBeanDefinitionParser
- doParseExpression(String, ParserContext) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser
- doParseExpression(String, ParserContext) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
- doPostExecute(RequestContext) - Method in class org.springframework.webflow.action.AbstractAction
-
Post-action execution hook, subclasses may override.
- doPreEntryActions(RequestControlContext) - Method in class org.springframework.webflow.engine.State
-
Hook method to execute before running state entry actions upon state entry.
- doPreEntryActions(RequestControlContext) - Method in class org.springframework.webflow.engine.ViewState
- doPreExecute(RequestContext) - Method in class org.springframework.webflow.action.AbstractAction
-
Pre-action-execution hook, subclasses may override.
- doRender(Map<String, ?>) - Method in class org.springframework.webflow.mvc.servlet.ServletMvcView
- doRender(Map<String, ?>) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Template method subclasses should override to execute the view rendering logic.
- doValidate(RequestContext, Object, Errors) - Method in class org.springframework.webflow.action.FormAction
-
Validate given form object using a registered validator.
E
- ELContextFactory - Interface in org.springframework.binding.expression.el
-
A factory for creating a EL context object that will be used to evaluate a target object of an EL expression.
- ELExpression - Class in org.springframework.binding.expression.el
-
Evaluates a parsed EL expression.
- ELExpression(ELContextFactory, ValueExpression) - Constructor for class org.springframework.binding.expression.el.ELExpression
-
Creates a new el expression
- ELExpressionParser - Class in org.springframework.binding.expression.el
-
The expression parser that parses EL expressions.
- ELExpressionParser(ExpressionFactory) - Constructor for class org.springframework.binding.expression.el.ELExpressionParser
-
Creates a new EL expression parser for standalone usage.
- EMPTY_ATTRIBUTE_MAP - Static variable in class org.springframework.webflow.core.collection.CollectionUtils
-
The shared, singleton empty attribute map instance.
- EMPTY_INSTANCE - Static variable in class org.springframework.webflow.execution.factory.StaticFlowExecutionListenerLoader
-
A shared listener loader instance that returns am empty listener array on each invocation.
- EMPTY_ITERATOR - Static variable in class org.springframework.webflow.core.collection.CollectionUtils
-
The shared, singleton empty iterator instance.
- emptyIterator() - Static method in class org.springframework.webflow.core.collection.CollectionUtils
- end() - Method in interface org.springframework.webflow.conversation.Conversation
-
Ends this conversation.
- end() - Method in class org.springframework.webflow.conversation.impl.ContainedConversation
- end(RequestControlContext, String, MutableAttributeMap<?>) - Method in class org.springframework.webflow.engine.Flow
-
Inform this flow definition that an execution session of itself has ended.
- endActiveFlowSession(String, MutableAttributeMap<Object>) - Method in interface org.springframework.webflow.engine.RequestControlContext
-
End the active flow session of the current flow execution.
- endActiveFlowSession(String, MutableAttributeMap<Object>) - Method in class org.springframework.webflow.test.MockRequestControlContext
- ENDED - Enum constant in enum class org.springframework.webflow.engine.impl.FlowExecutionStatus
-
The flow execution has ended.
- EndState - Class in org.springframework.webflow.engine
-
A state that ends a flow when entered.
- EndState(Flow, String) - Constructor for class org.springframework.webflow.engine.EndState
-
Create a new end state with no associated view.
- EndStateModel - Class in org.springframework.webflow.engine.model
-
Model support for end states.
- EndStateModel(String) - Constructor for class org.springframework.webflow.engine.model.EndStateModel
-
Create an end state model
- enter(RequestControlContext) - Method in class org.springframework.webflow.engine.State
-
Enter this state in the provided flow control context.
- EnterStateVetoException - Exception in org.springframework.webflow.execution
-
Exception thrown to veto the entering of a state of a flow.
- EnterStateVetoException(String, String, String, String) - Constructor for exception org.springframework.webflow.execution.EnterStateVetoException
-
Create a new enter state veto exception.
- EnterStateVetoException(String, String, String, String, Throwable) - Constructor for exception org.springframework.webflow.execution.EnterStateVetoException
-
Create a new enter state veto exception.
- EnterStateVetoException(RequestContext, StateDefinition, String) - Constructor for exception org.springframework.webflow.execution.EnterStateVetoException
-
Create a new enter state veto exception.
- EnterStateVetoException(RequestContext, StateDefinition, String, Throwable) - Constructor for exception org.springframework.webflow.execution.EnterStateVetoException
-
Create a new enter state veto exception.
- entrySet() - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
- entrySet() - Method in class org.springframework.binding.collection.SharedMapDecorator
- entrySet() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
- equals(Object) - Method in class org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
- equals(Object) - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
- equals(Object) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
- equals(Object) - Method in class org.springframework.binding.expression.el.ELExpression
- equals(Object) - Method in class org.springframework.binding.expression.ExpressionVariable
- equals(Object) - Method in class org.springframework.binding.expression.support.LiteralExpression
- equals(Object) - Method in class org.springframework.binding.expression.support.StaticExpression
- equals(Object) - Method in class org.springframework.binding.mapping.impl.DefaultMapping
- equals(Object) - Method in class org.springframework.binding.method.MethodKey
- equals(Object) - Method in class org.springframework.binding.method.MethodSignature
- equals(Object) - Method in class org.springframework.binding.method.Parameter
- equals(Object) - Method in class org.springframework.binding.method.Parameters
- equals(Object) - Method in class org.springframework.faces.webflow.FlowFacesContext.FacesMessageSource
- equals(Object) - Method in class org.springframework.webflow.conversation.impl.ContainedConversation
- equals(Object) - Method in class org.springframework.webflow.conversation.impl.SimpleConversationId
- equals(Object) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- equals(Object) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- equals(Object) - Method in class org.springframework.webflow.engine.builder.BinderConfiguration.Binding
- equals(Object) - Method in class org.springframework.webflow.engine.Flow
- equals(Object) - Method in class org.springframework.webflow.engine.FlowVariable
- equals(Object) - Method in class org.springframework.webflow.engine.State
- equals(Object) - Method in class org.springframework.webflow.engine.ViewVariable
- equals(Object) - Method in class org.springframework.webflow.execution.FlowExecutionKey
- equals(Object) - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
- equals(Object) - Method in class org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
- equals(Object) - Method in class org.springframework.webflow.test.GeneratedFlowExecutionKey
- equals(Object) - Method in class org.springframework.webflow.test.MockFlowExecutionKey
- error() - Method in class org.springframework.binding.message.MessageBuilder
-
Records that the message being built is an error message.
- error() - Method in class org.springframework.webflow.action.AbstractAction
-
Returns an "error" result event.
- error(Exception) - Method in class org.springframework.webflow.action.AbstractAction
-
Returns an "error" result event caused by the provided exception.
- error(Object) - Method in class org.springframework.webflow.action.EventFactorySupport
-
Returns an "error" event.
- error(Object, Exception) - Method in class org.springframework.webflow.action.EventFactorySupport
-
Returns an "error" event caused by the provided exception.
- ERROR - Enum constant in enum class org.springframework.binding.message.Severity
-
The "Error" severity.
- evaluate(Class<?>) - Method in class org.springframework.binding.expression.support.FluentParserContext
-
Configure the evaluationContextType attribute with the value provided.
- EvaluateAction - Class in org.springframework.webflow.action
-
An action that evaluates an expression and optionally exposes its result.
- EvaluateAction(Expression, Expression) - Constructor for class org.springframework.webflow.action.EvaluateAction
-
Create a new evaluate action.
- EvaluateAction(Expression, Expression, ResultEventFactory) - Constructor for class org.springframework.webflow.action.EvaluateAction
-
Create a new evaluate action.
- evaluateArgument(Object) - Method in class org.springframework.binding.method.Parameter
-
Evaluate this method parameter against the provided argument source, returning a single method argument value.
- EvaluateModel - Class in org.springframework.webflow.engine.model
-
Model support for evaluate actions.
- EvaluateModel(String) - Constructor for class org.springframework.webflow.engine.model.EvaluateModel
-
Create an evaluate action model
- EvaluationContextFactory - Interface in org.springframework.binding.expression.spel
-
Factory to create the
EvaluationContext
for a given root Object. - EvaluationException - Exception in org.springframework.binding.expression
-
Indicates an expression evaluation failed.
- EvaluationException(Class<?>, String, String) - Constructor for exception org.springframework.binding.expression.EvaluationException
-
Creates a new evaluation exception.
- EvaluationException(Class<?>, String, String, Throwable) - Constructor for exception org.springframework.binding.expression.EvaluationException
-
Creates a new evaluation exception.
- event(Object, boolean) - Method in class org.springframework.webflow.action.EventFactorySupport
-
Returns an event to communicate an occurrence of a boolean expression.
- event(Object, String) - Method in class org.springframework.webflow.action.EventFactorySupport
-
Returns a event with the specified identifier.
- event(Object, String, String, Object) - Method in class org.springframework.webflow.action.EventFactorySupport
-
Returns a result event with the specified identifier and a single attribute.
- event(Object, String, AttributeMap<Object>) - Method in class org.springframework.webflow.action.EventFactorySupport
-
Returns a event with the specified identifier and the specified set of attributes.
- Event - Class in org.springframework.webflow.execution
-
Signals the occurrence of something an active flow execution should respond to.
- Event(Object, String) - Constructor for class org.springframework.webflow.execution.Event
-
Create a new event with the specified
id
and no payload. - Event(Object, String, AttributeMap<Object>) - Constructor for class org.springframework.webflow.execution.Event
-
Create a new event with the specified
id
and payload attributes. - EVENT_KEY - Static variable in class org.springframework.faces.webflow.JsfView
- EventFactorySupport - Class in org.springframework.webflow.action
-
A convenience support class assisting in the creation of
Event
objects. - EventFactorySupport() - Constructor for class org.springframework.webflow.action.EventFactorySupport
- eventSignaled(RequestContext, Event) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called when an event is signaled in the current state, but prior to any state transition.
- eventSignaled(RequestContext, Event) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- ExceptionHandlerModel - Class in org.springframework.webflow.engine.model
-
Model support for exception handlers.
- ExceptionHandlerModel(String) - Constructor for class org.springframework.webflow.engine.model.ExceptionHandlerModel
-
Create an exception handler model
- exceptionThrown(RequestContext, FlowExecutionException) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called when an exception is thrown during a flow execution, before the exception is handled by any registered
handler
. - exceptionThrown(RequestContext, FlowExecutionException) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- exceptionThrown(RequestContext, FlowExecutionException) - Method in class org.springframework.webflow.persistence.HibernateFlowExecutionListener
- exceptionThrown(RequestContext, FlowExecutionException) - Method in class org.springframework.webflow.persistence.JpaFlowExecutionListener
- execute(FacesContext) - Method in class org.springframework.faces.support.LifecycleWrapper
- execute(FacesContext) - Method in class org.springframework.faces.webflow.FlowLifecycle
-
Executes APPLY_REQUEST_VALUES through INVOKE_APPLICATION.
- execute(Object) - Method in interface org.springframework.binding.convert.ConversionExecutor
-
Execute the conversion for the provided source object.
- execute(Object) - Method in class org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
- execute(Object) - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
- execute(Object, Object) - Method in class org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
- execute(State, RequestControlContext) - Method in class org.springframework.webflow.engine.Transition
-
Execute this state transition.
- execute(Transition) - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Execute this transition out of the current source state.
- execute(Transition) - Method in class org.springframework.webflow.test.MockRequestControlContext
- execute(Action, RequestContext) - Static method in class org.springframework.webflow.execution.ActionExecutor
-
Execute the given action.
- execute(RequestContext) - Method in class org.springframework.webflow.action.AbstractAction
- execute(RequestContext) - Method in class org.springframework.webflow.engine.ActionList
-
Executes the actions contained within this action list.
- execute(RequestContext) - Method in interface org.springframework.webflow.execution.Action
-
Execute this action.
- execute(RequestContext) - Method in class org.springframework.webflow.execution.AnnotatedAction
- execute(RequestContext) - Method in class org.springframework.webflow.test.MockAction
- executeConversion(Object, Class<?>) - Method in interface org.springframework.binding.convert.ConversionService
-
Execute a conversion of the source object provided to the specified
targetClass
- executeConversion(Object, Class<?>) - Method in class org.springframework.binding.convert.service.GenericConversionService
- executeConversion(String, Object, Class<?>) - Method in interface org.springframework.binding.convert.ConversionService
-
Execute a conversion using the custom converter with the provided id.
- executeConversion(String, Object, Class<?>) - Method in class org.springframework.binding.convert.service.GenericConversionService
- exit(RequestControlContext) - Method in class org.springframework.webflow.engine.TransitionableState
-
Exit this state.
- exit(RequestControlContext) - Method in class org.springframework.webflow.engine.ViewState
- expectResult(Class<?>) - Method in class org.springframework.binding.expression.support.FluentParserContext
-
Configure the expectedEvaluationResult attribute with the value provided.
- exposeException(RequestContext, FlowExecutionException, Throwable) - Method in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
-
Exposes the given flow exception and root cause in flash scope to make them available for response rendering.
- Expression - Interface in org.springframework.binding.expression
-
An expression capable of evaluating itself against context objects.
- ExpressionParser - Interface in org.springframework.binding.expression
-
Parses expression strings into compiled expressions that can be evaluated.
- ExpressionVariable - Class in org.springframework.binding.expression
-
An expression variable.
- ExpressionVariable(String, String) - Constructor for class org.springframework.binding.expression.ExpressionVariable
-
Creates a new expression variable.
- ExpressionVariable(String, String, ParserContext) - Constructor for class org.springframework.binding.expression.ExpressionVariable
-
Creates a new expression variable with a populated parser context.
- extendEvaluationContext(StandardEvaluationContext) - Method in class org.springframework.binding.expression.spel.SpringELExpression
-
Deprecated.as of 2.4.8, to customize the context, please use the constructor that accepts an
EvaluationContextFactory
. - ExternalContext - Interface in org.springframework.webflow.context
-
A facade that provides normalized access to an external system that has called into the Spring Web Flow system.
- ExternalContextHolder - Class in org.springframework.webflow.context
-
Simple holder class that associates an
ExternalContext
instance with the current thread. - ExternalRedirectAction - Class in org.springframework.webflow.action
-
An action that sends an external redirect when executed.
- ExternalRedirectAction(Expression) - Constructor for class org.springframework.webflow.action.ExternalRedirectAction
-
Creates a new external redirect action
- extract(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- extract(String) - Method in interface org.springframework.webflow.core.collection.MutableAttributeMap
-
Extract an attribute from this map, getting it and removing it in a single operation.
- extractFilenameFromUrlPath(String) - Static method in class org.springframework.webflow.context.servlet.FilenameFlowUrlHandler
- extractFullFilenameFromUrlPath(String) - Static method in class org.springframework.webflow.context.servlet.FilenameFlowUrlHandler
F
- FaceletsAuthorizeTag - Class in org.springframework.faces.security
-
A concrete implementation of
AbstractAuthorizeTag
for use with standard Facelets rendering technology. - FaceletsAuthorizeTag() - Constructor for class org.springframework.faces.security.FaceletsAuthorizeTag
-
A default constructor.
- FaceletsAuthorizeTag(FaceletContext, TagAttribute, TagAttribute, TagAttribute, TagAttribute, TagAttribute, TagAttribute) - Constructor for class org.springframework.faces.security.FaceletsAuthorizeTag
-
A class constructor for use in a
TagHandler
. - 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.
- 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
- FacesMessageSource(String) - Constructor for class org.springframework.faces.webflow.FlowFacesContext.FacesMessageSource
- 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.
- FATAL - Enum constant in enum class org.springframework.binding.message.Severity
-
The "Fatal" severity.
- FilenameFlowUrlHandler - Class in org.springframework.webflow.context.servlet
-
A file name based
FlowUrlHandler
implementation that is an alternative to the standardDefaultFlowUrlHandler
. - 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
- findEditor(String, Class<?>) - Method in class org.springframework.webflow.mvc.view.BindingModel
- findFactory(Class<T>) - Static method in class org.springframework.faces.webflow.JsfUtils
-
Find a factory of the specified class using JSFs
FactoryFinder
class. - findMethodConsiderAssignableParameterTypes() - Method in class org.springframework.binding.method.MethodKey
-
Find the keyed method using 'relaxed' typing.
- FLASH - Enum constant in enum class org.springframework.webflow.execution.ScopeType
-
The "flash" scope type.
- FlashScope - Class in org.springframework.webflow.scope
-
Flash
scope
implementation. - FlashScope() - Constructor for class org.springframework.webflow.scope.FlashScope
- flow(String) - Method in class org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory
-
Returns a criteria that just matches a flow with the specified id.
- 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 - Enum constant in enum class org.springframework.webflow.execution.ScopeType
-
The "flow" scope type.
- 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
- FlowApplication - Class in org.springframework.faces.webflow
-
Wraps an
Application
instance in order to ensure Web Flow specific implementations ofViewHandler
andStateManager
are inserted at the front of the processing chain in JSF 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 firstApplication
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
- 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<Object>, 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
- FlowBuilderServicesBuilder - Class in org.springframework.faces.config
-
A builder for
FlowBuilderServices
instances for use in JSF applications. - FlowBuilderServicesBuilder - Class in org.springframework.webflow.config
-
A builder for creating
FlowBuilderServices
instances designed for programmatic use in@Bean
factory methods. - FlowBuilderServicesBuilder() - Constructor for class org.springframework.faces.config.FlowBuilderServicesBuilder
- FlowBuilderServicesBuilder() - Constructor for class org.springframework.webflow.config.FlowBuilderServicesBuilder
- FlowBuilderServicesBuilder(ApplicationContext) - Constructor for class org.springframework.webflow.config.FlowBuilderServicesBuilder
-
Deprecated.as of 2.5 an ApplicationContext is no longer required
- 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.
- FlowDefinitionRegistryBuilder - Class in org.springframework.webflow.config
-
A builder for creating
FlowDefinitionRegistry
instances designed for programmatic use in@Bean
factory methods. - FlowDefinitionRegistryBuilder(ApplicationContext) - Constructor for class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Create a new instance with the given ApplicationContext.
- FlowDefinitionRegistryBuilder(ApplicationContext, FlowBuilderServices) - Constructor for class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Create a new instance with the given ApplicationContext and
FlowBuilderServices
. - 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<Object>) - 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.
- FlowELResolver - Class in org.springframework.faces.webflow
-
Custom
ELResolver
for resolving web flow specific expressions. - FlowELResolver() - Constructor for class org.springframework.faces.webflow.FlowELResolver
- FlowException - Exception in org.springframework.webflow.core
-
Root class for exceptions thrown by the Spring Web Flow system.
- FlowException(String) - Constructor for exception org.springframework.webflow.core.FlowException
-
Creates a new flow exception.
- FlowException(String, Throwable) - 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
-
Deprecated.as of 5.0
FlowExecutionListener
has default methods (made possible by a Java 8 baseline) and can be implemented directly without the need for this adapter. - FlowExecutionListenerAdapter() - Constructor for class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- 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<Object>) - 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 Class 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.
- FlowExecutorBuilder - Class in org.springframework.webflow.config
-
A builder for
FlowExecutor
instances designed for programmatic use in@Bean
factory methods. - FlowExecutorBuilder(FlowDefinitionLocator) - Constructor for class org.springframework.webflow.config.FlowExecutorBuilder
- FlowExecutorBuilder(FlowDefinitionLocator, ApplicationContext) - Constructor for class org.springframework.webflow.config.FlowExecutorBuilder
-
Deprecated.as of 2.5 an ApplicationContext is no longer required
- 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.
- FlowExternalContext - Class in org.springframework.faces.webflow
-
Custom
ExternalContext
implementation that supports custom response objects other thanHttpServletResponse
. - FlowExternalContext(RequestContext, ExternalContext) - Constructor for class org.springframework.faces.webflow.FlowExternalContext
- FlowFacesContext - Class in org.springframework.faces.webflow
-
Custom
FacesContext
implementation that delegates all standard FacesContext messaging functionality to a SpringMessageSource
made accessible as part of the current Web Flow request. - FlowFacesContext(RequestContext, FacesContext) - Constructor for class org.springframework.faces.webflow.FlowFacesContext
- FlowFacesContext.FacesMessageSource - Class in org.springframework.faces.webflow
-
A Spring Message
Source
that originated from JSF. - FlowFacesContext.FlowFacesMessage - Class in org.springframework.faces.webflow
-
Adapter class to convert a
FacesMessage
to a SpringMessage
. - FlowFacesContextLifecycleListener - Class in org.springframework.faces.webflow
-
A
FlowExecutionListener
that creates aFlowFacesContext
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
- FlowFacesMessage(FlowFacesContext.FacesMessageSource, FacesMessage) - Constructor for class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
- 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.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 registeredflow 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, String, MappingResults) - Constructor for exception org.springframework.webflow.engine.FlowInputMappingException
-
Creates a new flow input mapping exception.
- FlowInputMappingException(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
- FlowModelFlowBuilder(FlowModelHolder) - Constructor for class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
- FlowModelHolder - Interface in org.springframework.webflow.engine.model.registry
-
A holder holding a reference to a Flow model.
- FlowModelHolderLocator - Interface in org.springframework.webflow.engine.model.registry
-
A companion to
FlowModelLocator
for access to the FlowModelHolder wrapping the FlowModel. - 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, String, MappingResults) - Constructor for exception org.springframework.webflow.engine.FlowOutputMappingException
-
Creates a new flow output mapping exception.
- FlowOutputMappingException(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
- FlowRenderKit - Class in org.springframework.faces.webflow
-
A render kit implementation that ensures use of Web Flow's FlowViewResponseStateManager, which takes over reading and writing JSF state and manages that in Web Flow's view scope.
- 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
- FlowResourceHandler - Class in org.springframework.faces.webflow
-
Resolves Facelets resources using Spring Resource paths such as "classpath:foo.xhtml".
- FlowResourceHandler(ResourceHandler) - Constructor for class org.springframework.faces.webflow.FlowResourceHandler
- FlowResponseStateManager - Class in org.springframework.faces.webflow
-
A custom ResponseStateManager that writes JSF state to a Web Flow managed view-scoped variable.
- FlowResponseStateManager(ResponseStateManager) - Constructor for class org.springframework.faces.webflow.FlowResponseStateManager
- 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
- FlowSession - Interface in org.springframework.webflow.execution
-
A single, local instantiation of a
flow definition
launched within an overall flow execution. - FlowStateManager - Class in org.springframework.faces.webflow
-
Custom
StateManager
that manages ensures web flow's state is always stored server side. - FlowStateManager(StateManager) - Constructor for class org.springframework.faces.webflow.FlowStateManager
- 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
- FlowViewHandler - Class in org.springframework.faces.webflow
-
Simple
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.
- 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.
- 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<? extends Number>) - 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.
G
- GeneratedFlowExecutionKey - Class in org.springframework.webflow.test
-
A simple flow execution key implementation.
- GeneratedFlowExecutionKey() - Constructor for class org.springframework.webflow.test.GeneratedFlowExecutionKey
-
Creates a new mock flow execution key.
- GenericConversionService - Class in org.springframework.binding.convert.service
-
Base implementation of a conversion service.
- GenericConversionService() - Constructor for class org.springframework.binding.convert.service.GenericConversionService
-
Default constructor.
- GenericConversionService(ConversionService) - Constructor for class org.springframework.binding.convert.service.GenericConversionService
-
Constructor accepting a specific instance of a Spring ConversionService to delegate to.
- GenericSubflowAttributeMapper - Class in org.springframework.webflow.engine.support
-
Simple flow attribute mapper that holds an input and output mapper strategy.
- GenericSubflowAttributeMapper(Mapper, Mapper) - Constructor for class org.springframework.webflow.engine.support.GenericSubflowAttributeMapper
-
Create a new flow attribute mapper using given mapping strategies.
- get(int) - Method in class org.springframework.webflow.engine.ActionList
-
Returns the action in this list at the provided index.
- get(Object) - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
-
Get value for key.
- get(Object) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a value in the map, returning null if the attribute is not present.
- get(Object) - Method in class org.springframework.binding.collection.SharedMapDecorator
- get(Object) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
- get(Object, Class<T>) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a value in the map, asserting it is of the required type if present and returning
null
if not found. - get(Object, Class<T>, T) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a value in the map of the specified type, returning the defaultValue if no value is found.
- get(Object, V) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a value in the map, returning the defaultValue if no value was found.
- get(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Get an attribute value out of this map, returning
null
if not found. - get(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- get(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- get(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get a parameter value, returning
null
if no value is found. - get(String, Class<T>) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Get an attribute value, asserting the value is of the required type.
- get(String, Class<T>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- get(String, Class<T>) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- get(String, Class<T>) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get a parameter value, converting it from
String
to the target type. - get(String, Class<T>, T) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Get an attribute value, asserting the value is of the required type and returning the default value if not found.
- get(String, Class<T>, T) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- get(String, Class<T>, T) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- get(String, Class<T>, T) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get a parameter value, converting it from
String
to the target type or returning the defaultValue if not found. - get(String, String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- get(String, String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get a parameter value, returning the defaultValue if no value is found.
- get(String, ObjectFactory<?>) - Method in class org.springframework.webflow.scope.AbstractWebFlowScope
- get(String, V) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Get an attribute value, returning the default value if no value is found.
- get(String, V) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getAbstract() - Method in class org.springframework.webflow.engine.model.FlowModel
- getAccessDecisionManager() - Method in class org.springframework.webflow.security.SecurityFlowExecutionListener
-
Deprecated, for removal: This API element is subject to removal in a future version.in favor of using an
AuthorizationManager
by settingSecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function)
instead - getAction() - Method in class org.springframework.webflow.engine.support.ActionExecutingViewFactory
- getAction() - Method in class org.springframework.webflow.engine.support.ActionTransitionCriteria
-
Returns the action wrapped by this object.
- getActionList() - Method in class org.springframework.webflow.engine.ActionState
-
Returns the list of actions executable by this action state.
- getActionList() - Method in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
-
Returns the list of actions to execute when this handler handles an exception.
- getActionNameForLogging() - Method in class org.springframework.webflow.action.AbstractAction
-
Internal helper to return the name of this action for logging purposes.
- getActions() - Method in class org.springframework.webflow.action.CompositeAction
-
Returns the actions contained by this composite action.
- getActions() - Method in class org.springframework.webflow.engine.model.ActionStateModel
- getActions() - Method in class org.springframework.webflow.engine.model.TransitionModel
- getActionURL(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewHandler
- getActiveFlow() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the definition of the flow that is currently executing.
- getActiveFlow() - Method in class org.springframework.webflow.test.MockRequestContext
- getActiveSession() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- getActiveSession() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
-
Returns the active flow session of this flow execution.
- getActiveSession() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
- getAjaxHandler() - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Returns the configured Ajax handler.
- getAjaxHandler() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Returns the configured Ajax handler.
- getAllErrors() - Method in class org.springframework.webflow.mvc.view.BindingModel
- getAllMessages() - Method in class org.springframework.binding.message.DefaultMessageContext
- getAllMessages() - Method in interface org.springframework.binding.message.MessageContext
-
Get all messages in this context.
- getAllowDelimitedEvalExpressions() - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
-
Returns if this parser allows delimited eval expressions like
${foo.bar}
. - getAllResults() - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
- getAllResults() - Method in interface org.springframework.binding.mapping.MappingResults
-
A list of all the mapping results between the source and target.
- getAlwaysGenerateNewNextKey() - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
The flag indicating if a new
FlowExecutionKey
should always be generated before each put call. - getAnnotated(int) - Method in class org.springframework.webflow.engine.ActionList
-
Returns the action in this list at the provided index, exposing it as an annotated action.
- getApplication() - Method in class org.springframework.faces.webflow.FlowApplicationFactory
- getApplicationContext() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
- getApplicationContext() - Method in class org.springframework.webflow.config.AbstractFlowConfiguration
- getApplicationContext() - Method in interface org.springframework.webflow.definition.FlowDefinition
-
Returns a reference to application context hosting application objects and services used by this flow definition.
- getApplicationContext() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns the application context hosting the flow system.
- getApplicationContext() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
- getApplicationContext() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- getApplicationContext() - Method in class org.springframework.webflow.engine.Flow
- getApplicationMap() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the external application map, providing a storage for data local to the current user application and accessible to both internal and external SWF artifacts.
- getApplicationMap() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- getApplicationMap() - Method in class org.springframework.webflow.test.MockExternalContext
- getArguments() - Method in class org.springframework.binding.message.DefaultMessageResolver
- getArguments() - Method in exception org.springframework.binding.method.MethodInvocationException
-
Returns the method invocation arguments.
- getArray(Object, Class<? extends T[]>) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a array value in the map, asserting it is of the required type if present and returning
null
if not found. - getArray(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getArray(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get a multi-valued parameter value, returning
null
if no value is found. - getArray(String, Class<? extends T[]>) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns an array attribute value in the map and makes sure it is of the required type.
- getArray(String, Class<? extends T[]>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getArray(String, Class<T>) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getArray(String, Class<T>) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get a multi-valued parameter value, converting each value to the target type or returning
null
if no value is found. - getAttribute(Object) - Method in interface org.springframework.webflow.conversation.Conversation
-
Returns the conversation attribute with the specified name.
- getAttribute(Object) - Method in class org.springframework.webflow.conversation.impl.ContainedConversation
- getAttribute(String) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
-
Hook method that needs to be implemented by concrete subclasses.
- getAttribute(String) - Method in class org.springframework.webflow.context.servlet.HttpServletContextMap
- getAttribute(String) - Method in class org.springframework.webflow.context.servlet.HttpServletRequestMap
- getAttribute(String) - Method in class org.springframework.webflow.context.servlet.HttpServletRequestParameterMap
- getAttribute(String) - Method in class org.springframework.webflow.context.servlet.HttpSessionMap
- getAttributeMap() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
Returns the mutable execution attribute map.
- getAttributeMap() - Method in class org.springframework.webflow.test.MockRequestContext
-
Returns the contained mutable context
attribute map
allowing setting of mock context attributes. - getAttributeName() - Method in class org.springframework.webflow.core.collection.AttributeMapBindingEvent
-
Returns the name the attribute was bound with.
- getAttributeNames() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
-
Hook method that needs to be implemented by concrete subclasses.
- getAttributeNames() - Method in class org.springframework.webflow.context.servlet.HttpServletContextMap
- getAttributeNames() - Method in class org.springframework.webflow.context.servlet.HttpServletRequestMap
- getAttributeNames() - Method in class org.springframework.webflow.context.servlet.HttpServletRequestParameterMap
- getAttributeNames() - Method in class org.springframework.webflow.context.servlet.HttpSessionMap
- getAttributes() - Method in class org.springframework.webflow.config.FlowDefinitionResource
-
Returns attributes to assign the flow definition.
- getAttributes() - Method in interface org.springframework.webflow.core.Annotated
-
Returns a attribute map containing the attributes annotating this object.
- getAttributes() - Method in class org.springframework.webflow.core.AnnotatedObject
- getAttributes() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- getAttributes() - Method in class org.springframework.webflow.engine.model.AbstractActionModel
- getAttributes() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
- getAttributes() - Method in class org.springframework.webflow.engine.model.FlowModel
- getAttributes() - Method in class org.springframework.webflow.engine.model.SecuredModel
- getAttributes() - Method in class org.springframework.webflow.engine.model.TransitionModel
- getAttributes() - Method in class org.springframework.webflow.execution.Event
-
Returns an unmodifiable map storing the attributes of this event.
- getAttributes() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
-
Returns runtime execution attributes that may influence the behavior of flow artifacts, such as states and actions.
- getAttributes() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns a context map for accessing attributes about the state of the current request.
- getAttributes() - Method in class org.springframework.webflow.security.SecurityRule
-
Gets security attributes
- getAttributes() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
- getAttributes() - Method in class org.springframework.webflow.test.MockRequestContext
- getAttributeValue() - Method in class org.springframework.webflow.core.collection.AttributeMapBindingEvent
-
Returns the value of the attribute.
- getAuthorizationManager() - Method in class org.springframework.webflow.security.SecurityRule
-
Return an
AuthorizationManager
for this security config based onAuthorityAuthorizationManager
. - getBean() - Method in class org.springframework.webflow.engine.model.ExceptionHandlerModel
- getBeanClassName(Element) - Method in class org.springframework.faces.config.FacesFlowBuilderServicesBeanDefinitionParser
- getBeanFactory() - Method in class org.springframework.webflow.expression.spel.BeanFactoryPropertyAccessor
- getBeanFactory(ELContext) - Method in class org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver
- getBeanImports() - Method in class org.springframework.webflow.engine.model.FlowModel
- getBind() - Method in class org.springframework.webflow.engine.model.TransitionModel
- getBinder() - Method in class org.springframework.webflow.engine.model.ViewStateModel
- getBinderConfiguration() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Returns the binding configuration that defines how to connect properties of the model to UI elements.
- getBinding(String) - Method in class org.springframework.webflow.engine.builder.BinderConfiguration
-
Gets the binding with the specified name, or returns null if no such binding is found.
- getBindings() - Method in class org.springframework.webflow.engine.builder.BinderConfiguration
-
Returns the set of bindings associated with this binding configuration.
- getBindings() - Method in class org.springframework.webflow.engine.model.BinderModel
- getBoolean(Object) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a boolean value in the map, returning
null
if no value was found. - getBoolean(Object, Boolean) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a boolean value in the map, returning the defaultValue if no value was found.
- getBoolean(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a boolean attribute value in the map, returning
null
if no value was found. - getBoolean(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getBoolean(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getBoolean(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Returns a boolean parameter value in the map, returning
null
if no value was found. - getBoolean(String, Boolean) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a boolean attribute value in the map, returning the default value if no value was found.
- getBoolean(String, Boolean) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getBoolean(String, Boolean) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getBoolean(String, Boolean) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Returns a boolean parameter value in the map, returning the defaultValue if no value was found.
- getCaption() - Method in class org.springframework.webflow.conversation.ConversationParameters
-
Returns the short description.
- getCaption() - Method in interface org.springframework.webflow.core.Annotated
-
Returns a short summary of this object, suitable for display as an icon caption or tool tip.
- getCaption() - Method in class org.springframework.webflow.core.AnnotatedObject
- getCaption() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- getCaption() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
- getClassForAlias(String) - Method in interface org.springframework.binding.convert.ConversionService
-
Lookup a class by its well-known alias.
- getClassForAlias(String) - Method in class org.springframework.binding.convert.service.GenericConversionService
- getClassLoader() - Method in interface org.springframework.webflow.definition.FlowDefinition
-
Returns the class loader used by this flow definition to load classes.
- getClassLoader() - Method in class org.springframework.webflow.engine.Flow
- getClassName() - Method in class org.springframework.webflow.engine.model.VarModel
- getClientId() - Method in class org.springframework.faces.webflow.FlowFacesContext.FacesMessageSource
- getClientIdsWithMessages() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
Returns an Iterator for all component clientId's for which messages have been added.
- getCode() - Method in interface org.springframework.binding.mapping.MappingResult
-
The mapping result code; for example, "success" , "typeMismatch", "propertyNotFound", or "evaluationException".
- getCode() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
- getCode() - Method in class org.springframework.binding.mapping.results.RequiredError
- getCode() - Method in class org.springframework.binding.mapping.results.SourceAccessError
- getCode() - Method in class org.springframework.binding.mapping.results.Success
- getCode() - Method in class org.springframework.binding.mapping.results.TargetAccessError
- getCode() - Method in class org.springframework.binding.mapping.results.TypeConversionError
- getCodes() - Method in class org.springframework.binding.message.DefaultMessageResolver
- getCollection(Object) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a collection value in the map, returning
null
if no value was found. - getCollection(Object, Class<T>) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a collection value in the map, asserting it is of the required type if present and returning
null
if not found. - getCollection(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a collection attribute value in the map.
- getCollection(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getCollection(String, Class<T>) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a collection attribute value in the map and make sure it is of the required type.
- getCollection(String, Class<T>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getCommit() - Method in class org.springframework.webflow.engine.model.EndStateModel
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ActionMethodELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
- getCommonPropertyType(ELContext, Object) - Method in class org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver
- getComparisonType() - Method in class org.springframework.webflow.security.SecurityRule
-
Gets comparison type
- getCompress() - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshotFactory
-
Returns whether or not the snapshots should be compressed.
- getConfigAttributes(SecurityRule) - Method in class org.springframework.webflow.security.SecurityFlowExecutionListener
-
Deprecated, for removal: This API element is subject to removal in a future version.in favor of using an
AuthorizationManager
by settingSecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function)
instead - getContext() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the servlet context.
- getContext() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
-
Returns this flow builder's context.
- getContextClass() - Method in exception org.springframework.binding.expression.EvaluationException
-
The class of object upon which evaluation was attempted and failed.
- getContextPath() - Method in interface org.springframework.webflow.context.ExternalContext
-
Returns the logical path to the application hosting this external context.
- getContextPath() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- getContextPath() - Method in class org.springframework.webflow.test.MockExternalContext
- getConversation(Serializable) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
Returns the conversation governing the logical flow execution with the given execution id.
- getConversation(ConversationId) - Method in interface org.springframework.webflow.conversation.ConversationManager
-
Get the conversation with the provided id.
- getConversation(ConversationId) - Method in class org.springframework.webflow.conversation.impl.ConversationContainer
-
Return the identified conversation.
- getConversation(ConversationId) - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
- getConversation(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
Returns the conversation governing the
FlowExecution
with the provided key. - getConversationAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the attribute in conversation scope.
- getConversationContainer() - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
-
Obtain the conversation container from the session.
- getConversationId() - Method in exception org.springframework.webflow.conversation.NoSuchConversationException
-
Returns the conversation id that was not found.
- getConversationId() - Method in class org.springframework.webflow.scope.AbstractWebFlowScope
-
Always returns
null
as most Spring Web Flow scopes do not have obvious conversation ids. - getConversationManager() - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
The conversation service to delegate to for managing conversations initiated by this repository.
- getConversations() - Method in class org.springframework.webflow.conversation.impl.ConversationContainer
- getConversationScope() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- getConversationScope() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
-
Returns a mutable map for data held in "conversation scope".
- getConversationScope() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns a mutable accessor for accessing and/or setting attributes in conversation scope.
- getConversationScope() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns conversation scope.
- getConversationScope() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
- getConversationScope() - Method in class org.springframework.webflow.test.MockRequestContext
- getConversionExecutor(Class<?>, Class<?>) - Method in interface org.springframework.binding.convert.ConversionService
-
Return the default conversion executor capable of converting source objects of the specified
sourceClass
to instances of thetargetClass
. - getConversionExecutor(Class<?>, Class<?>) - Method in class org.springframework.binding.convert.service.GenericConversionService
- getConversionExecutor(String, Class<?>, Class<?>) - Method in interface org.springframework.binding.convert.ConversionService
-
Return the custom conversion executor capable of converting source objects of the specified
sourceClass
to instances of thetargetClass
. - getConversionExecutor(String, Class<?>, Class<?>) - Method in class org.springframework.binding.convert.service.GenericConversionService
- getConversionService() - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser
-
The conversion service to use to obtain
conversion executors
that will be adapted toproperty editors
for use during aset value
call. - getConversionService() - Method in class org.springframework.binding.expression.el.ELExpressionParser
-
The conversion service to use to perform type conversions as needed by the Unified EL system.
- getConversionService() - Method in class org.springframework.binding.expression.spel.SpringELExpressionParser
- getConversionService() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns a generic type conversion service for converting between types, typically from string to a rich value object.
- getConversionService() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
- getConversionService() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- getConversionService() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
- getConverter() - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
-
Returns the converter that will perform the conversion.
- getConverter() - Method in class org.springframework.webflow.engine.builder.BinderConfiguration.Binding
-
The id of the custom converter to use to convert bound property values.
- getConverter() - Method in class org.springframework.webflow.engine.model.BindingModel
- getConverterId(String) - Method in class org.springframework.webflow.engine.builder.BinderConfiguration
-
Gets the converterId for the binding with the specified name.
- getConvertibleTypes() - Method in class org.springframework.binding.convert.service.SpringBindingConverterAdapter
- getCryptographicallyStrongTokenFromSession(FacesContext) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
- getCurrentEvent() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the current event being processed by this flow.
- getCurrentEvent() - Method in class org.springframework.webflow.test.MockRequestContext
- getCurrentFormErrors() - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Gets the form object
Errors
tracker from the context, using the form object name. - getCurrentFormErrors(ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Gets the form object
Errors
tracker from the context, using the form object name. - getCurrentFormErrorsName() - Static method in class org.springframework.webflow.action.FormObjectAccessor
-
Returns the current form object errors attribute name.
- getCurrentFormObject() - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Gets the form object from the context, using the well-known attribute name.
- getCurrentFormObject(ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Gets the form object from the context, using the well-known attribute name.
- getCurrentFormObjectName() - Static method in class org.springframework.webflow.action.FormObjectAccessor
-
Returns the current form object name.
- getCurrentMapping() - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
-
Returns the current mapping.
- getCurrentState() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the current state of the executing flow.
- getCurrentState() - Method in class org.springframework.webflow.test.MockRequestContext
- getCurrentTransition() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the current transition executing in this request.
- getCurrentTransition() - Method in class org.springframework.webflow.test.MockRequestContext
- getCurrentUser() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the user's principal security object.
- getCurrentUser() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- getCurrentUser() - Method in class org.springframework.webflow.test.MockExternalContext
- getCurrentView() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the current view in use; if not null, the view returned is about to be rendered, is rendering, is processing a user event, or has finished user event processing and the current ViewState is exiting due to a state transition.
- getCurrentView() - Method in class org.springframework.webflow.test.MockRequestContext
- getDateFormat() - Method in class org.springframework.binding.convert.converters.StringToDate
- getDeclaredType() - Method in class org.springframework.binding.method.MethodKey
-
Return the class the method is a member of.
- getDefaultMessage() - Method in class org.springframework.binding.message.DefaultMessageResolver
- getDefaultViewSuffix() - Method in class org.springframework.webflow.mvc.builder.FlowResourceFlowViewResolver
-
Returns the default view suffix when selecting views by convention.
- getDefinition() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- getDefinition() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
-
Returns the root flow definition associated with this executing flow.
- getDefinition() - Method in interface org.springframework.webflow.execution.FlowSession
-
Returns the flow definition backing this session.
- getDefinition() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
- getDefinition() - Method in class org.springframework.webflow.test.MockFlowSession
- getDefinitionInternal() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
- getDefinitionInternal() - Method in class org.springframework.webflow.test.MockFlowSession
-
Returns the flow definition of this session.
- getDefinitionLocator() - Method in class org.springframework.webflow.executor.FlowExecutorImpl
-
Returns the locator to load flow definitions to execute.
- getDelegateConversionService() - Method in interface org.springframework.binding.convert.ConversionService
-
Return the underlying Spring ConversionService.
- getDelegateConversionService() - Method in class org.springframework.binding.convert.service.GenericConversionService
- getDescription() - Method in class org.springframework.webflow.conversation.ConversationParameters
-
Returns the long description.
- getDescription() - Method in interface org.springframework.webflow.core.Annotated
-
Returns a longer, more detailed description of this object.
- getDescription() - Method in class org.springframework.webflow.core.AnnotatedObject
- getDevelopment() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- getDocument() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
-
Returns the DOM document parsed from the XML file.
- getDocumentElement() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
-
Returns the root document element.
- getELContext() - Method in class org.springframework.faces.webflow.FlowFacesContext
- getELContext(Object) - Method in class org.springframework.binding.expression.el.DefaultElContextFactory
- getELContext(Object) - Method in interface org.springframework.binding.expression.el.ELContextFactory
-
Configures and returns an
ELContext
to be used in evaluating EL expressions on the given base target object. - getELResolver() - Method in class org.springframework.binding.expression.el.DefaultELContext
- getElse() - Method in class org.springframework.webflow.engine.model.IfModel
- getEmbeddedMode() - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Returns true if the flow current flow execution was launched in embedded page mode.
- getEmbeddedMode() - Method in class org.springframework.webflow.test.MockRequestControlContext
- getEncodingScheme(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
- getEndActionList() - Method in class org.springframework.webflow.engine.Flow
-
Returns the list of actions executed by this flow when an execution of the flow ends.
- getEntityResolver() - Method in class org.springframework.webflow.engine.model.builder.xml.DefaultDocumentLoader
-
Returns the SAX entity resolver used by the XML parser.
- getEntryActionList() - Method in class org.springframework.webflow.engine.State
-
Returns the list of actions executed by this state when it is entered.
- getErrorCause() - Method in interface org.springframework.binding.mapping.MappingResult
-
Get the cause of the error result
- getErrorCause() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
- getErrorCause() - Method in class org.springframework.binding.mapping.results.RequiredError
- getErrorCause() - Method in class org.springframework.binding.mapping.results.SourceAccessError
- getErrorCause() - Method in class org.springframework.binding.mapping.results.Success
- getErrorCause() - Method in class org.springframework.binding.mapping.results.TargetAccessError
- getErrorCause() - Method in class org.springframework.binding.mapping.results.TypeConversionError
- getErrorEventId() - Method in class org.springframework.webflow.action.EventFactorySupport
- getErrorResults() - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
- getErrorResults() - Method in interface org.springframework.binding.mapping.MappingResults
-
A list of all error results that occurred.
- getEvaluationContextType() - Method in interface org.springframework.binding.expression.ParserContext
-
Returns the type of context object the parsed expression will evaluate in.
- getEvaluationContextType() - Method in class org.springframework.binding.expression.support.FluentParserContext
- getEvaluationContextType() - Method in class org.springframework.binding.expression.support.NullParserContext
- getEvaluationContextType() - Method in class org.springframework.binding.expression.support.SimpleParserContext
- getEvent() - Method in exception org.springframework.webflow.engine.NoMatchingTransitionException
-
Returns the event for the current request that did not trigger any supported transition.
- getEventFactorySupport() - Method in class org.springframework.webflow.action.AbstractAction
-
Returns the helper delegate for creating action execution result events.
- getEventId() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Returns the id of the user event being processed.
- getEventId() - Method in class org.springframework.webflow.mvc.view.ViewActionStateHolder
- getExceptionAttributeName() - Method in class org.springframework.webflow.action.EventFactorySupport
- getExceptionHandlers() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
- getExceptionHandlers() - Method in class org.springframework.webflow.engine.model.FlowModel
- getExceptionHandlerSet() - Method in class org.springframework.webflow.engine.Flow
-
Returns the set of exception handlers, allowing manipulation of how exceptions are handled when thrown during flow execution.
- getExceptionHandlerSet() - Method in class org.springframework.webflow.engine.State
-
Returns a mutable set of exception handlers, allowing manipulation of how exceptions are handled when thrown within this state.
- getExecutionCriteria() - Method in class org.springframework.webflow.engine.Transition
-
Returns the criteria that determine whether or not this transition, once matched, should complete execution or should roll back.
- getExecutionFactory() - Method in class org.springframework.webflow.executor.FlowExecutorImpl
-
Returns the abstract factory used to create new executions of a flow.
- getExecutionId() - Method in class org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
-
Returns the execution id part of this key.
- getExecutionRepository() - Method in class org.springframework.webflow.executor.FlowExecutorImpl
-
Returns the repository used to save, update, and load existing flow executions to/from a persistent store.
- getExitActionList() - Method in class org.springframework.webflow.engine.TransitionableState
-
Returns the list of actions executed by this state when it is exited.
- getExpectedEvaluationResultType() - Method in interface org.springframework.binding.expression.ParserContext
-
Returns the expected type of object returned from evaluating the parsed expression.
- getExpectedEvaluationResultType() - Method in class org.springframework.binding.expression.support.FluentParserContext
- getExpectedEvaluationResultType() - Method in class org.springframework.binding.expression.support.NullParserContext
- getExpectedEvaluationResultType() - Method in class org.springframework.binding.expression.support.SimpleParserContext
- getExpectedFormat() - Method in exception org.springframework.binding.convert.converters.InvalidFormatException
-
Returns the expected format.
- getExpression() - Method in class org.springframework.webflow.engine.model.EvaluateModel
- getExpressionParser() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns the expression parser for parsing expression strings.
- getExpressionParser() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
- getExpressionParser() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- getExpressionParser() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Returns the EL parser to be used for data binding purposes.
- getExpressionPrefix() - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
-
Returns the configured expression delimiter prefix.
- getExpressionString() - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
- getExpressionString() - Method in class org.springframework.binding.expression.el.ELExpression
- getExpressionString() - Method in exception org.springframework.binding.expression.EvaluationException
-
The string form of the expression that failed to evaluate against an instance of the the context class.
- getExpressionString() - Method in interface org.springframework.binding.expression.Expression
-
Returns the original string used to create this expression, unmodified.
- getExpressionString() - Method in exception org.springframework.binding.expression.ParserException
-
Returns the expression string that could not be parsed.
- getExpressionString() - Method in class org.springframework.binding.expression.spel.SpringELExpression
- getExpressionString() - Method in class org.springframework.binding.expression.support.AbstractGetValueExpression
- getExpressionString() - Method in class org.springframework.binding.expression.support.CollectionAddingExpression
- getExpressionString() - Method in class org.springframework.binding.expression.support.CompositeStringExpression
- getExpressionString() - Method in class org.springframework.binding.expression.support.LiteralExpression
- getExpressionString() - Method in class org.springframework.binding.expression.support.StaticExpression
- getExpressionSuffix() - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
-
Returns the expression delimiter suffix.
- getExpressionVariables() - Method in interface org.springframework.binding.expression.ParserContext
-
Returns additional expression variables or aliases that can be referenced during expression evaluation.
- getExpressionVariables() - Method in class org.springframework.binding.expression.support.FluentParserContext
- getExpressionVariables() - Method in class org.springframework.binding.expression.support.NullParserContext
- getExpressionVariables() - Method in class org.springframework.binding.expression.support.SimpleParserContext
- getExternalContext() - Method in class org.springframework.faces.webflow.FlowFacesContext
- getExternalContext() - Static method in class org.springframework.webflow.context.ExternalContextHolder
-
Return the ExternalContext associated with the current thread, if any.
- getExternalContext() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the external client context that originated (or triggered) this request.
- getExternalContext() - Method in class org.springframework.webflow.test.MockRequestContext
- getExternalRedirectRequested() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the flag indicating if an external redirect response has been requested by the flow.
- getExternalRedirectRequested() - Method in class org.springframework.webflow.test.MockExternalContext
-
Returns the flag indicating if an external redirect response has been requested by the flow.
- getExternalRedirectUrl() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the URL to redirect to.
- getExternalRedirectUrl() - Method in class org.springframework.webflow.test.MockExternalContext
-
Returns the URL to redirect to.
- getFacesContext(Object, Object, Object) - Method in class org.springframework.faces.webflow.FacesContextHelper
-
Returns a faces context that can be used outside of Web Flow.
- getFacesMessage() - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ActionMethodELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
- getFeatureDescriptors(ELContext, Object) - Method in class org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver
- getFieldError(String) - Method in class org.springframework.webflow.mvc.view.BindingModel
- getFieldErrors() - Method in class org.springframework.binding.message.MessageContextErrors
- getFieldErrors() - Method in class org.springframework.webflow.mvc.view.BindingModel
- getFieldErrors(String) - Method in class org.springframework.webflow.mvc.view.BindingModel
- getFieldMarkerPrefix() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Returns the prefix that can be used for parameters that mark potentially empty fields.
- getFieldType(String) - Method in class org.springframework.webflow.mvc.view.BindingModel
- getFieldValue(String) - Method in class org.springframework.binding.message.MessageContextErrors
- getFieldValue(String) - Method in class org.springframework.webflow.mvc.view.BindingModel
- getFlashScope() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- getFlashScope() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
-
Returns a mutable map for data held in "flash scope".
- getFlashScope() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns a mutable map for accessing and/or setting attributes in flash scope.
- getFlashScope() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
- getFlashScope() - Method in class org.springframework.webflow.test.MockRequestContext
- getFlow() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
-
Get the fully constructed and configured Flow object.
- getFlow() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
- getFlow() - Method in class org.springframework.webflow.engine.State
-
Returns the owning flow.
- getFlow() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Returns the flow definition being tested as a
Flow
implementation. - getFlowArtifactFactory() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns the factory for core flow artifacts such as Flow and State.
- getFlowArtifactFactory() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
- getFlowArtifactFactory() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- getFlowAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the attribute in flow scope.
- getFlowAttributes() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns externally configured attributes to assign to the flow definition being built.
- getFlowAttributes() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
- getFlowBuilder() - Method in class org.springframework.webflow.engine.builder.FlowAssembler
-
Returns the flow builder strategy used to construct the flow from its component parts.
- getFlowBuilderContext() - Method in class org.springframework.webflow.engine.builder.FlowAssembler
-
Returns the flow builder context.
- getFlowBuilderServices() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
- getFlowBuilderServicesBuilder() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
Return a builder for creating a
FlowBuilderServices
instance. - getFlowBuilderServicesBuilder() - Method in class org.springframework.webflow.config.AbstractFlowConfiguration
-
Return a builder for creating a
FlowBuilderServices
instance. - getFlowDefinition() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionHolder
-
Returns the flow definition held by this holder.
- getFlowDefinition() - Method in class org.springframework.webflow.engine.builder.DefaultFlowHolder
- getFlowDefinition() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
- getFlowDefinition() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the flow definition to be tested.
- getFlowDefinition(String) - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionLocator
-
Lookup the flow definition with the specified id.
- getFlowDefinition(String) - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
- getFlowDefinitionCount() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistry
-
Returns the number of flow definitions registered in this registry.
- getFlowDefinitionCount() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
- getFlowDefinitionId() - Method in exception org.springframework.webflow.definition.registry.FlowDefinitionConstructionException
-
Returns the id of the flow definition that could not be constructed.
- getFlowDefinitionId() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionHolder
-
Returns the
id
of the flow definition held by this holder. - getFlowDefinitionId() - Method in exception org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException
-
Returns the id of the flow definition that could not be found.
- getFlowDefinitionId() - Method in class org.springframework.webflow.engine.builder.DefaultFlowHolder
- getFlowDefinitionIds() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistry
-
Returns the ids of the flows registered in this registry.
- getFlowDefinitionIds() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
- getFlowDefinitionLocator() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns the locator for locating dependent flows (subflows).
- getFlowDefinitionLocator() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
- getFlowDefinitionRedirectRequested() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the flag indicating if a flow definition redirect response has been requested by the flow.
- getFlowDefinitionRedirectRequested() - Method in class org.springframework.webflow.test.MockExternalContext
-
Returns the flag indicating if a flow definition redirect response has been requested by the flow.
- getFlowDefinitionRegistry() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Returns a reference to the flow definition registry used by the flow being tested to load subflows.
- getFlowDefinitionRegistryBuilder() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
Return a builder for creating a
FlowDefinitionRegistry
instance. - getFlowDefinitionRegistryBuilder() - Method in class org.springframework.webflow.config.AbstractFlowConfiguration
-
Return a builder for creating a
FlowDefinitionRegistry
instance. - getFlowDefinitionRegistryBuilder(FlowBuilderServices) - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
Return a builder for creating a
FlowDefinitionRegistry
instance. - getFlowDefinitionRegistryBuilder(FlowBuilderServices) - Method in class org.springframework.webflow.config.AbstractFlowConfiguration
-
Return a builder for creating a
FlowDefinitionRegistry
instance. - getFlowDefinitionResourceString() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionHolder
-
Returns a descriptive string that identifies the source of this FlowDefinition.
- getFlowDefinitionResourceString() - Method in class org.springframework.webflow.engine.builder.DefaultFlowHolder
- getFlowEvent() - Method in class org.springframework.faces.webflow.JsfView
- getFlowEvent() - Method in interface org.springframework.webflow.execution.View
-
Get the flow event the current state should handle.
- getFlowEvent() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
- getFlowExecution() - Method in exception org.springframework.webflow.execution.repository.snapshot.SnapshotCreationException
-
Returns the flow execution that could not be snapshotted.
- getFlowExecution() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the flow execution being tested.
- getFlowExecution(FlowExecutionKey) - Method in interface org.springframework.webflow.execution.repository.FlowExecutionRepository
-
Return the
FlowExecution
indexed by the provided key. - getFlowExecution(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
- getFlowExecution(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
- getFlowExecutionContext() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns contextual information about the flow execution itself.
- getFlowExecutionContext() - Method in class org.springframework.webflow.test.MockRequestContext
- getFlowExecutionData() - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
-
Return the flow execution data in its raw byte[] form.
- getFlowExecutionFactory() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Gets the factory that will create the flow execution to test.
- getFlowExecutionKey() - Method in exception org.springframework.webflow.execution.repository.FlowExecutionAccessException
-
Returns key of the flow execution that could not be accessed.
- getFlowExecutionKey(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
- getFlowExecutionKey(HttpServletRequest) - Method in interface org.springframework.webflow.context.servlet.FlowUrlHandler
-
Extract the flow execution from the request.
- getFlowExecutionKey(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.WebFlow1FlowUrlHandler
- getFlowExecutionOutcome() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the flow execution outcome that was reached.
- getFlowExecutionRedirectRequested() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the flag indicating if a flow execution redirect response has been requested by the flow.
- getFlowExecutionRedirectRequested() - Method in class org.springframework.webflow.test.MockExternalContext
-
Returns the flag indicating if a flow execution redirect response has been requested by the flow.
- getFlowExecutionUrl() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the URL of this flow execution.
- getFlowExecutionUrl() - Method in class org.springframework.webflow.test.MockRequestContext
- getFlowExecutionUrl(String, String) - Method in interface org.springframework.webflow.context.ExternalContext
-
Get a flow execution URL for the execution with the provided key.
- getFlowExecutionUrl(String, String) - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- getFlowExecutionUrl(String, String) - Method in class org.springframework.webflow.test.MockExternalContext
- getFlowExecutor() - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Returns the central service for executing flows.
- getFlowExecutor() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Returns the central service for executing flows.
- getFlowExecutorBuilder(FlowDefinitionLocator) - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
-
Return a builder for creating a
FlowExecutor
instance. - getFlowExecutorBuilder(FlowDefinitionLocator) - Method in class org.springframework.webflow.config.AbstractFlowConfiguration
-
Return a builder for creating a
FlowExecutor
instance. - getFlowHandlerAdapter() - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Returns the flow handler adapter which this Controller uses internally to carry out handler workflow.
- getFlowId() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns an externally configured flow definition identifier to assign to the flow being built.
- getFlowId() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
- getFlowId() - Method in exception org.springframework.webflow.execution.FlowExecutionException
-
Returns the id of the flow definition that was executing when this exception occured.
- getFlowId() - Method in class org.springframework.webflow.executor.FlowExecutionResult
-
Returns the flow definition that completed execution.
- getFlowId() - Method in class org.springframework.webflow.mvc.servlet.AbstractFlowHandler
- getFlowId() - Method in interface org.springframework.webflow.mvc.servlet.FlowHandler
-
Returns the id of the flow handled by this handler.
- getFlowId(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
- getFlowId(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.FilenameFlowUrlHandler
- getFlowId(HttpServletRequest) - Method in interface org.springframework.webflow.context.servlet.FlowUrlHandler
-
Extract the flow id from the request.
- getFlowId(HttpServletRequest) - Method in class org.springframework.webflow.context.servlet.WebFlow1FlowUrlHandler
- getFlowId(Resource) - Method in class org.springframework.webflow.config.FlowDefinitionResourceFactory
-
Obtains the flow id from the flow resource.
- getFlowModel() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
- getFlowModel() - Method in class org.springframework.webflow.engine.model.builder.DefaultFlowModelHolder
- getFlowModel() - Method in interface org.springframework.webflow.engine.model.builder.FlowModelBuilder
-
Get the fully constructed flow model.
- getFlowModel() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
- getFlowModel() - Method in interface org.springframework.webflow.engine.model.registry.FlowModelHolder
-
Returns the flow model held by this holder.
- getFlowModel(String) - Method in interface org.springframework.webflow.engine.model.registry.FlowModelLocator
-
Lookup the flow model with the specified id.
- getFlowModel(String) - Method in class org.springframework.webflow.engine.model.registry.FlowModelRegistryImpl
- getFlowModelHolder() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
Return the
FlowModelHolder
that holds the Flow model. - getFlowModelHolder(String) - Method in interface org.springframework.webflow.engine.model.registry.FlowModelHolderLocator
-
Lookup the FlowModelHolder with the specified id.
- getFlowModelHolder(String) - Method in class org.springframework.webflow.engine.model.registry.FlowModelRegistryImpl
- getFlowModelId() - Method in exception org.springframework.webflow.engine.model.registry.NoSuchFlowModelException
-
Returns the id of the flow model that could not be found.
- getFlowModelResource() - Method in class org.springframework.webflow.engine.model.builder.DefaultFlowModelHolder
- getFlowModelResource() - Method in interface org.springframework.webflow.engine.model.builder.FlowModelBuilder
-
Get the underlying flow model resource accessed to build this flow model.
- getFlowModelResource() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
- getFlowModelResource() - Method in interface org.springframework.webflow.engine.model.registry.FlowModelHolder
-
Returns the underlying resource defining the flow model.
- getFlowRedirectFlowId() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the id of the flow definition to redirect to.
- getFlowRedirectFlowId() - Method in class org.springframework.webflow.test.MockExternalContext
-
Returns the id of the flow definition to redirect to.
- getFlowRedirectFlowInput() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the input to pass the flow definition through the redirect.
- getFlowRedirectFlowInput() - Method in class org.springframework.webflow.test.MockExternalContext
-
Returns the input to pass the flow definition through the redirect.
- getFlowRegistry() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
-
Returns the registry of flows to query when this mapping is tested.
- getFlowResourceString() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
-
Returns a string describing the location of the flow resource; the logical location where the source code can be found.
- getFlowResourceString() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
- getFlowResourceString() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
- getFlowScope() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns a mutable map for accessing and/or setting attributes in flow scope.
- getFlowScope() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns flow scope.
- getFlowScope() - Method in class org.springframework.webflow.test.MockRequestContext
- getFlowUrlHandler() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the configured flow url handler.
- getFlowUrlHandler() - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Returns the configured flow url handler.
- getFlowUrlHandler() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Returns the flow url handler.
- getFlowUrlHandler() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
-
Returns the configured flow url handler.
- getFormat() - Method in exception org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException
-
Returns the format the key should have been in.
- getFormat() - Static method in class org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
-
Returns a string description of the format of this key.
- getFormErrors(String, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Gets the form object
Errors
tracker from the context, using the specified form object name. - getFormErrors(RequestContext) - Method in class org.springframework.webflow.action.FormAction
-
Convenience method that returns the form object errors for this form action.
- getFormErrorsScope() - Method in class org.springframework.webflow.action.FormAction
-
Get the scope in which the Errors object will be placed.
- getFormObject(String, Class<?>, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Gets the form object from the context, using the specified name.
- getFormObject(String, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Gets the form object from the context, using the specified name.
- getFormObject(RequestContext) - Method in class org.springframework.webflow.action.FormAction
-
Convenience method that returns the form object for this form action.
- getFormObjectAccessor(RequestContext) - Method in class org.springframework.webflow.action.FormAction
-
Factory method that returns a new form object accessor for accessing form objects in the provided request context.
- getFormObjectClass() - Method in class org.springframework.webflow.action.FormAction
-
Return the form object class for this action.
- getFormObjectName() - Method in class org.springframework.webflow.action.FormAction
-
Return the name of the form object in the configured scope.
- getFormObjectScope() - Method in class org.springframework.webflow.action.FormAction
-
Get the scope in which the form object will be placed.
- getFragments() - Method in class org.springframework.webflow.engine.model.RenderModel
- getFunctionMapper() - Method in class org.springframework.binding.expression.el.DefaultELContext
- getGlobalErrors() - Method in class org.springframework.binding.message.MessageContextErrors
- getGlobalErrors() - Method in class org.springframework.webflow.mvc.view.BindingModel
- getGlobalSessionMap() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the global external session map, providing a storage for data globally accross the user session and accessible to both internal and external SWF artifacts.
- getGlobalSessionMap() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- getGlobalSessionMap() - Method in class org.springframework.webflow.test.MockExternalContext
- getGlobalTransition(String) - Method in class org.springframework.webflow.engine.Flow
-
Returns the transition that matches the event with the provided id.
- getGlobalTransitions() - Method in class org.springframework.webflow.engine.model.FlowModel
- getGlobalTransitionSet() - Method in class org.springframework.webflow.engine.Flow
-
Returns the set of transitions eligible for execution by this flow if no state-level transition is matched.
- getHandlerInternal(HttpServletRequest) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
- getHistory() - Method in class org.springframework.webflow.engine.model.TransitionModel
- getHosts() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Return the configured hosts associated with the application.
- getId() - Method in class org.springframework.webflow.config.FlowDefinitionResource
-
Returns the identifier to be assigned to the flow definition.
- getId() - Method in interface org.springframework.webflow.conversation.Conversation
-
Returns the unique id assigned to this conversation.
- getId() - Method in class org.springframework.webflow.conversation.impl.ContainedConversation
- getId() - Method in interface org.springframework.webflow.definition.FlowDefinition
-
Returns the unique id of this flow.
- getId() - Method in interface org.springframework.webflow.definition.StateDefinition
-
Returns this state's identifier, locally unique to is containing flow definition.
- getId() - Method in interface org.springframework.webflow.definition.TransitionDefinition
-
The identifier of this transition.
- getId() - Method in class org.springframework.webflow.engine.Flow
- getId() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
- getId() - Method in class org.springframework.webflow.engine.State
- getId() - Method in class org.springframework.webflow.engine.Transition
- getId() - Method in class org.springframework.webflow.execution.Event
-
Returns the event identifier.
- getId() - Method in class org.springframework.webflow.execution.FlowExecutionOutcome
-
Return the outcome identifier.
- getIfs() - Method in class org.springframework.webflow.engine.model.DecisionStateModel
- getInputMapper() - Method in class org.springframework.webflow.engine.Flow
-
Returns the configured flow input mapper, or null if none.
- getInputs() - Method in class org.springframework.webflow.engine.model.FlowModel
- getInputs() - Method in class org.springframework.webflow.engine.model.SubflowStateModel
- getInteger(Object) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns an integer value in the map, returning
null
if no value was found. - getInteger(Object, Integer) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns an integer value in the map, returning the defaultValue if no value was found.
- getInteger(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns an integer attribute value in the map, returning
null
if no value was found. - getInteger(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getInteger(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getInteger(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Returns an integer parameter value in the map, returning
null
if no value was found. - getInteger(String, Integer) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns an integer attribute value in the map, returning the default value if no value was found.
- getInteger(String, Integer) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getInteger(String, Integer) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getInteger(String, Integer) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Returns an integer parameter value in the map, returning the defaultValue if no value was found.
- getInvalidKey() - Method in exception org.springframework.webflow.execution.repository.BadlyFormattedFlowExecutionKeyException
-
Returns the string key of the flow execution that could not be parsed.
- getInvalidValue() - Method in exception org.springframework.binding.convert.converters.InvalidFormatException
-
Returns the invalid value.
- getKey() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- getKey() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
-
Returns the key assigned to this flow execution.
- getKey() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
- getKey(FlowExecution) - Method in interface org.springframework.webflow.execution.FlowExecutionKeyFactory
-
Get the key to assign to the flow execution.
- getKey(FlowExecution) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
- getKey(FlowExecution) - Method in class org.springframework.webflow.test.MockFlowExecutionKeyFactory
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
- getLenient() - Method in class org.springframework.binding.convert.converters.FormattedStringToNumber
-
If this Converter is "lenient" in parsing number strings.
- getListener() - Method in class org.springframework.webflow.context.web.HttpSessionMapBindingListener
-
Returns the wrapped listener.
- getListenerCriteria(String) - Method in class org.springframework.webflow.execution.factory.FlowExecutionListenerCriteriaFactory
- getListeners(FlowDefinition) - Method in class org.springframework.webflow.execution.factory.ConditionalFlowExecutionListenerLoader
-
Returns the array of flow execution listeners for specified flow.
- getListeners(FlowDefinition) - Method in interface org.springframework.webflow.execution.factory.FlowExecutionListenerLoader
-
Get the flow execution listeners that apply to the given flow definition.
- getListeners(FlowDefinition) - Method in class org.springframework.webflow.execution.factory.StaticFlowExecutionListenerLoader
- getLocalContext() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
- getLocale() - Method in class org.springframework.binding.convert.converters.StringToDate
-
The locale to use in formatting date values.
- getLocale() - Method in class org.springframework.binding.format.AbstractNumberFormatFactory
-
The locale to use in formatting number values.
- getLocale() - Method in interface org.springframework.webflow.context.ExternalContext
-
Returns the client locale.
- getLocale() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- getLocale() - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
- getLocale() - Method in class org.springframework.webflow.mvc.servlet.MvcExternalContext
- getLocale() - Method in class org.springframework.webflow.test.MockExternalContext
- getLock(FlowExecutionKey) - Method in interface org.springframework.webflow.execution.repository.FlowExecutionRepository
-
Return the lock for the flow execution, allowing for the lock to be acquired or released.
- getLock(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
- getLockTimeoutSeconds() - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
-
Returns the time period that can elapse before a timeout occurs on an attempt to acquire a conversation lock.
- getLong(Object) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a long value in the map, returning
null
if no value was found. - getLong(Object, Long) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a long value in the map, returning the defaultValue if no value was found.
- getLong(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a long attribute value in the map, returning
null
if no value was found. - getLong(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getLong(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getLong(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Returns a long parameter value in the map, returning
null
if no value was found. - getLong(String, Long) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a long attribute value in the map, returning the default value if no value was found.
- getLong(String, Long) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getLong(String, Long) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getLong(String, Long) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Returns a long parameter value in the map, returning the defaultValue if no value was found.
- getMapInternal() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
Returns the wrapped, modifiable map implementation.
- getMapInternal() - Method in class org.springframework.webflow.core.collection.LocalParameterMap
-
Returns the wrapped, modifiable map implementation.
- getMappedValue() - Method in interface org.springframework.binding.mapping.MappingResult
-
The actual value that was mapped to the target object.
- getMappedValue() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
- getMappedValue() - Method in class org.springframework.binding.mapping.results.RequiredError
- getMappedValue() - Method in class org.springframework.binding.mapping.results.SourceAccessError
- getMappedValue() - Method in class org.springframework.binding.mapping.results.Success
- getMappedValue() - Method in class org.springframework.binding.mapping.results.TargetAccessError
- getMappedValue() - Method in class org.springframework.binding.mapping.results.TypeConversionError
- getMapping() - Method in interface org.springframework.binding.mapping.MappingResult
-
The mapping that executed for which this result pertains to.
- getMapping() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
- getMappingResults() - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
-
Returns the mapping results recorded in this context.
- getMappingResults() - Method in exception org.springframework.webflow.engine.FlowAttributeMappingException
-
Returns the maping results containing errors that triggred this exception.
- getMappingResults() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Returns the results of binding to the view's model, if model binding has occurred.
- getMappingResults() - Method in class org.springframework.webflow.mvc.view.ViewActionStateHolder
- getMappings() - Method in class org.springframework.binding.mapping.impl.DefaultMapper
-
Returns this mapper's list of mappings.
- getMatch() - Method in class org.springframework.webflow.engine.model.SecuredModel
- getMatchingCriteria() - Method in class org.springframework.webflow.engine.Transition
-
Returns the criteria that determine whether or not this transition matches as eligible for execution.
- getMatchingTransition(String) - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the transition that would execute on the occurrence of the given event.
- getMatchingTransition(String) - Method in class org.springframework.webflow.test.MockRequestContext
- getMaxConversations() - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
-
Returns the maximum number of allowed concurrent conversations.
- 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.
- getMaxSnapshots() - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
-
Returns the max number of snapshots allowed per flow execution by this repository.
- getMessageCodesResolver() - Method in class org.springframework.webflow.action.FormAction
-
Return the strategy to use for resolving errors into message codes.
- getMessageContext() - Method in interface org.springframework.binding.validation.ValidationContext
-
A context for adding failure messages to display to the user directly.
- getMessageContext() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the message context of this request.
- getMessageContext() - Method in class org.springframework.webflow.test.MockRequestContext
- getMessageContext() - Method in class org.springframework.webflow.validation.DefaultValidationContext
- getMessageList() - Method in class org.springframework.faces.webflow.FlowFacesContext
-
Returns a List for all Messages in the current MessageContext that does translation to FacesMessages.
- getMessageList(String) - Method in class org.springframework.faces.webflow.FlowFacesContext
-
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.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.
- getMessagesByCriteria(MessageCriteria) - Method in class org.springframework.binding.message.DefaultMessageContext
- getMessagesByCriteria(MessageCriteria) - Method in interface org.springframework.binding.message.MessageContext
-
Get all messages that meet the given result criteria.
- getMessagesBySource(Object) - Method in class org.springframework.binding.message.DefaultMessageContext
- getMessagesBySource(Object) - Method in interface org.springframework.binding.message.MessageContext
-
Get all messages in this context for the source provided.
- getMessageSource() - Method in class org.springframework.binding.message.DefaultMessageContext
- getMessageSource() - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
- getMethod() - Method in class org.springframework.binding.method.MethodKey
-
Returns the keyed method, resolving it if necessary via reflection.
- getMethod() - Method in class org.springframework.webflow.execution.AnnotatedAction
-
Returns the name of the action method to invoke when the target action is executed.
- getMethodKey() - Method in exception org.springframework.binding.method.InvalidMethodKeyException
-
Returns the invalid method key.
- getMethodName() - Method in class org.springframework.binding.method.MethodKey
-
Returns the method name.
- getMethodName() - Method in class org.springframework.binding.method.MethodSignature
-
Returns the method name.
- getMethodResolver() - Method in class org.springframework.webflow.action.MultiAction
-
Get the strategy used to resolve action execution method names.
- getMethodSignature() - Method in exception org.springframework.binding.method.MethodInvocationException
-
Returns the invoked method's signature.
- getMockActiveSession() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
Returns the mock active flow session.
- getMockExternalContext() - Method in class org.springframework.webflow.test.MockRequestContext
-
Returns the external context as a
MockExternalContext
. - getMockFlowExecutionContext() - Method in class org.springframework.webflow.test.MockRequestContext
-
Returns the flow execution context as a
MockFlowExecutionContext
. - getMockRequestParameterMap() - Method in class org.springframework.webflow.test.MockExternalContext
-
Returns the request parameter map as a
MockParameterMap
for convenient access in a unit test. - getMockResponseWriter() - Method in class org.springframework.webflow.test.MockExternalContext
-
Returns the implementation of this mock context's response writer.
- getModel() - Method in class org.springframework.webflow.engine.model.ViewStateModel
- getModel() - Method in class org.springframework.webflow.mvc.view.BindingModel
- getModelResources(FlowDefinitionResourceFactory) - Method in class org.springframework.webflow.test.execution.AbstractXmlFlowExecutionTests
-
Template method subclasses may override to return pointers to "flow model resources" needed to build the definition of the flow being tested.
- getMultipartFile(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getMultipartFile(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get a multi-part file parameter value, returning
null
if no value is found. - getMutex() - Method in interface org.springframework.binding.collection.SharedMap
-
Returns the shared mutex that may be synchronized on using a synchronized block.
- getMutex() - Method in class org.springframework.binding.collection.SharedMapDecorator
- getMutex() - Method in class org.springframework.webflow.context.servlet.HttpServletContextMap
- getMutex() - Method in class org.springframework.webflow.context.servlet.HttpSessionMap
- getMutex() - Method in class org.springframework.webflow.core.collection.LocalSharedAttributeMap
- getMutex() - Method in interface org.springframework.webflow.core.collection.SharedAttributeMap
-
Returns the shared map's mutex, which may be synchronized on to block access to the map by other threads.
- getName() - Method in class org.springframework.binding.expression.ExpressionVariable
-
Returns the variable name.
- getName() - Method in class org.springframework.binding.method.Parameter
-
Returns the parameter name.
- getName() - Method in class org.springframework.webflow.conversation.ConversationParameters
-
Returns the name of the conversation.
- getName() - Method in class org.springframework.webflow.engine.FlowVariable
-
Returns the name of this variable.
- getName() - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
- getName() - Method in class org.springframework.webflow.engine.model.AttributeModel
- getName() - Method in class org.springframework.webflow.engine.model.SetModel
- getName() - Method in class org.springframework.webflow.engine.model.VarModel
- getName() - Method in class org.springframework.webflow.engine.ViewVariable
-
Returns the name of this view variable.
- getName() - Method in class org.springframework.webflow.execution.AnnotatedAction
-
Returns the name of a named action, or
null
if the action is unnamed. - getNativeContext() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the context object for the current environment.
- getNativeContext() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- getNativeContext() - Method in class org.springframework.webflow.test.MockExternalContext
- getNativeRequest() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the request object for the current environment.
- getNativeRequest() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- getNativeRequest() - Method in class org.springframework.webflow.test.MockExternalContext
- getNativeResponse() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the response object for the current environment.
- getNativeResponse() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- getNativeResponse() - Method in class org.springframework.webflow.test.MockExternalContext
- getNoEventId() - Method in class org.springframework.webflow.action.EventFactorySupport
- getNullEventId() - Method in class org.springframework.webflow.action.EventFactorySupport
- getNumber(Object, Class<T>) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a number value in the map that is of the specified type, returning
null
if no value was found. - getNumber(Object, Class<T>, T) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a number attribute value in the map of the specified type, returning the defaultValue if no value was found.
- getNumber(String, Class<T>) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a number attribute value in the map that is of the specified type, returning
null
if no value was found. - getNumber(String, Class<T>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getNumber(String, Class<T>) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getNumber(String, Class<T>) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Returns a number parameter value in the map that is of the specified type, returning
null
if no value was found. - getNumber(String, Class<T>, T) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a number attribute value in the map of the specified type, returning the default value if no value was found.
- getNumber(String, Class<T>, T) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getNumber(String, Class<T>, T) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getNumber(String, Class<T>, T) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Returns a number parameter value in the map of the specified type, returning the defaultValue if no value was found.
- getNumberFormat() - Method in class org.springframework.binding.format.AbstractNumberFormatFactory
- getNumberFormat() - Method in interface org.springframework.binding.format.NumberFormatFactory
-
Factory method that returns a fully-configured
NumberFormat
instance to use to format an object for display. - getNumberFormat(Locale) - Method in class org.springframework.binding.format.AbstractNumberFormatFactory
-
Subclasses should override to create the new NumberFormat instance.
- getNumberFormat(Locale) - Method in class org.springframework.binding.format.CurrencyNumberFormatFactory
- getNumberFormat(Locale) - Method in class org.springframework.binding.format.DefaultNumberFormatFactory
- getNumberFormat(Locale) - Method in class org.springframework.binding.format.IntegerNumberFormatFactory
- getNumberFormat(Locale) - Method in class org.springframework.binding.format.PercentNumberFormatFactory
- getObjectName() - Method in class org.springframework.binding.message.MessageContextErrors
- getObjectName() - Method in class org.springframework.webflow.mvc.view.BindingModel
- getOn() - Method in class org.springframework.webflow.engine.model.TransitionModel
- getOnEndActions() - Method in class org.springframework.webflow.engine.model.FlowModel
- getOnEntryActions() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
- getOnException() - Method in class org.springframework.webflow.engine.model.TransitionModel
- getOnExitActions() - Method in class org.springframework.webflow.engine.model.AbstractTransitionableStateModel
- getOnExitActions() - Method in class org.springframework.webflow.engine.model.DecisionStateModel
- getOnRenderActions() - Method in class org.springframework.webflow.engine.model.ViewStateModel
- getOnStartActions() - Method in class org.springframework.webflow.engine.model.FlowModel
- getOrder() - Method in class org.springframework.webflow.scope.ScopeRegistrar
- getOriginalValue() - Method in interface org.springframework.binding.mapping.MappingResult
-
The original value of the source object that was to be mapped.
- getOriginalValue() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
- getOriginalValue() - Method in class org.springframework.binding.mapping.results.RequiredError
- getOriginalValue() - Method in class org.springframework.binding.mapping.results.SourceAccessError
- getOriginalValue() - Method in class org.springframework.binding.mapping.results.Success
- getOriginalValue() - Method in class org.springframework.binding.mapping.results.TargetAccessError
- getOriginalValue() - Method in class org.springframework.binding.mapping.results.TypeConversionError
- getOutcome() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- getOutcome() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
-
Returns the outcome reached by this execution, or null if this execution has not yet ended.
- getOutcome() - Method in class org.springframework.webflow.executor.FlowExecutionResult
-
Returns the flow execution outcome when an ended result.
- getOutcome() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
- getOutput() - Method in class org.springframework.webflow.execution.FlowExecutionOutcome
-
Returns the output returned by the flow execution.
- getOutputMapper() - Method in class org.springframework.webflow.engine.Flow
-
Returns the configured flow output mapper, or null if none.
- getOutputs() - Method in class org.springframework.webflow.engine.model.EndStateModel
- getOutputs() - Method in class org.springframework.webflow.engine.model.FlowModel
- getOutputs() - Method in class org.springframework.webflow.engine.model.SubflowStateModel
- getOwner() - Method in interface org.springframework.webflow.definition.StateDefinition
-
Returns the flow definition this state belongs to.
- getOwner() - Method in class org.springframework.webflow.engine.State
- getParameter(int) - Method in class org.springframework.binding.method.Parameters
-
Return the parameter at the provided index.
- getParameters() - Method in class org.springframework.binding.method.MethodSignature
-
Returns the method parameters.
- getParameterTypes() - Method in class org.springframework.binding.method.MethodKey
-
Returns the method parameter types.
- getParent() - Method in class org.springframework.binding.convert.service.GenericConversionService
-
Returns the parent of this conversion service.
- getParent() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistry
-
Returns this registry's parent registry.
- getParent() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
- getParent() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
- getParent() - Method in class org.springframework.webflow.engine.model.FlowModel
- getParent() - Method in interface org.springframework.webflow.execution.FlowSession
-
Returns the parent flow session in the current flow execution, or
null
if there is no parent flow session. - getParent() - Method in class org.springframework.webflow.test.MockFlowSession
- getParserContext() - Method in class org.springframework.binding.expression.ExpressionVariable
-
Returns the parser context to use to parse the variable's value expression.
- getPartialViewContext() - Method in class org.springframework.faces.webflow.FlowFacesContext
- getPath() - Method in class org.springframework.webflow.config.FlowDefinitionResource
-
Returns the path to the flow definition resource.
- getPattern() - Method in class org.springframework.binding.convert.converters.StringToDate
-
The pattern to use to format date values.
- getPattern() - Method in class org.springframework.binding.format.DefaultNumberFormatFactory
-
The pattern to use to format number values.
- getPausedKey() - Method in class org.springframework.webflow.executor.FlowExecutionResult
-
Returns the key needed to resume the flow execution when a paused result.
- getPersistenceContext() - Method in class org.springframework.webflow.engine.model.FlowModel
- getPhaseId() - Method in class org.springframework.faces.support.RequestLoggingPhaseListener
- getPhaseListeners() - Method in class org.springframework.faces.support.LifecycleWrapper
- getPopup() - Method in class org.springframework.webflow.engine.model.ViewStateModel
- getPopup() - Method in class org.springframework.webflow.engine.ViewState
-
Returns whether this view state should render as a popup.
- getPossibleOutcomes() - Method in interface org.springframework.webflow.definition.FlowDefinition
-
Returns the outcomes that are possible for this flow to reach.
- getPossibleOutcomes() - Method in class org.springframework.webflow.engine.Flow
- getPrefix() - Method in class org.springframework.webflow.validation.WebFlowMessageCodesResolver
-
Return the prefix to be applied to any code built by this resolver.
- getProperty() - Method in class org.springframework.webflow.engine.builder.BinderConfiguration.Binding
-
The name of the bound property.
- getProperty() - Method in class org.springframework.webflow.engine.model.BindingModel
- getPropertyEditorRegistrar() - Method in class org.springframework.webflow.action.FormAction
-
Get the property editor registration strategy for this action's data binders.
- getPropertyEditorRegistry() - Method in class org.springframework.webflow.mvc.view.BindingModel
- getRawFieldValue(String) - Method in class org.springframework.webflow.mvc.view.BindingModel
- getRedirect() - Method in class org.springframework.webflow.engine.model.ViewStateModel
- getRedirect() - Method in class org.springframework.webflow.engine.ViewState
-
Returns whether this view state should request a flow execution redirect when entered.
- getRedirectHttp10Compatible() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Whether redirect sent by this handler adapter should be compatible with HTTP 1.0 clients.
- getRedirectInPopup() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
If a redirect response has been requested, indicates if the redirect should be issued from a popup dialog.
- getRedirectInPopup() - Method in class org.springframework.webflow.test.MockExternalContext
-
If a redirect response has been requested, indicates if the redirect should be issued from a popup dialog.
- getRedirectInSameState() - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Returns the value of the 'redirect in same state' flow execution attribute if set or otherwise it falls back on the value returned by
RequestControlContext.getRedirectOnPause()
. - getRedirectInSameState() - Method in class org.springframework.webflow.test.MockRequestControlContext
- getRedirectOnPause() - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Returns true if the 'redirect on pause' flow execution attribute is set to true, false otherwise.
- getRedirectOnPause() - Method in class org.springframework.webflow.test.MockRequestControlContext
- getRenderActionList() - Method in class org.springframework.webflow.engine.ViewState
-
Returns the list of actions executable by this view state on entry and on refresh.
- getRenderIds() - Method in class org.springframework.faces.webflow.FlowPartialViewContext
- getRenderResponse() - Method in class org.springframework.faces.webflow.FlowFacesContext
- getRequest() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
- getRequest() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the underlying HttpServletRequest.
- getRequestContext() - Static method in class org.springframework.webflow.execution.RequestContextHolder
-
Return the RequestContext associated with the current thread, if any.
- getRequestContext() - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
- getRequestContext() - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
- getRequestContext() - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
- getRequestContext() - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
- getRequestContext() - Method in class org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver
- getRequestContext() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Returns the current flow request context.
- getRequestMap() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the external request attribute map, providing a storage for data local to the current user request and accessible to both internal and external SWF artifacts.
- getRequestMap() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- getRequestMap() - Method in class org.springframework.webflow.test.MockExternalContext
- getRequestParameterMap() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the parameters associated with the user request that led to SWF being called.
- getRequestParameterMap() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- getRequestParameterMap() - Method in class org.springframework.webflow.test.MockExternalContext
- getRequestParameters() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns the immutable input parameters associated with this request into Spring Web Flow.
- getRequestParameters() - Method in class org.springframework.webflow.test.MockRequestContext
- getRequestScope() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns a mutable map for accessing and/or setting attributes in request scope.
- getRequestScope() - Method in class org.springframework.webflow.test.MockRequestContext
- getRequired() - Method in class org.springframework.webflow.engine.builder.BinderConfiguration.Binding
-
Whether a non-empty value is required for each binding attempt.
- getRequired() - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
- getRequired() - Method in class org.springframework.webflow.engine.model.BindingModel
- getRequired(Object) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a value in the map, throwing an exception if the attribute is not present and of the correct type.
- getRequired(Object, Class<T>) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns an value in the map, asserting it is present and of the required type.
- getRequired(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Get the value of a required attribute, throwing an exception of no attribute is found.
- getRequired(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getRequired(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getRequired(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get the value of a required parameter.
- getRequired(String, Class<T>) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Get the value of a required attribute and make sure it is of the required type.
- getRequired(String, Class<T>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getRequired(String, Class<T>) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getRequired(String, Class<T>) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get the value of a required parameter and convert it to the target type.
- getRequiredArray(Object, Class<? extends T[]>) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns an array value in the map, asserting it is of the required type if present and throwing an exception if not found.
- getRequiredArray(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getRequiredArray(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get a required multi-valued parameter value.
- getRequiredArray(String, Class<? extends T[]>) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns an array attribute value in the map, throwing an exception if the attribute is not present or not an array of the required type.
- getRequiredArray(String, Class<? extends T[]>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getRequiredArray(String, Class<T>) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getRequiredArray(String, Class<T>) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get a required multi-valued parameter value, converting each value to the target type.
- getRequiredBoolean(Object) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a boolean value in the map, throwing an exception if the value is not present and of the correct type.
- getRequiredBoolean(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a boolean attribute value in the map, throwing an exception if the attribute is not present and of the correct type.
- getRequiredBoolean(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getRequiredBoolean(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getRequiredBoolean(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Returns a boolean parameter value in the map, throwing an exception if the parameter is not present or could not be converted.
- getRequiredCollection(Object) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a collection value in the map, throwing an exception if not found.
- getRequiredCollection(Object, Class<T>) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a collection value in the map, asserting it is of the required type if present and throwing an exception if not found.
- getRequiredCollection(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a collection attribute value in the map, throwing an exception if the attribute is not present or not a collection.
- getRequiredCollection(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getRequiredCollection(String, Class<T>) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a collection attribute value in the map, throwing an exception if the attribute is not present or not a collection of the required type.
- getRequiredCollection(String, Class<T>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getRequiredConversationAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the required attribute in conversation scope; asserts the attribute is present.
- getRequiredConversationAttribute(String, Class<?>) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the required attribute in conversation scope; asserts the attribute is present and of the required type.
- getRequiredFlowAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the required attribute in flow scope; asserts the attribute is present.
- getRequiredFlowAttribute(String, Class<Object>) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the required attribute in flow scope; asserts the attribute is present and of the correct type.
- getRequiredInteger(Object) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns an integer value in the map, throwing an exception if the value is not present and of the correct type.
- getRequiredInteger(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns an integer attribute value in the map, throwing an exception if the attribute is not present and of the correct type.
- getRequiredInteger(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getRequiredInteger(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getRequiredInteger(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Returns an integer parameter value in the map, throwing an exception if the parameter is not present or could not be converted.
- getRequiredLong(Object) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a long value in the map, throwing an exception if the value is not present and of the correct type.
- getRequiredLong(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a long attribute value in the map, throwing an exception if the attribute is not present and of the correct type.
- getRequiredLong(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getRequiredLong(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getRequiredLong(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Returns a long parameter value in the map, throwing an exception if the parameter is not present or could not be converted.
- getRequiredMultipartFile(String) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getRequiredMultipartFile(String) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Get the value of a required multipart file parameter.
- getRequiredNumber(Object, Class<T>) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a number value in the map, throwing an exception if the attribute is not present and of the correct type.
- getRequiredNumber(String, Class<T>) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a number attribute value in the map, throwing an exception if the attribute is not present and of the correct type.
- getRequiredNumber(String, Class<T>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getRequiredNumber(String, Class<T>) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- getRequiredNumber(String, Class<T>) - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Returns a number parameter value in the map, throwing an exception if the parameter is not present or could not be converted.
- getRequiredRequestContext() - Method in class org.springframework.webflow.scope.AbstractWebFlowScope
- getRequiredString(Object) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a string value in the map, throwing an exception if the attribute is not present and of the correct type.
- getRequiredString(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a string attribute value in the map, throwing an exception if the attribute is not present and of the correct type.
- getRequiredString(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getRequiredTransition(RequestContext) - Method in class org.springframework.webflow.engine.ActionState
- getRequiredTransition(RequestContext) - Method in class org.springframework.webflow.engine.TransitionableState
-
Get a transition in this state for given flow execution request context.
- getRequiredViewAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the required attribute in view scope; asserts the attribute is present.
- getRequiredViewAttribute(String, Class<Object>) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the required attribute in view scope; asserts the attribute is present and of the correct type.
- getResource() - Method in class org.springframework.webflow.engine.model.BeanImportModel
- getResource(FlowDefinitionResourceFactory) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Get the resource defining the flow to be tested.
- getResourceFactory() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Returns the factory used to create pointers to externalized flow definition resources.
- getResponse() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
- getResponse() - Method in class org.springframework.faces.webflow.FlowExternalContext
- getResponse() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Returns the underlying HttpServletResponse.
- getResponseComplete() - Method in class org.springframework.faces.webflow.FlowFacesContext
- getResponseStateManager() - Method in class org.springframework.faces.webflow.FlowRenderKit
-
Returns an instance of
FlowResponseStateManager
in a JSF 2 environment or returns the delegates's ResponseStateManager instance otherwise. - getResponseWriter() - Method in interface org.springframework.webflow.context.ExternalContext
-
Get a writer for writing out a response.
- getResponseWriter() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- getResponseWriter() - Method in class org.springframework.webflow.test.MockExternalContext
- getResult() - Method in class org.springframework.webflow.engine.model.EvaluateModel
- getResultAttributeName() - Method in class org.springframework.webflow.action.EventFactorySupport
- getResults(MappingResultsCriteria) - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
- getResults(MappingResultsCriteria) - Method in interface org.springframework.binding.mapping.MappingResults
-
Get all results that meet the given result criteria.
- getResultType() - Method in class org.springframework.webflow.engine.model.EvaluateModel
- getRootFlow() - Method in class org.springframework.webflow.test.MockRequestContext
-
Returns the root flow definition for this request context.
- getSaveOutputToFlashScopeOnRedirect() - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Whether servlet relative redirects should pass
flow output
to the Spring MVCflash scope
. - getScope() - Method in interface org.springframework.webflow.execution.FlowSession
-
Return this session's local attributes; the basis for "flow scope" (flow session scope).
- getScope() - Method in class org.springframework.webflow.scope.AbstractWebFlowScope
-
Template method that returns the target scope map.
- getScope() - Method in class org.springframework.webflow.scope.ConversationScope
- getScope() - Method in class org.springframework.webflow.scope.FlashScope
- getScope() - Method in class org.springframework.webflow.scope.FlowScope
- getScope() - Method in class org.springframework.webflow.scope.RequestScope
- getScope() - Method in class org.springframework.webflow.scope.ViewScope
- getScope() - Method in class org.springframework.webflow.test.MockFlowSession
- getScope(RequestContext) - Method in enum class org.springframework.webflow.execution.ScopeType
-
Accessor that returns the mutable attribute map for this scope type for a given flow execution request context.
- getSecured() - Method in class org.springframework.webflow.engine.model.AbstractStateModel
- getSecured() - Method in class org.springframework.webflow.engine.model.FlowModel
- getSecured() - Method in class org.springframework.webflow.engine.model.TransitionModel
- 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.
- getServices() - Static method in class org.springframework.webflow.test.TestFlowBuilderServicesFactory
- getServletContext() - Method in class org.springframework.faces.security.FaceletsAuthorizeTag
- getSessionKey() - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
-
Returns the key this conversation manager uses to store conversation data in the session.
- getSessionMap() - Method in interface org.springframework.webflow.context.ExternalContext
-
Provides access to the external session map, providing a storage for data local to the current user session and accessible to both internal and external SWF artifacts.
- getSessionMap() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- getSessionMap() - Method in class org.springframework.webflow.context.web.HttpSessionMapBindingListener
-
Returns the session map containing the listener.
- getSessionMap() - Method in class org.springframework.webflow.test.MockExternalContext
- getSeverity() - Method in class org.springframework.binding.message.Message
-
The severity of this message.
- getSeverity() - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
- getSharedMap() - Method in class org.springframework.webflow.core.collection.LocalSharedAttributeMap
-
Returns the wrapped shared map.
- getSnapshot(Serializable) - Method in interface org.springframework.webflow.execution.repository.impl.FlowExecutionSnapshotGroup
-
Returns the snapshot with the provided
id
, ornull
if no such snapshot exists with that id. - getSnapshotCount() - Method in interface org.springframework.webflow.execution.repository.impl.FlowExecutionSnapshotGroup
-
Returns the count of snapshots in this group.
- getSnapshotFactory() - Method in class org.springframework.webflow.execution.repository.snapshot.AbstractSnapshottingFlowExecutionRepository
-
Returns the configured flow execution snapshot factory.
- getSnapshotGroup(Conversation) - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
-
Returns the snapshot group associated with the governing conversation.
- getSnapshotId() - Method in exception org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException
-
The id of the snapshot that was not found.
- getSnapshotId() - Method in class org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
-
Returns the snapshot id part of this key.
- getSnapshotId(FlowExecutionKey) - Method in class org.springframework.webflow.execution.repository.snapshot.AbstractSnapshottingFlowExecutionRepository
-
Returns the snapshotId portion of the flow execution key.
- getSource() - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
-
The object being mapped from.
- getSource() - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
- getSource() - Method in interface org.springframework.binding.mapping.MappingResults
-
The source object that was mapped from.
- getSource() - Method in class org.springframework.binding.message.Message
-
A reference to the source element this message is associated with.
- getSourceClass() - Method in exception org.springframework.binding.convert.ConversionExecutionException
-
Returns the source type we tried to convert the value from.
- getSourceClass() - Method in interface org.springframework.binding.convert.ConversionExecutor
-
Returns the source class of conversions performed by this executor.
- getSourceClass() - Method in exception org.springframework.binding.convert.ConversionExecutorNotFoundException
-
Returns the source type requested to convert from.
- getSourceClass() - Method in class org.springframework.binding.convert.converters.ArrayToArray
- getSourceClass() - Method in class org.springframework.binding.convert.converters.ArrayToCollection
- getSourceClass() - Method in class org.springframework.binding.convert.converters.CollectionToCollection
- getSourceClass() - Method in interface org.springframework.binding.convert.converters.Converter
-
The source class this converter can convert from.
- getSourceClass() - Method in class org.springframework.binding.convert.converters.NumberToNumber
- getSourceClass() - Method in class org.springframework.binding.convert.converters.ObjectToArray
- getSourceClass() - Method in class org.springframework.binding.convert.converters.ObjectToCollection
- getSourceClass() - Method in class org.springframework.binding.convert.converters.ReverseConverter
- getSourceClass() - Method in class org.springframework.binding.convert.converters.SpringConvertingConverterAdapter
- getSourceClass() - Method in class org.springframework.binding.convert.converters.StringToObject
- getSourceClass() - Method in class org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
- getSourceClass() - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
-
Returns the source class of conversions performed by this executor.
- getSourceClass() - Method in class org.springframework.faces.model.converter.DataModelConverter
- getSourceExpression() - Method in class org.springframework.binding.mapping.impl.DefaultMapping
- getSourceExpression() - Method in interface org.springframework.binding.mapping.Mapping
-
The source of the mapping.
- getSpecificTargetClasses() - Method in class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
- getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.ActionPropertyAccessor
- getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.BeanFactoryPropertyAccessor
- getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor
- getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.MapAdaptablePropertyAccessor
- getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.MessageSourcePropertyAccessor
- getSpecificTargetClasses() - Method in class org.springframework.webflow.expression.spel.ScopeSearchingPropertyAccessor
- getStartActionList() - Method in class org.springframework.webflow.engine.Flow
-
Returns the list of actions executed by this flow when an execution of the flow starts.
- getStartState() - Method in interface org.springframework.webflow.definition.FlowDefinition
-
Return this flow's starting point.
- getStartState() - Method in class org.springframework.webflow.engine.Flow
- getStartStateId() - Method in class org.springframework.webflow.engine.model.FlowModel
- getState() - Method in interface org.springframework.webflow.execution.FlowSession
-
Returns the current state of this flow session.
- getState() - Method in class org.springframework.webflow.test.MockFlowSession
- getState(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
- getState(String) - Method in interface org.springframework.webflow.definition.FlowDefinition
-
Returns the state definition with the specified id.
- getState(String) - Method in class org.springframework.webflow.engine.Flow
- getStateById(String) - Method in class org.springframework.webflow.engine.model.FlowModel
-
Get the state model for an identifier
- getStateCount() - Method in class org.springframework.webflow.engine.Flow
-
Returns the number of states defined in this flow.
- getStateId() - Method in exception org.springframework.webflow.execution.FlowExecutionException
-
Returns the id of the state definition where the exception occured.
- getStateIds() - Method in class org.springframework.webflow.engine.Flow
-
Convenience accessor that returns an ordered array of the String
ids
for the state definitions associated with this flow definition. - getStateInstance(String) - Method in class org.springframework.webflow.engine.Flow
-
Lookup the identified state instance of this flow.
- getStateInternal() - Method in class org.springframework.webflow.test.MockFlowSession
-
Returns the current state of this session.
- getStates() - Method in class org.springframework.webflow.engine.model.FlowModel
- getString(Object) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a string value in the map, returning
null
if no value was found. - getString(Object, String) - Method in class org.springframework.binding.collection.MapAccessor
-
Returns a string value in the map, returning the defaultValue if no value was found.
- getString(String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a string attribute value in the map, returning
null
if no value was found. - getString(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getString(String, String) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a string attribute value in the map, returning the default value if no value was found.
- getString(String, String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- getSubflow() - Method in class org.springframework.webflow.engine.model.SubflowStateModel
- getSubflowAttributeMapper() - Method in class org.springframework.webflow.engine.model.SubflowStateModel
- getSuccessEventId() - Method in class org.springframework.webflow.action.EventFactorySupport
- getSuppressedFields() - Method in class org.springframework.webflow.mvc.view.BindingModel
- getTarget() - Method in class org.springframework.binding.expression.el.DefaultELResolver
- getTarget() - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
-
The object being mapped to.
- getTarget() - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
- getTarget() - Method in interface org.springframework.binding.mapping.MappingResults
-
The target object that was mapped to.
- getTarget() - Method in class org.springframework.webflow.mvc.view.BindingModel
- getTargetAction() - Method in class org.springframework.webflow.execution.AnnotatedAction
-
Returns the wrapped target action.
- getTargetClass() - Method in exception org.springframework.binding.convert.ConversionExecutionException
-
Returns the target type we tried to convert the value to.
- getTargetClass() - Method in interface org.springframework.binding.convert.ConversionExecutor
-
Returns the target class of conversions performed by this executor.
- getTargetClass() - Method in exception org.springframework.binding.convert.ConversionExecutorNotFoundException
-
Returns the target type requested to convert to.
- getTargetClass() - Method in class org.springframework.binding.convert.converters.ArrayToArray
- getTargetClass() - Method in class org.springframework.binding.convert.converters.ArrayToCollection
- getTargetClass() - Method in class org.springframework.binding.convert.converters.CollectionToCollection
- getTargetClass() - Method in interface org.springframework.binding.convert.converters.Converter
-
The target class this converter can convert to.
- getTargetClass() - Method in class org.springframework.binding.convert.converters.NumberToNumber
- getTargetClass() - Method in class org.springframework.binding.convert.converters.ObjectToArray
- getTargetClass() - Method in class org.springframework.binding.convert.converters.ObjectToCollection
- getTargetClass() - Method in class org.springframework.binding.convert.converters.ReverseConverter
- getTargetClass() - Method in class org.springframework.binding.convert.converters.SpringConvertingConverterAdapter
- getTargetClass() - Method in class org.springframework.binding.convert.converters.StringToObject
- getTargetClass() - Method in class org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
- getTargetClass() - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
-
Returns the target class of conversions performed by this executor.
- getTargetClass() - Method in exception org.springframework.binding.expression.ValueCoercionException
- getTargetClass() - Method in class org.springframework.faces.model.converter.DataModelConverter
- getTargetException() - Method in exception org.springframework.binding.method.MethodInvocationException
-
Returns the target root cause exception of the method invocation failure.
- getTargetExpression() - Method in class org.springframework.binding.mapping.impl.DefaultMapping
- getTargetExpression() - Method in interface org.springframework.binding.mapping.Mapping
-
The target of the mapping.
- getTargetStateId() - Method in interface org.springframework.webflow.definition.TransitionDefinition
-
Returns an identification of the target state of this transition.
- getTargetStateId() - Method in class org.springframework.webflow.engine.Transition
- getTargetStateResolver() - Method in class org.springframework.webflow.engine.Transition
-
Returns this transition's target state resolver.
- getTargetStateResolver(Throwable) - Method in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
-
Find the mapped target state resolver for given exception.
- getTest() - Method in class org.springframework.webflow.engine.model.IfModel
- getText() - Method in class org.springframework.binding.message.Message
-
The message text.
- getText() - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
- getThen() - Method in class org.springframework.webflow.engine.model.IfModel
- getTimestamp() - Method in class org.springframework.webflow.execution.Event
-
Returns the time at which the event occurred, represented as the number of milliseconds since January 1, 1970, 00:00:00 GMT.
- getTo() - Method in class org.springframework.webflow.engine.model.TransitionModel
- getTransition(String) - Method in interface org.springframework.webflow.definition.TransitionableStateDefinition
-
Returns the transition that matches the event with the provided id.
- getTransition(String) - Method in class org.springframework.webflow.engine.TransitionableState
- getTransition(RequestContext) - Method in class org.springframework.webflow.engine.TransitionSet
-
Gets a transition for given flow execution request context.
- getTransitionableState(String) - Method in class org.springframework.webflow.engine.Flow
-
Return the
TransitionableState
with givenstateId
. - getTransitionCriterias() - Method in class org.springframework.webflow.engine.TransitionSet
-
Returns a list of the supported transitional criteria used to match transitions in this state.
- getTransitions() - Method in interface org.springframework.webflow.definition.TransitionableStateDefinition
-
Returns the available transitions out of this state.
- getTransitions() - Method in class org.springframework.webflow.engine.model.AbstractTransitionableStateModel
- getTransitions() - Method in class org.springframework.webflow.engine.TransitionableState
- getTransitionSet() - Method in class org.springframework.webflow.engine.TransitionableState
-
Returns the set of transitions.
- getTrueEventIds() - Method in class org.springframework.webflow.engine.support.ActionTransitionCriteria
-
Returns the action result
eventIds
that should cause this criteria to return true (it will return false otherwise). - getType() - Method in class org.springframework.binding.method.Parameter
-
Returns the parameter type.
- getType() - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
- getType() - Method in class org.springframework.webflow.engine.model.AttributeModel
- getType() - Method in class org.springframework.webflow.engine.model.SetModel
- getType() - Method in enum class org.springframework.webflow.execution.ScopeType
- getType(ELContext, Object, Object) - Method in class org.springframework.binding.expression.el.DefaultELResolver
- getType(ELContext, Object, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
- getType(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
- getType(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ActionMethodELResolver
- getType(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
- getType(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
- getType(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
- getType(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
- getType(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver
- getTypeConverter() - Method in class org.springframework.binding.mapping.impl.DefaultMapping
-
Returns the type conversion executor to use during mapping execution.
- getTypesArray() - Method in class org.springframework.binding.method.Parameters
-
Get an array containing each parameter type.
- getUserEvent() - Method in interface org.springframework.binding.validation.ValidationContext
-
The current user event that triggered validation.
- getUserEvent() - Method in class org.springframework.webflow.validation.DefaultValidationContext
- getUserEventProcessed() - Method in class org.springframework.webflow.mvc.view.ViewActionStateHolder
- getUserEventState() - Method in class org.springframework.faces.webflow.JsfView
- getUserEventState() - Method in interface org.springframework.webflow.execution.View
-
A memento holding the results of processing a user event.
- getUserEventState() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
- getUserPrincipal() - Method in interface org.springframework.binding.validation.ValidationContext
-
The current user.
- getUserPrincipal() - Method in class org.springframework.webflow.validation.DefaultValidationContext
- getUserValue(String) - Method in interface org.springframework.binding.validation.ValidationContext
-
Obtain the value entered by the current user in the UI field bound to the property provided.
- getUserValue(String) - Method in class org.springframework.webflow.validation.DefaultValidationContext
- getValidate() - Method in class org.springframework.webflow.engine.model.TransitionModel
- getValidateMethodInvoker() - Method in class org.springframework.webflow.action.FormAction
-
Returns a dispatcher to invoke validation methods.
- getValidationHintResolver() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Return the
ValidationHintResolver
. - getValidationHintResolver() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
- getValidationHintResolver() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- getValidationHints() - Method in class org.springframework.webflow.engine.model.TransitionModel
- getValidationHints() - Method in class org.springframework.webflow.engine.model.ViewStateModel
- getValidator() - Method in class org.springframework.webflow.action.FormAction
-
Returns the validator for this action.
- getValidator() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns the Validator instance to use for validating a model.
- getValidator() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
- getValidator() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- getValue() - Method in exception org.springframework.binding.convert.ConversionExecutionException
-
Returns the actual value we tried to convert, an instance of
ConversionExecutionException.getSourceClass()
. - getValue() - Method in exception org.springframework.binding.expression.ValueCoercionException
- getValue() - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
- getValue() - Method in class org.springframework.webflow.engine.model.AttributeModel
- getValue() - Method in class org.springframework.webflow.engine.model.SetModel
- getValue(ELContext, Object, Object) - Method in class org.springframework.binding.expression.el.DefaultELResolver
- getValue(ELContext, Object, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
- getValue(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
- getValue(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ActionMethodELResolver
- getValue(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
- getValue(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
- getValue(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
- getValue(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
- getValue(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver
- getValue(Object) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
- getValue(Object) - Method in class org.springframework.binding.expression.el.ELExpression
- getValue(Object) - Method in interface org.springframework.binding.expression.Expression
-
Evaluate this expression in the provided context and return the result of evaluation.
- getValue(Object) - Method in class org.springframework.binding.expression.spel.SpringELExpression
- getValue(Object) - Method in class org.springframework.binding.expression.support.AbstractGetValueExpression
- getValue(Object) - Method in class org.springframework.binding.expression.support.CollectionAddingExpression
- getValue(Object) - Method in class org.springframework.binding.expression.support.CompositeStringExpression
- getValue(Object) - Method in class org.springframework.binding.expression.support.LiteralExpression
- getValue(Object) - Method in class org.springframework.binding.expression.support.StaticExpression
- getValueExpression() - Method in class org.springframework.binding.expression.ExpressionVariable
-
Returns the expression that will be evaluated when the variable is referenced by its name in another expression.
- getValueFactory() - Method in class org.springframework.webflow.engine.ViewVariable
-
Returns the source of the variable's initial value.
- getValueType(Object) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
- getValueType(Object) - Method in class org.springframework.binding.expression.el.ELExpression
- getValueType(Object) - Method in interface org.springframework.binding.expression.Expression
-
Returns the most general type that can be passed to the
Expression.setValue(Object, Object)
method for the given context. - getValueType(Object) - Method in class org.springframework.binding.expression.spel.SpringELExpression
- getValueType(Object) - Method in class org.springframework.binding.expression.support.AbstractGetValueExpression
- getValueType(Object) - Method in class org.springframework.binding.expression.support.CollectionAddingExpression
- getValueType(Object) - Method in class org.springframework.binding.expression.support.CompositeStringExpression
- getValueType(Object) - Method in class org.springframework.binding.expression.support.LiteralExpression
- getValueType(Object) - Method in class org.springframework.binding.expression.support.StaticExpression
- getVariable(String) - Method in class org.springframework.webflow.engine.Flow
-
Returns the flow variable with the given name.
- getVariable(String) - Method in class org.springframework.webflow.engine.ViewState
-
Returns the view variable with the given name.
- getVariableMapper() - Method in class org.springframework.binding.expression.el.DefaultELContext
- getVariables() - Method in class org.springframework.webflow.engine.Flow
-
Returns the flow variables.
- getVariables() - Method in class org.springframework.webflow.engine.ViewState
-
Returns the configured view variables.
- getVars() - Method in class org.springframework.webflow.engine.model.FlowModel
- getVars() - Method in class org.springframework.webflow.engine.model.ViewStateModel
- getVetoedStateId() - Method in exception org.springframework.webflow.execution.EnterStateVetoException
-
Returns the state for which entering was vetoed.
- getView() - Method in class org.springframework.webflow.engine.model.EndStateModel
- getView() - Method in class org.springframework.webflow.engine.model.ViewStateModel
- getView() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Returns the Spring MVC view to render
- 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.
- getView(RequestContext) - Method in class org.springframework.webflow.engine.support.ActionExecutingViewFactory
- getView(RequestContext) - Method in interface org.springframework.webflow.execution.ViewFactory
-
Get the view to render for this request.
- getView(RequestContext) - Method in class org.springframework.webflow.mvc.view.AbstractMvcViewFactory
- getViewAttribute(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns the attribute in view scope.
- getViewFactory() - Method in class org.springframework.webflow.engine.ViewState
-
Returns the view factory.
- getViewFactoryCreator() - Method in interface org.springframework.webflow.engine.builder.FlowBuilderContext
-
Returns the view factory creator for configuring a ViewFactory per view state
- getViewFactoryCreator() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
- getViewFactoryCreator() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- getViewIdByConvention(String) - Method in class org.springframework.faces.webflow.JsfViewFactoryCreator
- getViewIdByConvention(String) - Method in interface org.springframework.webflow.engine.builder.ViewFactoryCreator
-
Get the default id of the view to render in the provided view state by convention.
- getViewIdByConvention(String) - Method in class org.springframework.webflow.mvc.builder.DelegatingFlowViewResolver
- getViewIdByConvention(String) - Method in class org.springframework.webflow.mvc.builder.FlowResourceFlowViewResolver
- getViewIdByConvention(String) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
- getViewIdByConvention(String) - Method in interface org.springframework.webflow.mvc.view.FlowViewResolver
-
Get the default id of the view to render in the provided view state by convention.
- getViewRoot() - Method in class org.springframework.faces.webflow.JsfView
-
Returns the underlying view root.
- getViewScope() - Method in interface org.springframework.webflow.execution.FlowSession
-
Returns a mutable map for data held in "view scope".
- getViewScope() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns a mutable map for accessing and/or setting attributes in view scope.
- getViewScope() - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Returns view scope.
- getViewScope() - Method in class org.springframework.webflow.test.MockFlowSession
- getViewScope() - Method in class org.springframework.webflow.test.MockRequestContext
- getViewState(FacesContext, Object) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
-
This method returns the flow execution key to be used as the value for the "jakarta.faces.ViewState" hidden input field.
- getWrapped() - Method in class org.springframework.faces.support.LifecycleWrapper
- getWrapped() - Method in class org.springframework.faces.webflow.FlowApplication
- getWrapped() - Method in class org.springframework.faces.webflow.FlowApplicationFactory
- getWrapped() - Method in class org.springframework.faces.webflow.FlowExternalContext
- getWrapped() - Method in class org.springframework.faces.webflow.FlowFacesContext
- getWrapped() - Method in class org.springframework.faces.webflow.FlowLifecycle
- getWrapped() - Method in class org.springframework.faces.webflow.FlowPartialViewContext
- getWrapped() - Method in class org.springframework.faces.webflow.FlowRenderKit
- getWrapped() - Method in class org.springframework.faces.webflow.FlowResourceHandler
- getWrapped() - Method in class org.springframework.faces.webflow.FlowResponseStateManager
- getWrapped() - Method in class org.springframework.faces.webflow.FlowViewHandler
- getWrappedData() - Method in class org.springframework.faces.model.SerializableListDataModel
- getYesEventId() - Method in class org.springframework.webflow.action.EventFactorySupport
H
- handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.faces.webflow.JsfFlowHandlerAdapter
- handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
- handle(FlowExecutionException, RequestControlContext) - Method in interface org.springframework.webflow.engine.FlowExecutionExceptionHandler
-
Handle the exception in the context of the current request.
- handle(FlowExecutionException, RequestControlContext) - Method in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
- handleEvent(RequestControlContext) - Method in class org.springframework.webflow.engine.Flow
-
Handle the last event that occurred against an active session of this flow.
- handleEvent(RequestControlContext) - Method in class org.springframework.webflow.engine.SubflowState
-
Called on completion of the subflow to handle the subflow result event as determined by the end state reached by the subflow.
- handleEvent(RequestControlContext) - Method in class org.springframework.webflow.engine.TransitionableState
-
Inform this state definition that an event was signaled in it.
- handleEvent(Event) - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Signals the occurrence of an event in the current state of this flow execution request context.
- handleEvent(Event) - Method in class org.springframework.webflow.test.MockRequestControlContext
- handleException(FlowException, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.mvc.servlet.AbstractFlowHandler
- handleException(FlowException, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.webflow.mvc.servlet.FlowHandler
-
Handles a flow exception that was not handled by the Web Flow system.
- handleException(FlowExecutionException, RequestControlContext) - Method in class org.springframework.webflow.engine.Flow
-
Handle an exception that occurred during an execution of this flow.
- handleException(FlowExecutionException, RequestControlContext) - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
-
Handle an exception that occurred during the context of the current flow execution request.
- handleException(FlowExecutionException, RequestControlContext) - Method in class org.springframework.webflow.engine.State
-
Handle an exception that occurred in this state during the context of the current flow execution request.
- handleExecutionOutcome(FlowExecutionOutcome, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.mvc.servlet.AbstractFlowHandler
- handleExecutionOutcome(FlowExecutionOutcome, HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.webflow.mvc.servlet.FlowHandler
-
Handles a specific flow execution outcome.
- handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.faces.webflow.JsfResourceRequestHandler
- handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.mvc.servlet.FlowController
- handleUnresolvedHint(Object, String, String, String) - Method in class org.springframework.webflow.validation.BeanValidationHintResolver
-
Invoked when a hint could not be resolved.
- hasEnded() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- hasEnded() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
-
Returns a flag indicating if this execution has ended.
- hasEnded() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
- hasErrorMessages() - Method in class org.springframework.binding.message.DefaultMessageContext
- hasErrorMessages() - Method in interface org.springframework.binding.message.MessageContext
-
Returns true if there are error messages in this context.
- hasErrorResults() - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
- hasErrorResults() - Method in interface org.springframework.binding.mapping.MappingResults
-
Whether some results were errors.
- hasField() - Method in class org.springframework.binding.message.Message
-
Whether the message is associated with a field.
- hasFlowChanged() - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
-
As the underlying flow managed by this builder changed since the last build occurred?
- hasFlowChanged() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
- hasFlowChanged() - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
- hasFlowEvent() - Method in class org.springframework.faces.webflow.JsfView
- hasFlowEvent() - Method in interface org.springframework.webflow.execution.View
-
True if a call to
View.processUserEvent()
raised a flow event the current state should handle. - hasFlowEvent() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
- hasFlowModelChanged() - Method in class org.springframework.webflow.engine.model.builder.DefaultFlowModelHolder
- hasFlowModelChanged() - Method in interface org.springframework.webflow.engine.model.registry.FlowModelHolder
-
Has the underlying flow model changed since it was last accessed via a call to
FlowModelHolder.getFlowModel()
. - hasFlowModelResourceChanged() - Method in interface org.springframework.webflow.engine.model.builder.FlowModelBuilder
-
Returns true if the underlying flow model resource has changed since the last call to
FlowModelBuilder.init()
. - hasFlowModelResourceChanged() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
- hashCode() - Method in class org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
- hashCode() - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
- hashCode() - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
- hashCode() - Method in class org.springframework.binding.expression.el.ELExpression
- hashCode() - Method in class org.springframework.binding.expression.ExpressionVariable
- hashCode() - Method in class org.springframework.binding.expression.support.LiteralExpression
- hashCode() - Method in class org.springframework.binding.expression.support.StaticExpression
- hashCode() - Method in class org.springframework.binding.mapping.impl.DefaultMapping
- hashCode() - Method in class org.springframework.binding.method.MethodKey
- hashCode() - Method in class org.springframework.binding.method.MethodSignature
- hashCode() - Method in class org.springframework.binding.method.Parameter
- hashCode() - Method in class org.springframework.binding.method.Parameters
- hashCode() - Method in class org.springframework.faces.webflow.FlowFacesContext.FacesMessageSource
- hashCode() - Method in class org.springframework.webflow.conversation.impl.ContainedConversation
- hashCode() - Method in class org.springframework.webflow.conversation.impl.SimpleConversationId
- hashCode() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- hashCode() - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- hashCode() - Method in class org.springframework.webflow.engine.builder.BinderConfiguration.Binding
- hashCode() - Method in class org.springframework.webflow.engine.Flow
- hashCode() - Method in class org.springframework.webflow.engine.FlowVariable
- hashCode() - Method in class org.springframework.webflow.engine.State
- hashCode() - Method in class org.springframework.webflow.engine.ViewVariable
- hashCode() - Method in class org.springframework.webflow.execution.FlowExecutionKey
- hashCode() - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
- hashCode() - Method in class org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
- hashCode() - Method in class org.springframework.webflow.test.GeneratedFlowExecutionKey
- hashCode() - Method in class org.springframework.webflow.test.MockFlowExecutionKey
- hasMatchingTransition(RequestContext) - Method in class org.springframework.webflow.engine.TransitionSet
-
Returns whether or not this list has a transition that will fire for given flow execution request context.
- hasStarted() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- hasStarted() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
-
Returns a flag indicating if this execution has been started.
- hasStarted() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
- HibernateFlowExecutionListener - Class in org.springframework.webflow.persistence
-
A
FlowExecutionListener
that implements the Flow Managed Persistence Context (FMPC) pattern using the native Hibernate API. - HibernateFlowExecutionListener(SessionFactory, PlatformTransactionManager) - Constructor for class org.springframework.webflow.persistence.HibernateFlowExecutionListener
-
Create a new Hibernate Flow Execution Listener using giving Hibernate session factory and transaction manager.
- History - Enum Class in org.springframework.webflow.engine
-
View state history policies.
- httpRequestHandlerAdapter() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
- HttpServletContextMap - Class in org.springframework.webflow.context.servlet
-
Map backed by the Servlet context for accessing application scoped attributes.
- HttpServletContextMap(ServletContext) - Constructor for class org.springframework.webflow.context.servlet.HttpServletContextMap
-
Create a map wrapping given servlet context.
- HttpServletRequestMap - Class in org.springframework.webflow.context.servlet
-
Map backed by the Servlet HTTP request attribute map for accessing request local attributes.
- HttpServletRequestMap(HttpServletRequest) - Constructor for class org.springframework.webflow.context.servlet.HttpServletRequestMap
-
Create a new map wrapping the attributes of given request.
- HttpServletRequestParameterMap - Class in org.springframework.webflow.context.servlet
-
Map backed by the Servlet HTTP request parameter map for accessing request parameters.
- HttpServletRequestParameterMap(HttpServletRequest) - Constructor for class org.springframework.webflow.context.servlet.HttpServletRequestParameterMap
-
Create a new map wrapping the parameters of given request.
- HttpSessionMap - Class in org.springframework.webflow.context.servlet
-
A Shared Map backed by the Servlet HTTP session, for accessing session scoped attributes.
- HttpSessionMap(HttpServletRequest) - Constructor for class org.springframework.webflow.context.servlet.HttpSessionMap
-
Create a map wrapping the session of given request.
- HttpSessionMapBindingListener - Class in org.springframework.webflow.context.web
-
Helper class that adapts a generic
AttributeMapBindingListener
to a HTTP specificHttpSessionBindingListener
. - HttpSessionMapBindingListener(AttributeMapBindingListener, Map<String, Object>) - Constructor for class org.springframework.webflow.context.web.HttpSessionMapBindingListener
-
Create a new wrapper for given listener.
I
- IfModel - Class in org.springframework.webflow.engine.model
-
Model support for if elements.
- IfModel(String, String) - Constructor for class org.springframework.webflow.engine.model.IfModel
-
Create an if model
- ImplicitFlowVariableELResolver - Class in org.springframework.webflow.expression.el
-
Resolves "implicit" or well-known flow variables; for example "flowScope" in an expression like #{flowScope.foo}.
- ImplicitFlowVariableELResolver() - Constructor for class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
- ImplicitFlowVariableELResolver(RequestContext) - Constructor for class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
- inDevelopment() - Method in interface org.springframework.webflow.definition.FlowDefinition
-
Returns true if this flow definition is currently in development (running in development mode).
- inDevelopment() - Method in class org.springframework.webflow.engine.Flow
- info() - Method in class org.springframework.binding.message.MessageBuilder
-
Records that the message being built is an informational message.
- INFO - Enum constant in enum class org.springframework.binding.message.Severity
-
The "Informational" severity.
- init() - Method in class org.springframework.faces.config.FacesNamespaceHandler
- init() - Method in class org.springframework.webflow.config.WebFlowConfigNamespaceHandler
- init() - Method in interface org.springframework.webflow.engine.model.builder.FlowModelBuilder
-
Initialize this builder.
- init() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
- init(FlowBuilderContext) - Method in interface org.springframework.webflow.engine.builder.FlowBuilder
-
Initialize this builder.
- init(FlowBuilderContext) - Method in class org.springframework.webflow.engine.builder.support.AbstractFlowBuilder
- initAction() - Method in class org.springframework.webflow.action.AbstractAction
-
Action initializing callback, may be overridden by subclasses to perform custom initialization logic.
- initAction() - Method in class org.springframework.webflow.action.FormAction
- initAttributes(Map<String, V>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
-
Initializes this attribute map.
- initBinder(RequestContext, DataBinder) - Method in class org.springframework.webflow.action.FormAction
-
Initialize a new binder instance.
- initParameters(Map<String, Object>) - Method in class org.springframework.webflow.core.collection.LocalParameterMap
-
Initializes this parameter map.
- initServletContext(ServletContext) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
- InputModel - Class in org.springframework.webflow.engine.model
-
Model support for input mappings.
- InputModel(String, String) - Constructor for class org.springframework.webflow.engine.model.InputModel
-
Create an input mapping model
- INSTANCE - Static variable in class org.springframework.binding.expression.support.NullParserContext
-
The null parser context object instance; a singleton.
- INSTANCE - Static variable in class org.springframework.webflow.conversation.impl.NoOpConversationLock
-
The singleton instance.
- INSTANCE - Static variable in class org.springframework.webflow.engine.WildcardTransitionCriteria
-
Shared instance of a TransitionCriteria that always returns true.
- IntegerNumberFormatFactory - Class in org.springframework.binding.format
-
Produces NumberFormat instances that format integer values.
- IntegerNumberFormatFactory() - Constructor for class org.springframework.binding.format.IntegerNumberFormatFactory
- INVALIDATE - Enum constant in enum class org.springframework.webflow.engine.History
-
The history of the view state and all previous view state should be invalidated to completely restrict back tracking.
- InvalidFormatException - Exception in org.springframework.binding.convert.converters
-
Thrown when a formatted value is of the wrong form.
- InvalidFormatException(String, String) - Constructor for exception org.springframework.binding.convert.converters.InvalidFormatException
-
Create a new invalid format exception.
- InvalidFormatException(String, String, String, Throwable) - Constructor for exception org.springframework.binding.convert.converters.InvalidFormatException
-
Create a new invalid format exception.
- InvalidFormatException(String, String, Throwable) - Constructor for exception org.springframework.binding.convert.converters.InvalidFormatException
-
Create a new invalid format exception.
- InvalidMethodKeyException - Exception in org.springframework.binding.method
-
Thrown when a method key could not be resolved to an invokable java Method on a Class.
- InvalidMethodKeyException(MethodKey, Exception) - Constructor for exception org.springframework.binding.method.InvalidMethodKeyException
-
Creates an exception signaling an invalid method signature.
- inViewState() - Method in interface org.springframework.webflow.execution.RequestContext
-
Returns true if the flow is currently active and in a view state.
- inViewState() - Method in class org.springframework.webflow.test.MockRequestContext
- invoke(MethodSignature, Object, Object) - Method in class org.springframework.binding.method.MethodInvoker
-
Invoke the method on the bean provided.
- isActive() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- isActive() - Method in interface org.springframework.webflow.execution.FlowExecutionContext
-
Is the flow execution active? A flow execution is active once it has an
active session
and remains active until it has ended. - isActive() - Method in class org.springframework.webflow.test.MockFlowExecutionContext
- isAjaxRequest() - Method in interface org.springframework.webflow.context.ExternalContext
-
Returns true if the current request is an asynchronous Ajax request.
- isAjaxRequest() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- isAjaxRequest() - Method in class org.springframework.webflow.test.MockExternalContext
- isAjaxRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.context.servlet.AbstractAjaxHandler
- isAjaxRequest(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.webflow.context.servlet.AjaxHandler
-
Is the current request an Ajax request?
- isAjaxRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.faces.webflow.JsfAjaxHandler
- isAjaxRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.context.servlet.AbstractAjaxHandler
- isAjaxRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.context.servlet.DefaultAjaxHandler
- isAllowed(String, String) - Static method in class org.springframework.faces.security.FaceletsAuthorizeTagUtils
-
Returns true if the user is allowed to access the given URL and HTTP method combination.
- isAsynchronousFlowRequest() - Static method in class org.springframework.faces.webflow.JsfUtils
- isAtLeastJsf12() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
-
Deprecated.as of 2.5, always returns true.
- isAtLeastJsf20() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
-
Deprecated.as of 2.5, always returns true.
- isAtLeastJsf21() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
-
Deprecated.as of 2.5, always returns true.
- isAtLeastJsf22() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
-
Deprecated.as of 2.5, always returns true.
- isCacheFlowDefinition() - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Returns if flow definition caching is turned on.
- isCompressed() - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
-
Returns whether or not the flow execution data in this snapshot is compressed.
- isCurrentRowSelected() - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
- isCurrentRowSelected() - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
- isCurrentRowSelected() - Method in interface org.springframework.faces.model.SelectionAware
-
Checks whether the row pointed to by the model's current index is selected.
- isEmbeddedMode() - Method in interface org.springframework.webflow.execution.FlowSession
-
Returns true if the flow session was started in embedded page mode.
- isEmbeddedMode() - Method in class org.springframework.webflow.test.MockFlowSession
- isEmpty() - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
- isEmpty() - Method in class org.springframework.binding.collection.SharedMapDecorator
- isEmpty() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
- isEmpty() - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Is this attribute map empty with a size of 0?
- isEmpty() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- isEmpty() - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- isEmpty() - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Is this parameter map empty, with a size of 0?
- isEnded() - Method in class org.springframework.webflow.executor.FlowExecutionResult
-
Returns true if the flow execution ended.
- isError() - Method in interface org.springframework.binding.mapping.MappingResult
-
Indicates if this result is an error result.
- isError() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
- isError() - Method in class org.springframework.binding.mapping.results.RequiredError
- isError() - Method in class org.springframework.binding.mapping.results.SourceAccessError
- isError() - Method in class org.springframework.binding.mapping.results.Success
- isError() - Method in class org.springframework.binding.mapping.results.TargetAccessError
- isError() - Method in class org.springframework.binding.mapping.results.TypeConversionError
- isFlowRequest() - Static method in class org.springframework.faces.webflow.JsfUtils
- isLessThanJsf20() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
-
Deprecated.as of 2.5, always returns false.
- isMappedValueType(Class<?>) - Method in class org.springframework.webflow.action.ResultObjectBasedEventFactory
-
Check whether or not given type is mapped to a corresponding event using special mapping rules.
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.AbstractActionModel
-
Actions are not mergeable
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.ActionStateModel
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.AttributeModel
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.BeanImportModel
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.BinderModel
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.BindingModel
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.DecisionStateModel
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.EndStateModel
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.ExceptionHandlerModel
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.FlowModel
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.IfModel
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.InputModel
- isMergeableWith(Model) - Method in interface org.springframework.webflow.engine.model.Model
-
Determine if the model is able to be merged into the current model
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.OutputModel
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.PersistenceContextModel
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.SecuredModel
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.SubflowStateModel
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.TransitionModel
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.VarModel
- isMergeableWith(Model) - Method in class org.springframework.webflow.engine.model.ViewStateModel
- isMojarraPresent() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
- isMyFacesInUse() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
- isMyFacesPresent() - Static method in class org.springframework.faces.webflow.JsfRuntimeInformation
- isNamed() - Method in class org.springframework.webflow.execution.AnnotatedAction
-
Returns whether or not the wrapped target action is a named action.
- isPaused() - Method in class org.springframework.webflow.executor.FlowExecutionResult
-
Returns true if the flow execution paused and is now in a wait state.
- isPostback() - Method in class org.springframework.faces.webflow.FlowFacesContext
- isPostback(FacesContext) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ActionMethodELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
- isReadOnly(ELContext, Object, Object) - Method in class org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver
- isRedirectRequested() - Method in class org.springframework.webflow.test.MockExternalContext
- isRemoteHost(String) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Whether the given targetUrl has a host that is a "foreign" system in which case
HttpServletResponse.encodeRedirectURL(java.lang.String)
will not be applied. - isRequired() - Method in class org.springframework.binding.mapping.impl.DefaultMapping
- isRequired() - Method in interface org.springframework.binding.mapping.Mapping
-
Whether this is a required mapping.
- isResponseAllowed() - Method in interface org.springframework.webflow.context.ExternalContext
-
Is a render response allowed to be written for this request? Always return false after a response has been completed.
- isResponseAllowed() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- isResponseAllowed() - Method in class org.springframework.webflow.test.MockExternalContext
- isResponseComplete() - Method in interface org.springframework.webflow.context.ExternalContext
-
Has the response been completed? Response complete status can be achieved by: Writing out the response and calling
ExternalContext.recordResponseComplete()
, or Calling one of the redirect request methods - isResponseComplete() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- isResponseComplete() - Method in class org.springframework.webflow.test.MockExternalContext
- isResponseCompleteFlowExecutionRedirect() - Method in interface org.springframework.webflow.context.ExternalContext
-
Returns true if the response has been completed with flow execution redirect request.
- isResponseCompleteFlowExecutionRedirect() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- isResponseCompleteFlowExecutionRedirect() - Method in class org.springframework.webflow.test.MockExternalContext
- isRoot() - Method in interface org.springframework.webflow.execution.FlowSession
-
Returns whether this flow session is the root flow session in the ongoing flow execution.
- isRoot() - Method in class org.springframework.webflow.test.MockFlowSession
- isSavingStateInClient(FacesContext) - Method in class org.springframework.faces.webflow.FlowStateManager
- isStartState() - Method in class org.springframework.webflow.engine.State
-
Returns a flag indicating if this state is the start state of its owning flow.
- isStateless(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
- isStopOnError() - Method in class org.springframework.webflow.action.CompositeAction
-
Returns the stop on error flag.
- isTemplate() - Method in interface org.springframework.binding.expression.ParserContext
-
Whether or not the expression being parsed is a template.
- isTemplate() - Method in class org.springframework.binding.expression.support.FluentParserContext
- isTemplate() - Method in class org.springframework.binding.expression.support.NullParserContext
- isTemplate() - Method in class org.springframework.binding.expression.support.SimpleParserContext
- isValidating() - Method in class org.springframework.webflow.engine.model.builder.xml.DefaultDocumentLoader
-
Returns whether or not the XML parser will validate the document.
- isValidationFailed() - Method in class org.springframework.faces.webflow.FlowFacesContext
- isViewState() - Method in interface org.springframework.webflow.definition.StateDefinition
-
Returns true if this state is a view state.
- isViewState() - Method in class org.springframework.webflow.engine.State
- isViewState() - Method in class org.springframework.webflow.engine.ViewState
- iterator() - Method in class org.springframework.binding.method.Parameters
-
Return a parameter iterator.
- iterator() - Method in class org.springframework.webflow.engine.ActionList
-
Returns an iterator over this action list.
- iterator() - Method in class org.springframework.webflow.engine.TransitionSet
-
Returns an iterator over this transition set.
J
- JdkConcurrentConversationLock - Class in org.springframework.webflow.conversation.impl
-
A conversation lock that relies on a
ReentrantLock
within Java 5'sutil.concurrent.locks
package. - JdkConcurrentConversationLock(int) - Constructor for class org.springframework.webflow.conversation.impl.JdkConcurrentConversationLock
- JpaFlowExecutionListener - Class in org.springframework.webflow.persistence
-
A
FlowExecutionListener
that implements the Flow Managed Persistence Context (FMPC) pattern using the standard Java Persistence API (JPA). - JpaFlowExecutionListener(EntityManagerFactory, PlatformTransactionManager) - Constructor for class org.springframework.webflow.persistence.JpaFlowExecutionListener
-
Create a new JPA flow execution listener using given JPA Entity Manager factory.
- 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 defaultAjaxHandler
instance with aJsfAjaxHandler
. - 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() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
- 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 - Class in org.springframework.faces.webflow
-
JSF-specific
View
implementation. - JsfView() - Constructor for class org.springframework.faces.mvc.JsfView
- 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-specificViewFactory
. - JsfViewFactoryCreator() - Constructor for class org.springframework.faces.webflow.JsfViewFactoryCreator
- jsrResourceHandlerMapping() - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
K
- KEY - Static variable in class org.springframework.webflow.mvc.view.ViewActionStateHolder
- keyParts(String) - Static method in class org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
-
Helper that splits the string-form of an instance of this class into its "parts" so the parts can be easily parsed.
- keySet() - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
- keySet() - Method in class org.springframework.binding.collection.SharedMapDecorator
- keySet() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
L
- launchExecution(String, MutableAttributeMap<?>, ExternalContext) - Method in interface org.springframework.webflow.executor.FlowExecutor
-
Launch a new execution of the flow with the provided id.
- launchExecution(String, MutableAttributeMap<?>, ExternalContext) - Method in class org.springframework.webflow.executor.FlowExecutorImpl
- LifecycleWrapper - Class in org.springframework.faces.support
-
Provides a simple implementation of
Lifecycle
that can be subclassed by developers wishing to provide specialized behavior to an existinginstance
. - LifecycleWrapper() - Constructor for class org.springframework.faces.support.LifecycleWrapper
- LiteralExpression - Class in org.springframework.binding.expression.support
- LiteralExpression(String) - Constructor for class org.springframework.binding.expression.support.LiteralExpression
-
Create a literal expression for the given literal.
- loadDocument(Resource) - Method in class org.springframework.webflow.engine.model.builder.xml.DefaultDocumentLoader
- loadDocument(Resource) - Method in interface org.springframework.webflow.engine.model.builder.xml.DocumentLoader
-
Load the XML-based document from the external resource.
- LocalAttributeMap<V> - Class in org.springframework.webflow.core.collection
-
A generic, mutable attribute map with string keys.
- LocalAttributeMap() - Constructor for class org.springframework.webflow.core.collection.LocalAttributeMap
-
Creates a new attribute map, initially empty.
- LocalAttributeMap(int, int) - Constructor for class org.springframework.webflow.core.collection.LocalAttributeMap
-
Creates a new attribute map, initially empty.
- LocalAttributeMap(String, V) - Constructor for class org.springframework.webflow.core.collection.LocalAttributeMap
-
Creates a new attribute map with a single entry.
- LocalAttributeMap(Map<String, V>) - Constructor for class org.springframework.webflow.core.collection.LocalAttributeMap
-
Creates a new attribute map wrapping the specified map.
- LocalParameterMap - Class in org.springframework.webflow.core.collection
-
An immutable parameter map storing String-keyed, String-valued parameters in a backing
Map
implementation. - LocalParameterMap(Map<String, Object>) - Constructor for class org.springframework.webflow.core.collection.LocalParameterMap
-
Creates a new parameter map from the provided map.
- LocalParameterMap(Map<String, Object>, ConversionService) - Constructor for class org.springframework.webflow.core.collection.LocalParameterMap
-
Creates a new parameter map from the provided map.
- LocalSharedAttributeMap<V> - Class in org.springframework.webflow.core.collection
-
An attribute map that exposes a mutex that application code can synchronize on.
- LocalSharedAttributeMap(SharedMap<String, V>) - Constructor for class org.springframework.webflow.core.collection.LocalSharedAttributeMap
-
Creates a new shared attribute map.
- lock() - Method in interface org.springframework.webflow.conversation.Conversation
-
Lock this conversation.
- lock() - Method in class org.springframework.webflow.conversation.impl.ContainedConversation
- lock() - Method in interface org.springframework.webflow.conversation.impl.ConversationLock
-
Acquire the conversation lock.
- lock() - Method in class org.springframework.webflow.conversation.impl.JdkConcurrentConversationLock
- lock() - Method in class org.springframework.webflow.conversation.impl.NoOpConversationLock
- lock() - Method in interface org.springframework.webflow.execution.repository.FlowExecutionLock
-
Acquire the flow execution lock.
- LockInterruptedException - Exception in org.springframework.webflow.conversation.impl
-
Exception
indicating that someThread
wasinterrupted
during processing and as such processing was halted. - LockInterruptedException(InterruptedException) - Constructor for exception org.springframework.webflow.conversation.impl.LockInterruptedException
-
Creates a new
SystemInterruptedException
. - LockTimeoutException - Exception in org.springframework.webflow.conversation.impl
-
Thrown when a lock could not be acquired after a timeout period.
- LockTimeoutException(int) - Constructor for exception org.springframework.webflow.conversation.impl.LockTimeoutException
- logger - Variable in class org.springframework.webflow.action.AbstractAction
-
Logger, usable in subclasses.
- logger - Variable in class org.springframework.webflow.engine.Flow
-
Logger, can be used in subclasses.
- logger - Variable in class org.springframework.webflow.engine.State
-
Logger, for use in subclasses.
- logger - Variable in class org.springframework.webflow.engine.Transition
-
Logger, for use in subclasses.
- logger - Variable in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
Logger, usable in subclasses
- logger - Variable in class org.springframework.webflow.scope.AbstractWebFlowScope
-
Logger, usable by subclasses.
M
- main(String[]) - Static method in class org.springframework.webflow.upgrade.WebFlowUpgrader
- ManySelectionTrackingListDataModel<T> - Class in org.springframework.faces.model
-
A
DataModel
implementation that tracks the currently selected rows, allowing any number of rows to be selected at one time. - ManySelectionTrackingListDataModel() - Constructor for class org.springframework.faces.model.ManySelectionTrackingListDataModel
- ManySelectionTrackingListDataModel(List<T>) - Constructor for class org.springframework.faces.model.ManySelectionTrackingListDataModel
- map(Object, Object) - Method in class org.springframework.binding.mapping.impl.DefaultMapper
- map(Object, Object) - Method in interface org.springframework.binding.mapping.Mapper
-
Map state from a source object to a target object.
- map(DefaultMappingContext) - Method in class org.springframework.binding.mapping.impl.DefaultMapping
-
Execute this mapping.
- MapAccessor<K,
V> - Class in org.springframework.binding.collection -
A simple, generic decorator for getting attributes out of a map.
- MapAccessor(Map<K, V>) - Constructor for class org.springframework.binding.collection.MapAccessor
-
Creates a new attribute map accessor.
- MapAdaptable<K,
V> - Interface in org.springframework.binding.collection -
An object whose contents are capable of being exposed as a map.
- MapAdaptableELResolver - Class in org.springframework.binding.expression.el
-
An
ELResolver
for properly resolving variables in an instance ofMapAdaptable
- MapAdaptableELResolver() - Constructor for class org.springframework.binding.expression.el.MapAdaptableELResolver
- MapAdaptablePropertyAccessor - Class in org.springframework.webflow.expression.spel
-
Spring EL PropertyAccessor for reading from
MapAdaptable
and writing toMutableAttributeMap
. - MapAdaptablePropertyAccessor() - Constructor for class org.springframework.webflow.expression.spel.MapAdaptablePropertyAccessor
- Mapper - Interface in org.springframework.binding.mapping
-
Maps state between two objects.
- Mapping - Interface in org.springframework.binding.mapping
-
Information about a single mapping.
- MappingResult - Interface in org.springframework.binding.mapping
-
A single data mapping result.
- MappingResults - Interface in org.springframework.binding.mapping
-
Exposes information about the results of a mapping transaction.
- MappingResultsCriteria - Interface in org.springframework.binding.mapping
-
A predicate used to select mapping result objects in a call to
MappingResults.getResults(MappingResultsCriteria)
. - mapSubflowOutput(AttributeMap<?>, RequestContext) - Method in interface org.springframework.webflow.engine.SubflowAttributeMapper
-
Map output attributes of an ended subflow flow to the resuming parent flow.
- mapSubflowOutput(AttributeMap<?>, RequestContext) - Method in class org.springframework.webflow.engine.support.GenericSubflowAttributeMapper
- matches(RequestContext) - Method in class org.springframework.webflow.engine.Transition
-
Checks if this transition is eligible for execution given the state of the provided flow execution request context.
- merge(Object, Object) - Method in class org.springframework.webflow.engine.model.AbstractModel
-
Merge two objects.
- merge(String, String) - Method in class org.springframework.webflow.engine.model.AbstractModel
-
Merge two strings.
- merge(LinkedList<T>, LinkedList<T>) - Method in class org.springframework.webflow.engine.model.AbstractModel
-
Merge two lists.
- merge(LinkedList<T>, LinkedList<T>, boolean) - Method in class org.springframework.webflow.engine.model.AbstractModel
-
Merge two lists.
- merge(Model) - Method in class org.springframework.webflow.engine.model.AbstractActionModel
-
Actions are not mergeable
- merge(Model) - Method in class org.springframework.webflow.engine.model.ActionStateModel
- merge(Model) - Method in class org.springframework.webflow.engine.model.AttributeModel
- merge(Model) - Method in class org.springframework.webflow.engine.model.BeanImportModel
- merge(Model) - Method in class org.springframework.webflow.engine.model.BinderModel
- merge(Model) - Method in class org.springframework.webflow.engine.model.BindingModel
- merge(Model) - Method in class org.springframework.webflow.engine.model.DecisionStateModel
- merge(Model) - Method in class org.springframework.webflow.engine.model.EndStateModel
- merge(Model) - Method in class org.springframework.webflow.engine.model.ExceptionHandlerModel
- merge(Model) - Method in class org.springframework.webflow.engine.model.FlowModel
- merge(Model) - Method in class org.springframework.webflow.engine.model.IfModel
- merge(Model) - Method in class org.springframework.webflow.engine.model.InputModel
- merge(Model) - Method in interface org.springframework.webflow.engine.model.Model
-
Merge the model into the current model
- merge(Model) - Method in class org.springframework.webflow.engine.model.OutputModel
- merge(Model) - Method in class org.springframework.webflow.engine.model.PersistenceContextModel
- merge(Model) - Method in class org.springframework.webflow.engine.model.SecuredModel
- merge(Model) - Method in class org.springframework.webflow.engine.model.SubflowStateModel
- merge(Model) - Method in class org.springframework.webflow.engine.model.TransitionModel
- merge(Model) - Method in class org.springframework.webflow.engine.model.VarModel
- merge(Model) - Method in class org.springframework.webflow.engine.model.ViewStateModel
- merge(Model, Model) - Method in class org.springframework.webflow.engine.model.AbstractModel
-
Merge two model elements.
- Message - Class in org.springframework.binding.message
-
An object of communication that provides text information.
- Message(Object, String, Severity) - Constructor for class org.springframework.binding.message.Message
-
Creates a new message.
- MessageBuilder - Class in org.springframework.binding.message
-
A convenient builder for building
MessageResolver
objects programmatically. - MessageBuilder() - Constructor for class org.springframework.binding.message.MessageBuilder
- MessageContext - Interface in org.springframework.binding.message
-
A context for recording and retrieving messages for display.
- MessageContextErrors - Class in org.springframework.binding.message
-
Adapts a MessageContext object to the Spring Errors interface.
- MessageContextErrors(MessageContext, String, Object, ExpressionParser, MessageCodesResolver, MappingResults) - Constructor for class org.springframework.binding.message.MessageContextErrors
-
Creates a new message context errors adapter.
- MessageCriteria - Interface in org.springframework.binding.message
-
A predicate used to select mapping result objects in a call to
MessageContext.getMessagesByCriteria(MessageCriteria)
. - MessageResolver - Interface in org.springframework.binding.message
-
A factory for a Message.
- MessageSourcePropertyAccessor - Class in org.springframework.webflow.expression.spel
-
Spring EL PropertyAccessor that resolves messages from the
MessageSource
of the active Flow. - MessageSourcePropertyAccessor() - Constructor for class org.springframework.webflow.expression.spel.MessageSourcePropertyAccessor
- METHOD_ATTRIBUTE - Static variable in class org.springframework.webflow.execution.AnnotatedAction
-
The action execution method attribute ("method").
- MethodInvocationException - Exception in org.springframework.binding.method
-
Base class for exceptions that report a method invocation failure.
- MethodInvocationException(MethodSignature, Object[], Throwable) - Constructor for exception org.springframework.binding.method.MethodInvocationException
-
Signals that the method with the specified signature could not be invoked with the provided arguments.
- MethodInvoker - Class in org.springframework.binding.method
-
A helper for invoking typed methods on arbitrary objects, with support for argument value type conversion from values retrieved from an argument attribute source, and conversion of the result to a desired type.
- MethodInvoker() - Constructor for class org.springframework.binding.method.MethodInvoker
- MethodKey - Class in org.springframework.binding.method
-
A helper for resolving and caching a Java method by reflection.
- MethodKey(Class<?>, String, Class<?>...) - Constructor for class org.springframework.binding.method.MethodKey
-
Create a new method key.
- MethodSignature - Class in org.springframework.binding.method
-
A specification for a method consisting of the methodName and an optional set of named arguments.
- MethodSignature(String) - Constructor for class org.springframework.binding.method.MethodSignature
-
Creates a method signature with no parameters.
- MethodSignature(String, Parameter) - Constructor for class org.springframework.binding.method.MethodSignature
-
Creates a method signature with a single parameter.
- MethodSignature(String, Parameters) - Constructor for class org.springframework.binding.method.MethodSignature
-
Creates a method signature with a list of parameters.
- MockAction - Class in org.springframework.webflow.test
-
A trivial stub action implementation that can be parameterized to return a particular action execution result.
- MockAction() - Constructor for class org.springframework.webflow.test.MockAction
-
Constructs a new mock action that returns the default
success
execution result. - MockAction(String) - Constructor for class org.springframework.webflow.test.MockAction
-
Constructs a new mock action that returns the provided execution result.
- MockExternalContext - Class in org.springframework.webflow.test
-
Mock implementation of the
ExternalContext
interface. - MockExternalContext() - Constructor for class org.springframework.webflow.test.MockExternalContext
-
Creates a mock external context with an empty request parameter map.
- MockExternalContext(ParameterMap) - Constructor for class org.springframework.webflow.test.MockExternalContext
-
Creates a mock external context with the specified parameters in the request parameter map.
- MockFlowBuilderContext - Class in org.springframework.webflow.test
-
A stub flow service locator implementation suitable for a test environment.
- MockFlowBuilderContext(String) - Constructor for class org.springframework.webflow.test.MockFlowBuilderContext
-
Creates a new mock flow service locator.
- MockFlowBuilderContext(String, AttributeMap<Object>) - Constructor for class org.springframework.webflow.test.MockFlowBuilderContext
-
Creates a new mock flow service locator.
- MockFlowExecutionContext - Class in org.springframework.webflow.test
-
A stub implementation of the flow execution context interface.
- MockFlowExecutionContext() - Constructor for class org.springframework.webflow.test.MockFlowExecutionContext
-
Creates a new mock flow execution context -- automatically installs a root flow definition and active flow session.
- MockFlowExecutionContext(Flow) - Constructor for class org.springframework.webflow.test.MockFlowExecutionContext
-
Creates a new mock flow execution context for the specified root flow definition.
- MockFlowExecutionContext(FlowSession) - Constructor for class org.springframework.webflow.test.MockFlowExecutionContext
-
Creates a new mock flow execution context for the specified active flow session.
- MockFlowExecutionKey - Class in org.springframework.webflow.test
-
A simple flow execution key implementation.
- MockFlowExecutionKey(String) - Constructor for class org.springframework.webflow.test.MockFlowExecutionKey
-
Creates a new mock flow execution key.
- MockFlowExecutionKeyFactory - Class in org.springframework.webflow.test
-
Trivial flow execution key factory implementation that returns a mock flow execution key each time.
- MockFlowExecutionKeyFactory() - Constructor for class org.springframework.webflow.test.MockFlowExecutionKeyFactory
- MockFlowSession - Class in org.springframework.webflow.test
-
Mock implementation of the
FlowSession
interface. - MockFlowSession() - Constructor for class org.springframework.webflow.test.MockFlowSession
-
Creates a new mock flow session that sets a flow with id "mockFlow" as the 'active flow' in state "mockState".
- MockFlowSession(Flow) - Constructor for class org.springframework.webflow.test.MockFlowSession
-
Creates a new mock session in a created state for the specified flow definition.
- MockFlowSession(Flow, AttributeMap<?>) - Constructor for class org.springframework.webflow.test.MockFlowSession
-
Creates a new mock session for the specified flow definition.
- MockParameterMap - Class in org.springframework.webflow.test
-
A extension of parameter map that allows for mutation of parameters.
- MockParameterMap() - Constructor for class org.springframework.webflow.test.MockParameterMap
-
Creates a new parameter map, initially empty.
- MockRequestContext - Class in org.springframework.webflow.test
-
Mock implementation of the
RequestContext
interface to facilitate standalone flow artifact (e.g. - MockRequestContext() - Constructor for class org.springframework.webflow.test.MockRequestContext
-
Convenience constructor that creates a new mock request context with the following defaults: A mock flow execution context with a active session of flow "mockFlow" in state "mockState".
- MockRequestContext(ParameterMap) - Constructor for class org.springframework.webflow.test.MockRequestContext
-
Convenience constructor that creates a new mock request context with the following defaults: A mock flow execution context with a active session of flow "mockFlow" in state "mockState".
- MockRequestContext(Flow) - Constructor for class org.springframework.webflow.test.MockRequestContext
-
Convenience constructor that creates a new mock request context with the following defaults: A mock flow execution context with an active session for the specified flow.
- MockRequestContext(FlowExecutionContext) - Constructor for class org.springframework.webflow.test.MockRequestContext
-
Creates a new mock request context with the provided flow execution context.
- MockRequestControlContext - Class in org.springframework.webflow.test
-
Mock implementation of the
RequestControlContext
interface to facilitate standalone Flow and State unit tests. - MockRequestControlContext() - Constructor for class org.springframework.webflow.test.MockRequestControlContext
-
Creates a new mock request control context.
- MockRequestControlContext(Flow) - Constructor for class org.springframework.webflow.test.MockRequestControlContext
-
Creates a new mock request control context for controlling a mock execution of the provided flow definition.
- MockRequestControlContext(FlowExecutionContext) - Constructor for class org.springframework.webflow.test.MockRequestControlContext
-
Creates a new mock request control context for controlling a flow execution.
- Model - Interface in org.springframework.webflow.engine.model
-
Interface defining models.
- MultiAction - Class in org.springframework.webflow.action
-
Action implementation that bundles two or more action execution methods into a single class.
- MultiAction() - Constructor for class org.springframework.webflow.action.MultiAction
-
Protected default constructor; not invokable for direct MultiAction instantiation.
- MultiAction(Object) - Constructor for class org.springframework.webflow.action.MultiAction
-
Constructs a multi action that invokes methods on the specified target object.
- MultiAction.MethodResolver - Interface in org.springframework.webflow.action
-
Strategy interface used by the MultiAction to map a request context to the name of an action execution method.
- MutableAttributeMap<V> - Interface in org.springframework.webflow.core.collection
-
An interface for accessing and modifying attributes in a backing map with string keys.
- MvcExternalContext - Class in org.springframework.webflow.mvc.servlet
-
Spring MVC external context implementation.
- MvcExternalContext(ServletContext, HttpServletRequest, HttpServletResponse, FlowUrlHandler) - Constructor for class org.springframework.webflow.mvc.servlet.MvcExternalContext
-
Create a new external context wrapping given servlet HTTP request and response and given servlet context.
- MvcViewFactoryCreator - Class in org.springframework.webflow.mvc.builder
-
Returns
view factories
that create native Spring MVC-based views. - MvcViewFactoryCreator() - Constructor for class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
Create a new Spring MVC View Factory Creator.
N
- NAME_ATTRIBUTE - Static variable in class org.springframework.webflow.execution.AnnotatedAction
-
The action name attribute ("name").
- newDefaultInstance(Object, Object, Object, Lifecycle) - Static method in class org.springframework.faces.webflow.FacesContextHelper
-
Factory method that can be used to create a new default
FacesContext
instance. - newInstance() - Static method in class org.springframework.faces.webflow.FlowLifecycle
- newInstance(RequestContext, Lifecycle) - Static method in class org.springframework.faces.webflow.FlowFacesContext
- nextId() - Method in class org.springframework.webflow.conversation.impl.ConversationContainer
- nextSnapshotId() - Method in interface org.springframework.webflow.execution.repository.impl.FlowExecutionSnapshotGroup
-
Gets the next snapshot id for new snapshot to add to this group.
- nextSnapshotId(Serializable) - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
- nextSnapshotId(Serializable) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
The next snapshot id to use for a
FlowExecution
instance. - no() - Method in class org.springframework.webflow.action.AbstractAction
-
Returns a "no" result event.
- no(Object) - Method in class org.springframework.webflow.action.EventFactorySupport
-
Returns a "no" result event.
- NoMatchingTransitionException - Exception in org.springframework.webflow.engine
-
Thrown when no transition can be matched given the occurence of an event in the context of a flow execution request.
- NoMatchingTransitionException(String, String, Event, String) - Constructor for exception org.springframework.webflow.engine.NoMatchingTransitionException
-
Create a new no matching transition exception.
- NoMatchingTransitionException(String, String, Event, String, Throwable) - Constructor for exception org.springframework.webflow.engine.NoMatchingTransitionException
-
Create a new no matching transition exception.
- NONE - Static variable in class org.springframework.binding.method.Parameters
-
Canonical instance for an empty parameters list.
- NoOpConversationLock - Class in org.springframework.webflow.conversation.impl
-
A singleton lock that doesn't do anything.
- NoSuchConversationException - Exception in org.springframework.webflow.conversation
-
Thrown when no logical conversation exists with the specified
conversationId
. - NoSuchConversationException(ConversationId) - Constructor for exception org.springframework.webflow.conversation.NoSuchConversationException
-
Create a new conversation lookup exception.
- NoSuchFlowDefinitionException - Exception in org.springframework.webflow.definition.registry
-
Thrown when no flow definition was found during a lookup operation by a flow locator.
- NoSuchFlowDefinitionException(String) - Constructor for exception org.springframework.webflow.definition.registry.NoSuchFlowDefinitionException
-
Creates an exception indicating a flow definition could not be found.
- NoSuchFlowExecutionException - Exception in org.springframework.webflow.execution.repository
-
Thrown when the flow execution with the persistent identifier provided could not be found.
- NoSuchFlowExecutionException(FlowExecutionKey, Exception) - Constructor for exception org.springframework.webflow.execution.repository.NoSuchFlowExecutionException
-
Creates a new no such flow execution exception.
- NoSuchFlowModelException - Exception in org.springframework.webflow.engine.model.registry
-
Thrown when no flow model was found during a lookup operation by a flow locator.
- NoSuchFlowModelException(String) - Constructor for exception org.springframework.webflow.engine.model.registry.NoSuchFlowModelException
-
Creates an exception indicating a flow model could not be found.
- NOT_STARTED - Enum constant in enum class org.springframework.webflow.engine.impl.FlowExecutionStatus
-
The flow execution has not yet started.
- notifyAfterListeners(PhaseId, Lifecycle, FacesContext) - Static method in class org.springframework.faces.webflow.JsfUtils
- notifyBeforeListeners(PhaseId, Lifecycle, FacesContext) - Static method in class org.springframework.faces.webflow.JsfUtils
- NotTransitionCriteria - Class in org.springframework.webflow.engine.support
-
Transition criteria that negates the result of the evaluation of another criteria object.
- NotTransitionCriteria(TransitionCriteria) - Constructor for class org.springframework.webflow.engine.support.NotTransitionCriteria
-
Create a new transition criteria object that will negate the result of given criteria object.
- NullParserContext - Class in org.springframework.binding.expression.support
-
A null object implementation of ParserContext.
- NumberFormatFactory - Interface in org.springframework.binding.format
-
A factory for
NumberFormat
objects. - NumberToNumber - Class in org.springframework.binding.convert.converters
-
A one-way converter that can convert from any JDK-standard Number implementation to any other JDK-standard Number implementation.
- NumberToNumber() - Constructor for class org.springframework.binding.convert.converters.NumberToNumber
O
- ObjectToArray - Class in org.springframework.binding.convert.converters
-
Special two-way converter that converts an object to an single-element array.
- ObjectToArray(ConversionExecutor) - Constructor for class org.springframework.binding.convert.converters.ObjectToArray
-
Creates a new object to array converter.
- ObjectToArray(ConversionService) - Constructor for class org.springframework.binding.convert.converters.ObjectToArray
-
Creates a new object to array converter.
- ObjectToCollection - Class in org.springframework.binding.convert.converters
-
Special two-way converter that converts an object to an single-element collection.
- ObjectToCollection(ConversionExecutor) - Constructor for class org.springframework.binding.convert.converters.ObjectToCollection
-
Creates a new object to collection converter
- ObjectToCollection(ConversionService) - Constructor for class org.springframework.binding.convert.converters.ObjectToCollection
-
Creates a new object to collection converter
- OneSelectionTrackingListDataModel<T> - Class in org.springframework.faces.model
-
A
DataModel
implementation that tracks the currently selected row, allowing only one selection at a time. - OneSelectionTrackingListDataModel() - Constructor for class org.springframework.faces.model.OneSelectionTrackingListDataModel
- OneSelectionTrackingListDataModel(List<T>) - Constructor for class org.springframework.faces.model.OneSelectionTrackingListDataModel
- org.springframework.binding.collection - package org.springframework.binding.collection
-
Collection related classes usable by other packages and systems.
- org.springframework.binding.convert - package org.springframework.binding.convert
-
Core services for converting objects from one type to another.
- org.springframework.binding.convert.converters - package org.springframework.binding.convert.converters
-
Common Converter implementations.
- org.springframework.binding.convert.service - package org.springframework.binding.convert.service
-
Contains the implementation of the type ConversionService.
- org.springframework.binding.expression - package org.springframework.binding.expression
-
Core expression language abstraction for parsing and evaluating expressions.
- org.springframework.binding.expression.beanwrapper - package org.springframework.binding.expression.beanwrapper
-
Support for Spring's BeanWrapper implemented by the BeanWrapperExpressionParser.
- org.springframework.binding.expression.el - package org.springframework.binding.expression.el
-
Support for the Unified Expression Language (EL) implemented by the ELExpressionParser.
- org.springframework.binding.expression.spel - package org.springframework.binding.expression.spel
- org.springframework.binding.expression.support - package org.springframework.binding.expression.support
-
Support classes commonly used by ExpressionParser implementations.
- org.springframework.binding.format - package org.springframework.binding.format
-
Core services for formatting objects into a string form for display in a UI.
- org.springframework.binding.mapping - package org.springframework.binding.mapping
-
Support for mapping data between objects.
- org.springframework.binding.mapping.impl - package org.springframework.binding.mapping.impl
-
The default data Mapper implementation.
- org.springframework.binding.mapping.results - package org.springframework.binding.mapping.results
-
Possible Mapping results.
- org.springframework.binding.message - package org.springframework.binding.message
-
A system for recording and tracking locale-specific messages to display in a UI.
- org.springframework.binding.method - package org.springframework.binding.method
-
Custom method binding support for invoking methods on objects.
- org.springframework.binding.validation - package org.springframework.binding.validation
-
Common validation interfaces.
- org.springframework.faces.config - package org.springframework.faces.config
-
Configuration support for the Spring Faces custom XML namespace.
- org.springframework.faces.model - package org.springframework.faces.model
-
Extended implementations of JSF-specific data structures such as DataModel.
- org.springframework.faces.model.converter - package org.springframework.faces.model.converter
-
Conversion support for JSF-specific data structures.
- org.springframework.faces.mvc - package org.springframework.faces.mvc
-
Support for JSF integration with Spring MVC.
- org.springframework.faces.security - package org.springframework.faces.security
- org.springframework.faces.support - package org.springframework.faces.support
-
Development and debugging support for working with JSF.
- org.springframework.faces.webflow - package org.springframework.faces.webflow
-
The integration layer between Spring Web Flow and Java Server Faces (JSF).
- org.springframework.webflow.action - package org.springframework.webflow.action
-
Common action implementations invokable by flow definitions.
- org.springframework.webflow.config - package org.springframework.webflow.config
-
High-level flow system configuration support within a Spring environment.
- org.springframework.webflow.context - package org.springframework.webflow.context
-
The external context subsystem for accessing the environment of a client that has called into Spring Web Flow.
- org.springframework.webflow.context.servlet - package org.springframework.webflow.context.servlet
-
Contains the ServletExternalContext implementation for calling into Web Flow from a Servlet environment.
- org.springframework.webflow.context.web - package org.springframework.webflow.context.web
-
Shared classes used with Servlet or alternative ExternalContext implementations.
- org.springframework.webflow.conversation - package org.springframework.webflow.conversation
-
The conversation subsystem for beginning and ending conversations that manage the state of user interactions.
- org.springframework.webflow.conversation.impl - package org.springframework.webflow.conversation.impl
-
Conversation manager implementations.
- org.springframework.webflow.core - package org.springframework.webflow.core
-
Foundational, generic types usable by all other packages.
- org.springframework.webflow.core.collection - package org.springframework.webflow.core.collection
-
Core element collection types used within Spring Web Flow.
- org.springframework.webflow.definition - package org.springframework.webflow.definition
-
Core, stable abstractions for representing flow definitions.
- org.springframework.webflow.definition.registry - package org.springframework.webflow.definition.registry
-
The flow definition registry subsystem for managing collections of executable flow definitions.
- org.springframework.webflow.engine - package org.springframework.webflow.engine
-
The implementation of the web flow execution engine.
- org.springframework.webflow.engine.builder - package org.springframework.webflow.engine.builder
-
The FlowBuilder subsystem for building and assembling executable flow definitions.
- org.springframework.webflow.engine.builder.model - package org.springframework.webflow.engine.builder.model
- org.springframework.webflow.engine.builder.support - package org.springframework.webflow.engine.builder.support
-
Support classes for implementing FlowBuilders.
- org.springframework.webflow.engine.impl - package org.springframework.webflow.engine.impl
-
The implementation of Spring Web Flow's flow execution engine, based on finite-state machine.
- org.springframework.webflow.engine.model - package org.springframework.webflow.engine.model
-
Defines a configuration model for Flow instances.
- org.springframework.webflow.engine.model.builder - package org.springframework.webflow.engine.model.builder
-
The FlowModelBuilder subsystem for building FlowModels, a configuration model for a Flow instance.
- org.springframework.webflow.engine.model.builder.xml - package org.springframework.webflow.engine.model.builder.xml
-
Defines the XmlFlowModelBuilder, for building FlowModels from XML-based resources.
- org.springframework.webflow.engine.model.registry - package org.springframework.webflow.engine.model.registry
-
The registry subsystem for managing collections of flow models.
- org.springframework.webflow.engine.support - package org.springframework.webflow.engine.support
-
Support implementations the engine uses internally.
- org.springframework.webflow.execution - package org.springframework.webflow.execution
-
Core, stable abstractions for representing runtime executions of flow definitions.
- org.springframework.webflow.execution.factory - package org.springframework.webflow.execution.factory
-
Supporting types often used by flow execution factory implementations.
- org.springframework.webflow.execution.repository - package org.springframework.webflow.execution.repository
-
The flow execution repository subsystem for saving and restoring managed flow executions.
- org.springframework.webflow.execution.repository.impl - package org.springframework.webflow.execution.repository.impl
-
Contains the concrete flow execution repository implementations provided by the framework.
- org.springframework.webflow.execution.repository.snapshot - package org.springframework.webflow.execution.repository.snapshot
-
Support for repositories that take flow execution snapshots to support backtracking.
- org.springframework.webflow.execution.repository.support - package org.springframework.webflow.execution.repository.support
-
General purpose implementation assistance for flow execution repositories.
- org.springframework.webflow.executor - package org.springframework.webflow.executor
-
High-level executors for driving the execution of flow definitions.
- org.springframework.webflow.expression.el - package org.springframework.webflow.expression.el
-
Web Flow integration with the Unified EL API.
- org.springframework.webflow.expression.spel - package org.springframework.webflow.expression.spel
- org.springframework.webflow.mvc.builder - package org.springframework.webflow.mvc.builder
-
Support for configuring Spring MVC-based ViewFactory implementations when building a Flow.
- org.springframework.webflow.mvc.servlet - package org.springframework.webflow.mvc.servlet
-
The integration between Web Flow and Spring MVC, Spring's web application platform.
- org.springframework.webflow.mvc.view - package org.springframework.webflow.mvc.view
-
Support for rendering Spring MVC-based Views within Web Flow.
- org.springframework.webflow.persistence - package org.springframework.webflow.persistence
-
Flow-managed persistence with Hibernate and JPA.
- org.springframework.webflow.scope - package org.springframework.webflow.scope
-
Web Flow custom bean scopes allowing access to scoped-beans from a Spring ApplicationContext.
- org.springframework.webflow.security - package org.springframework.webflow.security
-
Support for securing flows using Spring Security.
- org.springframework.webflow.test - package org.springframework.webflow.test
-
Support for testing flows and their associated artifacts.
- org.springframework.webflow.test.execution - package org.springframework.webflow.test.execution
-
Support for testing the execution of a flow definition.
- org.springframework.webflow.upgrade - package org.springframework.webflow.upgrade
-
A migration tool to convert Web Flow version 1 flow definitions to the version 2 format.
- org.springframework.webflow.validation - package org.springframework.webflow.validation
- OutputModel - Class in org.springframework.webflow.engine.model
-
Model support for output mappings.
- OutputModel(String, String) - Constructor for class org.springframework.webflow.engine.model.OutputModel
-
Create an output mapping model
P
- Parameter - Class in org.springframework.binding.method
-
A named method parameter.
- Parameter(Class<?>, Expression) - Constructor for class org.springframework.binding.method.Parameter
-
Create a new named parameter definition.
- ParameterMap - Interface in org.springframework.webflow.core.collection
-
An interface for accessing parameters in a backing map.
- Parameters - Class in org.springframework.binding.method
-
An ordered list of method parameters.
- Parameters() - Constructor for class org.springframework.binding.method.Parameters
-
Create a parameter list of the default size (3 elements).
- Parameters(int) - Constructor for class org.springframework.binding.method.Parameters
-
Create a parameter list with the specified size.
- Parameters(Parameter) - Constructor for class org.springframework.binding.method.Parameters
-
Create a parameter list with one parameter.
- Parameters(Parameter...) - Constructor for class org.springframework.binding.method.Parameters
-
Create a parameter list from the parameter array.
- parse(Element, ParserContext) - Method in class org.springframework.faces.config.ResourcesBeanDefinitionParser
- parseConversationId(String) - Method in interface org.springframework.webflow.conversation.ConversationManager
-
Parse the string-encoded conversationId into its object form.
- parseConversationId(String) - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
- parseExpression(String, ParserContext) - Method in class org.springframework.binding.expression.el.ELExpressionParser
- parseExpression(String, ParserContext) - Method in interface org.springframework.binding.expression.ExpressionParser
-
Parse the expression string and return a compiled Expression object you can use for evaluation.
- parseExpression(String, ParserContext) - Method in class org.springframework.binding.expression.spel.SpringELExpressionParser
- parseExpression(String, ParserContext) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
- parseFlowExecutionKey(String) - Method in interface org.springframework.webflow.execution.repository.FlowExecutionRepository
-
Parse the string-encoded flow execution key into its object form.
- parseFlowExecutionKey(String) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
- ParserContext - Interface in org.springframework.binding.expression
-
Input provided to an expression parser that can influence an expression parsing/compilation routine.
- ParserException - Exception in org.springframework.binding.expression
-
Base class for exceptions thrown during expression parsing.
- ParserException(String, String, Throwable) - Constructor for exception org.springframework.binding.expression.ParserException
-
Creates a new expression parsing exception.
- ParserException(String, Throwable) - Constructor for exception org.springframework.binding.expression.ParserException
-
Creates a new expression parsing exception.
- parseVariableExpressions(ExpressionVariable[]) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
- paused(RequestContext) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called when a flow execution is paused, for instance when it is waiting for user input (after event processing).
- paused(RequestContext) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- paused(RequestContext) - Method in class org.springframework.webflow.persistence.HibernateFlowExecutionListener
- paused(RequestContext) - Method in class org.springframework.webflow.persistence.JpaFlowExecutionListener
- PercentNumberFormatFactory - Class in org.springframework.binding.format
-
Produces NumberFormat instances that format percent values.
- PercentNumberFormatFactory() - Constructor for class org.springframework.binding.format.PercentNumberFormatFactory
- PermissionDeniedFlowExecutionAccessException - Exception in org.springframework.webflow.execution.repository
-
Thrown when access to a flow execution was denied by a repository.
- PermissionDeniedFlowExecutionAccessException(FlowExecutionKey, Exception) - Constructor for exception org.springframework.webflow.execution.repository.PermissionDeniedFlowExecutionAccessException
-
Creates a new flow execution restoration exception.
- PERSISTENCE_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.webflow.persistence.HibernateFlowExecutionListener
-
The name of the attribute the flow
persistence context
is indexed under. - PERSISTENCE_CONTEXT_ATTRIBUTE - Static variable in class org.springframework.webflow.persistence.JpaFlowExecutionListener
-
The name of the attribute the flow
persistence context
is indexed under.d - PersistenceContextModel - Class in org.springframework.webflow.engine.model
-
Model support for persistence context elements.
- PersistenceContextModel() - Constructor for class org.springframework.webflow.engine.model.PersistenceContextModel
-
Create a persistence context model
- POPUP_VIEW_HEADER - Static variable in class org.springframework.webflow.context.servlet.DefaultAjaxHandler
-
Response header to be set on a redirect that should be issued from a popup window.
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.springframework.webflow.scope.ScopeRegistrar
- postProcessMessageCode(String) - Method in class org.springframework.webflow.validation.WebFlowMessageCodesResolver
-
Post-process the given message code, built by this resolver.
- postProcessMessageText(String) - Method in class org.springframework.binding.message.DefaultMessageResolver
-
Subclasses may override to perform special post-processing of the returned message text; for example, running it through an Expression evaluator.
- postProcessResult(Event) - Method in class org.springframework.webflow.execution.AnnotatedAction
-
Get the event id to be used as grounds for a transition in the containing state, based on given result returned from action execution.
- PRESERVE - Enum constant in enum class org.springframework.webflow.engine.History
-
The history of the view state should be preserved when the view state exits to support back-tracking.
- processAction(ActionEvent) - Method in class org.springframework.faces.model.SelectionTrackingActionListener
- processAction(ActionEvent) - Method in class org.springframework.faces.webflow.FlowActionListener
- processUserEvent() - Method in class org.springframework.faces.webflow.JsfView
-
Executes postback-processing portions of the standard JSF lifecycle including APPLY_REQUEST_VALUES through INVOKE_APPLICATION.
- processUserEvent() - Method in interface org.springframework.webflow.execution.View
-
Process the queued user event.
- processUserEvent() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
- PropertyEditorConverter - Class in org.springframework.binding.convert.converters
-
Adapts a PropertyEditor to the
TwoWayConverter
interface. - PropertyEditorConverter(PropertyEditor, Class<?>) - Constructor for class org.springframework.binding.convert.converters.PropertyEditorConverter
-
Creates a new property editor converter.
- PropertyNotFoundException - Exception in org.springframework.binding.expression
-
An evaluation exception indicating a expression that references a property failed to evaluate because the property could not be found.
- PropertyNotFoundException(Class<?>, String, Throwable) - Constructor for exception org.springframework.binding.expression.PropertyNotFoundException
-
Creates a new property not found exception
- put(String, String) - Method in class org.springframework.webflow.test.MockParameterMap
-
Add a new parameter to this map.
- put(String, String[]) - Method in class org.springframework.webflow.test.MockParameterMap
-
Add a new multi-valued parameter to this map.
- put(String, List<MultipartFile>) - Method in class org.springframework.webflow.test.MockParameterMap
-
Add a new multi-valued multi-part file parameter to this map.
- put(String, MultipartFile) - Method in class org.springframework.webflow.test.MockParameterMap
-
Add a new multi-part file parameter to this map.
- put(String, V) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
- put(String, V) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- put(String, V) - Method in interface org.springframework.webflow.core.collection.MutableAttributeMap
-
Put the attribute into this map.
- put(K, V) - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
-
Put an object into the cache, possibly wrapping it with a weak reference.
- put(K, V) - Method in class org.springframework.binding.collection.SharedMapDecorator
- putAll(Map<? extends String, ? extends V>) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
- putAll(Map<? extends K, ? extends V>) - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
- putAll(Map<? extends K, ? extends V>) - Method in class org.springframework.binding.collection.SharedMapDecorator
- putAll(AttributeMap<? extends V>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- putAll(AttributeMap<? extends V>) - Method in interface org.springframework.webflow.core.collection.MutableAttributeMap
-
Put all the attributes into this map.
- putAttribute(Object, Object) - Method in interface org.springframework.webflow.conversation.Conversation
-
Puts a conversation attribute into this context.
- putAttribute(Object, Object) - Method in class org.springframework.webflow.conversation.impl.ContainedConversation
- putAttribute(String, Object) - Method in class org.springframework.webflow.execution.AnnotatedAction
-
Set an attribute on this annotated object.
- putAttribute(String, Object) - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
Puts a execution attribute into the context.
- putContextFactory(Class<?>, ELContextFactory) - Method in class org.springframework.binding.expression.el.ELExpressionParser
-
Register the ELContextFactory for expressions that evaluate the given class of context object.
- putConversationScope(FlowExecution, Conversation) - Method in class org.springframework.webflow.execution.repository.snapshot.AbstractSnapshottingFlowExecutionRepository
-
Puts the value of conversation scope in the conversation object.
- putFlowExecution(FlowExecution) - Method in interface org.springframework.webflow.execution.repository.FlowExecutionRepository
-
Place the
FlowExecution
in this repository under the provided key. - putFlowExecution(FlowExecution) - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
- putFlowExecution(FlowExecution) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
- putFormErrors(Errors, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Expose given errors instance in the specified scope.
- putFormObject(Object, String, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Expose given form object using given name in specified scope.
- putRequestParameter(String, String) - Method in class org.springframework.webflow.test.MockExternalContext
-
Puts a request parameter into the mock parameter map.
- putRequestParameter(String, String) - Method in class org.springframework.webflow.test.MockRequestContext
-
Adds a request parameter to the configured external context.
- putRequestParameter(String, String[]) - Method in class org.springframework.webflow.test.MockExternalContext
-
Puts a multi-valued request parameter into the mock parameter map.
- putRequestParameter(String, String[]) - Method in class org.springframework.webflow.test.MockRequestContext
-
Adds a multi-valued request parameter to the configured external context.
- putRequestParameter(String, List<MultipartFile>) - Method in class org.springframework.webflow.test.MockExternalContext
-
Puts a multi-valued MultipartFile request parameter into the mock parameter map.
- putRequestParameter(String, List<MultipartFile>) - Method in class org.springframework.webflow.test.MockRequestContext
-
Puts a multi-valued MultipartFile request parameter into the mock parameter map.
- putRequestParameter(String, MultipartFile) - Method in class org.springframework.webflow.test.MockExternalContext
-
Puts a MultipartFile request parameter into the mock parameter map.
- putRequestParameter(String, MultipartFile) - Method in class org.springframework.webflow.test.MockRequestContext
-
Puts a MultipartFile request parameter into the mock parameter map.
R
- read(EvaluationContext, Object, String) - Method in class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
- read(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.ActionPropertyAccessor
- read(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.BeanFactoryPropertyAccessor
- read(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor
- read(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.MapAdaptablePropertyAccessor
- read(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.MessageSourcePropertyAccessor
- read(EvaluationContext, Object, String) - Method in class org.springframework.webflow.expression.spel.ScopeSearchingPropertyAccessor
- readExternal(ObjectInput) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- readExternal(ObjectInput) - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
- recordResponseComplete() - Method in interface org.springframework.webflow.context.ExternalContext
-
Called by flow artifacts such as View states and end states to indicate they handled the response, typically by writing out content to the response stream.
- recordResponseComplete() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- recordResponseComplete() - Method in class org.springframework.webflow.test.MockExternalContext
- recordSuppressedField(String) - Method in class org.springframework.webflow.mvc.view.BindingModel
- REDIRECT_URL_HEADER - Static variable in class org.springframework.webflow.context.servlet.DefaultAjaxHandler
-
Response header to be set on an Ajax redirect with the redirect location
- refresh() - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionHolder
-
Refresh the flow definition held by this holder.
- refresh() - Method in class org.springframework.webflow.engine.builder.DefaultFlowHolder
- refresh() - Method in class org.springframework.webflow.engine.model.builder.DefaultFlowModelHolder
- refresh() - Method in interface org.springframework.webflow.engine.model.registry.FlowModelHolder
-
Refresh the flow model held by this holder.
- registerBean(String, Object) - Method in class org.springframework.webflow.test.MockFlowBuilderContext
-
Register a bean in the backing bean factory, typically to support a flow execution test.
- registerDestructionCallback(String, Runnable) - Method in class org.springframework.webflow.scope.AbstractWebFlowScope
-
Will not register a destruction callback as Spring Web Flow does not support destruction of scoped beans.
- registerFlowBeans(ConfigurableBeanFactory) - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
-
Register beans in the bean factory local to the flow definition being built.
- registerFlowDefinition(FlowDefinition) - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistry
-
Register a flow definition in this registry.
- registerFlowDefinition(FlowDefinition) - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
- registerFlowDefinition(FlowDefinitionHolder) - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistry
-
Register a flow definition in this registry.
- registerFlowDefinition(FlowDefinitionHolder) - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
- registerFlowHandler(FlowHandler) - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Registers a flow handler this controller should delegate to to customize the control logic associated with managing the execution of a specific flow.
- registerFlowModel(String, FlowModelHolder) - Method in interface org.springframework.webflow.engine.model.registry.FlowModelRegistry
-
Register a flow model in this registry.
- registerFlowModel(String, FlowModelHolder) - Method in class org.springframework.webflow.engine.model.registry.FlowModelRegistryImpl
- registerMockFlowBeans(ConfigurableBeanFactory) - Method in class org.springframework.webflow.test.execution.AbstractXmlFlowExecutionTests
-
Template method subclasses may override to register mock implementations of services used locally by the flow being tested.
- registerPropertyEditors(PropertyEditorRegistry) - Method in class org.springframework.webflow.action.FormAction
-
Register custom editors to perform type conversion on fields of your form object during data binding and form display.
- registerPropertyEditors(RequestContext, PropertyEditorRegistry) - Method in class org.springframework.webflow.action.FormAction
-
Register custom editors to perform type conversion on fields of your form object during data binding and form display.
- registerSubflow(Flow) - Method in class org.springframework.webflow.test.MockFlowBuilderContext
-
Register a subflow definition in the backing flow registry, typically to support a flow execution test.
- reject(String, Object[], String) - Method in class org.springframework.binding.message.MessageContextErrors
- reject(String, Object[], String) - Method in class org.springframework.webflow.mvc.view.BindingModel
- rejectValue(String, String, Object[], String) - Method in class org.springframework.binding.message.MessageContextErrors
- rejectValue(String, String, Object[], String) - Method in class org.springframework.webflow.mvc.view.BindingModel
- release() - Method in class org.springframework.faces.webflow.FlowFacesContext
- releaseIfNecessary() - Method in class org.springframework.faces.webflow.FacesContextHelper
-
Release any previously
obtained
FacesContext
if necessary. - remove(Object) - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
- remove(Object) - Method in class org.springframework.binding.collection.SharedMapDecorator
- remove(Object) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
- remove(String) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- remove(String) - Method in interface org.springframework.webflow.core.collection.MutableAttributeMap
-
Remove an attribute from this map.
- remove(String) - Method in class org.springframework.webflow.scope.AbstractWebFlowScope
- remove(FlowExecutionExceptionHandler) - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
-
Remove the exception handler instance from this set.
- remove(Transition) - Method in class org.springframework.webflow.engine.TransitionSet
-
Remove the transition instance from this set.
- remove(Action) - Method in class org.springframework.webflow.engine.ActionList
-
Remove the action instance from this list.
- removeAll(MutableAttributeMap<? extends V>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- removeAll(MutableAttributeMap<? extends V>) - Method in interface org.springframework.webflow.core.collection.MutableAttributeMap
-
Remove all attributes in the map provided from this map.
- removeAllFlowExecutionSnapshots() - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Remove all flow execution snapshots associated with the ongoing conversation.
- removeAllFlowExecutionSnapshots() - Method in class org.springframework.webflow.test.MockRequestControlContext
- removeAllFlowExecutionSnapshots(FlowExecution) - Method in interface org.springframework.webflow.execution.FlowExecutionKeyFactory
-
Remove all snapshots associated with the flow execution from storage, invalidating all history.
- removeAllFlowExecutionSnapshots(FlowExecution) - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
- removeAllFlowExecutionSnapshots(FlowExecution) - Method in class org.springframework.webflow.test.MockFlowExecutionKeyFactory
- removeAllSnapshots() - Method in interface org.springframework.webflow.execution.repository.impl.FlowExecutionSnapshotGroup
-
Remove all snapshots in this group.
- removeAttribute(Object) - Method in interface org.springframework.webflow.conversation.Conversation
-
Removes a conversation attribute.
- removeAttribute(Object) - Method in class org.springframework.webflow.conversation.impl.ContainedConversation
- removeAttribute(String) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
-
Hook method that needs to be implemented by concrete subclasses.
- removeAttribute(String) - Method in class org.springframework.webflow.context.servlet.HttpServletContextMap
- removeAttribute(String) - Method in class org.springframework.webflow.context.servlet.HttpServletRequestMap
- removeAttribute(String) - Method in class org.springframework.webflow.context.servlet.HttpServletRequestParameterMap
- removeAttribute(String) - Method in class org.springframework.webflow.context.servlet.HttpSessionMap
- removeAttribute(String) - Method in class org.springframework.webflow.test.MockRequestContext
-
Remove a request context attribute.
- removeConversation(ConversationId) - Method in class org.springframework.webflow.conversation.impl.ConversationContainer
-
Remove identified conversation from this container.
- removeCurrentFlowExecutionSnapshot() - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Remove the current flow execution snapshot to invalidate the current state.
- removeCurrentFlowExecutionSnapshot() - Method in class org.springframework.webflow.test.MockRequestControlContext
- removeFlowExecution(FlowExecution) - Method in interface org.springframework.webflow.execution.repository.FlowExecutionRepository
-
Remove the flow execution from the repository.
- removeFlowExecution(FlowExecution) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
- removeFlowExecutionSnapshot(FlowExecution) - Method in interface org.springframework.webflow.execution.FlowExecutionKeyFactory
-
Remove the snapshot that was used to restore this flow execution, discarding it for future use.
- removeFlowExecutionSnapshot(FlowExecution) - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
- removeFlowExecutionSnapshot(FlowExecution) - Method in class org.springframework.webflow.test.MockFlowExecutionKeyFactory
- removePhaseListener(PhaseListener) - Method in class org.springframework.faces.support.LifecycleWrapper
- removeSnapshot(Serializable) - Method in interface org.springframework.webflow.execution.repository.impl.FlowExecutionSnapshotGroup
-
Remove the snapshot with the given id.
- render() - Method in class org.springframework.faces.webflow.JsfView
-
Performs the standard duties of the JSF RENDER_RESPONSE phase.
- render() - Method in interface org.springframework.webflow.execution.View
-
Render this view's content.
- render() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
- render(FacesContext) - Method in class org.springframework.faces.support.LifecycleWrapper
- RENDER_FRAGMENTS_ATTRIBUTE - Static variable in interface org.springframework.webflow.execution.View
-
Well-known attribute name for storing a render fragments value.
- RenderAction - Class in org.springframework.webflow.action
-
An action that sets a special attribute that views use to render partial views called "fragments", instead of the entire view.
- RenderAction(Expression...) - Constructor for class org.springframework.webflow.action.RenderAction
-
Creates a new render action.
- renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.faces.mvc.JsfView
- RenderModel - Class in org.springframework.webflow.engine.model
-
Model support for render actions.
- RenderModel(String) - Constructor for class org.springframework.webflow.engine.model.RenderModel
-
Create a render action model
- renderResponse() - Method in class org.springframework.faces.webflow.FlowFacesContext
- replaceWith(AttributeMap<? extends V>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- replaceWith(AttributeMap<? extends V>) - Method in interface org.springframework.webflow.core.collection.MutableAttributeMap
-
Replace the contents of this attribute map with the contents of the provided collection.
- REQUEST - Enum constant in enum class org.springframework.webflow.execution.ScopeType
-
The "request" scope type.
- REQUEST_CONTEXT_VARIABLE_NAME - Static variable in class org.springframework.webflow.expression.el.RequestContextELResolver
-
Name of the request context variable.
- RequestContext - Interface in org.springframework.webflow.execution
-
A context for a single request to manipulate a flow execution.
- RequestContextELResolver - Class in org.springframework.webflow.expression.el
-
Custom EL resolver that resolves the current RequestContext under the variable
RequestContextELResolver.REQUEST_CONTEXT_VARIABLE_NAME
. - RequestContextELResolver() - Constructor for class org.springframework.webflow.expression.el.RequestContextELResolver
- RequestContextELResolver(RequestContext) - Constructor for class org.springframework.webflow.expression.el.RequestContextELResolver
- RequestContextHolder - Class in org.springframework.webflow.execution
-
Simple holder class that associates a
RequestContext
instance with the current thread. - RequestControlContext - Interface in org.springframework.webflow.engine
-
Mutable control interface used to manipulate an ongoing flow execution in the context of one client request.
- requestExternalRedirect(String) - Method in interface org.springframework.webflow.context.ExternalContext
-
Request a redirect to an arbitrary resource location.
- requestExternalRedirect(String) - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- requestExternalRedirect(String) - Method in class org.springframework.webflow.test.MockExternalContext
- requestFlowDefinitionRedirect(String, MutableAttributeMap<?>) - Method in interface org.springframework.webflow.context.ExternalContext
-
Request that a flow definition redirect be performed by the calling environment.
- requestFlowDefinitionRedirect(String, MutableAttributeMap<?>) - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- requestFlowDefinitionRedirect(String, MutableAttributeMap<?>) - Method in class org.springframework.webflow.test.MockExternalContext
- requestFlowExecutionRedirect() - Method in interface org.springframework.webflow.context.ExternalContext
-
Request that a flow execution redirect be performed by the calling environment.
- requestFlowExecutionRedirect() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- requestFlowExecutionRedirect() - Method in class org.springframework.webflow.test.MockExternalContext
- 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
- requestProcessed(RequestContext) - Method in class org.springframework.faces.webflow.FlowFacesContextLifecycleListener
-
Releases the current
FlowFacesContext
instance. - requestProcessed(RequestContext) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called when a client request has completed processing.
- requestProcessed(RequestContext) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- requestRedirectInPopup() - Method in interface org.springframework.webflow.context.ExternalContext
-
Request that the current redirect requested be sent to the client in a manner that causes the client to issue the redirect from a popup dialog.
- requestRedirectInPopup() - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
- requestRedirectInPopup() - Method in class org.springframework.webflow.test.MockExternalContext
- RequestScope - Class in org.springframework.webflow.scope
-
Request
scope
implementation. - RequestScope() - Constructor for class org.springframework.webflow.scope.RequestScope
- 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. - requestSubmitted(RequestContext) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called when any client request is submitted to manipulate this flow execution.
- requestSubmitted(RequestContext) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- RequiredError - Class in org.springframework.binding.mapping.results
-
The "required" error result--indicates a required mapping could not be performed because the source value to map was empty.
- RequiredError(Mapping, Object) - Constructor for class org.springframework.binding.mapping.results.RequiredError
-
Creates a new required error result
- resetForm(RequestContext) - Method in class org.springframework.webflow.action.FormAction
-
Resets the form by clearing out the form object in the specified scope and recreating it.
- resolvableArg(Object) - Method in class org.springframework.binding.message.MessageBuilder
-
Records that the message being built has a variable argument, whose display value is also
MessageSourceResolvable
. - resolvableArgs(Object...) - Method in class org.springframework.binding.message.MessageBuilder
-
Records that the message being built has variable arguments, whose display values are also
MessageSourceResolvable
instances. - resolveContextualObject(String) - Method in class org.springframework.webflow.scope.AbstractWebFlowScope
- resolveMessage(MessageSource, Locale) - Method in class org.springframework.binding.message.DefaultMessageResolver
- resolveMessage(MessageSource, Locale) - Method in interface org.springframework.binding.message.MessageResolver
-
Resolve the message from the message source using the current locale.
- resolveMessage(MessageSource, Locale) - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
- resolveMessageCodes(String) - Method in class org.springframework.webflow.mvc.view.BindingModel
- resolveMessageCodes(String, String) - Method in class org.springframework.webflow.mvc.view.BindingModel
- resolveMessageCodes(String, String) - Method in class org.springframework.webflow.validation.WebFlowMessageCodesResolver
- resolveMessageCodes(String, String, String, Class<?>) - Method in class org.springframework.webflow.validation.WebFlowMessageCodesResolver
-
Build the code list for the given code and field: an object/field-specific code, a field-specific code, a plain error code.
- resolveMethod() - Method in class org.springframework.binding.method.MethodKey
-
Resolve the keyed method.
- resolveMethod(RequestContext) - Method in class org.springframework.webflow.action.DefaultMultiActionMethodResolver
- resolveMethod(RequestContext) - Method in interface org.springframework.webflow.action.MultiAction.MethodResolver
-
Resolve a method name from given flow execution request context.
- resolveTargetState(Transition, State, RequestContext) - Method in class org.springframework.webflow.engine.support.DefaultTargetStateResolver
- resolveTargetState(Transition, State, RequestContext) - Method in interface org.springframework.webflow.engine.TargetStateResolver
-
Resolve the target state of the transition from the source state in the current request context.
- resolveValidationHints(Object, String, String, String[]) - Method in class org.springframework.webflow.validation.BeanValidationHintResolver
-
Resolve each hint as a fully qualified class name or the name of an inner
Class
in the model type or the model or its parent types. - resolveValidationHints(Object, String, String, String[]) - Method in interface org.springframework.webflow.validation.ValidationHintResolver
-
Resolve the given String hints.
- resolveView(String, RequestContext) - Method in class org.springframework.webflow.mvc.builder.DelegatingFlowViewResolver
- resolveView(String, RequestContext) - Method in class org.springframework.webflow.mvc.builder.FlowResourceFlowViewResolver
- resolveView(String, RequestContext) - Method in interface org.springframework.webflow.mvc.view.FlowViewResolver
-
Resolve the Spring MVC view with the provided id.
- 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.FlowFacesContext
- responseSendError(int, String) - Method in class org.springframework.faces.webflow.FlowExternalContext
- restore(RequestContext) - Method in class org.springframework.webflow.engine.FlowVariable
-
Restores this variable's dependencies.
- restore(RequestContext) - Method in class org.springframework.webflow.engine.ViewVariable
-
Restores this view variable's dependencies.
- restoreExecution(FlowExecutionSnapshot, String, FlowExecutionKey, MutableAttributeMap<Object>, FlowExecutionKeyFactory) - Method in interface org.springframework.webflow.execution.repository.snapshot.FlowExecutionSnapshotFactory
-
Restores a flow execution from a previously taken snapshot.
- restoreExecution(FlowExecutionSnapshot, String, FlowExecutionKey, MutableAttributeMap<Object>, FlowExecutionKeyFactory) - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshotFactory
- restoreExecution(FlowExecutionSnapshot, String, FlowExecutionKey, MutableAttributeMap<Object>, FlowExecutionKeyFactory) - Method in class org.springframework.webflow.execution.repository.snapshot.SimpleFlowExecutionSnapshotFactory
- restoreFlowExecution(FlowExecution, FlowDefinition, FlowExecutionKey, MutableAttributeMap<Object>, FlowDefinitionLocator) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplFactory
- restoreFlowExecution(FlowExecution, FlowDefinition, FlowExecutionKey, MutableAttributeMap<Object>, FlowDefinitionLocator) - Method in interface org.springframework.webflow.execution.FlowExecutionFactory
-
Restore the transient state of the flow execution.
- restoreFlowExecution(FlowExecutionSnapshot, FlowExecutionKey, Conversation) - Method in class org.springframework.webflow.execution.repository.snapshot.AbstractSnapshottingFlowExecutionRepository
-
Restore a flow execution from a snapshot.
- restoreMessages(Serializable) - Method in class org.springframework.binding.message.DefaultMessageContext
- restoreMessages(Serializable) - Method in interface org.springframework.binding.message.StateManageableMessageContext
-
Set the state of this context from the memento provided.
- restoreReferences(Object, RequestContext) - Method in class org.springframework.webflow.engine.support.BeanFactoryVariableValueFactory
- restoreReferences(Object, RequestContext) - Method in interface org.springframework.webflow.engine.VariableValueFactory
-
Restore any references the variable's value needs to other objects.
- restoreState(FlowExecution, FlowDefinition, FlowExecutionKey, MutableAttributeMap<Object>, FlowDefinitionLocator) - Method in interface org.springframework.webflow.execution.repository.support.FlowExecutionStateRestorer
-
Restore the transient state of the flow execution.
- restoreVariables(RequestContext) - Method in class org.springframework.webflow.engine.Flow
- restoreView(FacesContext, String) - Method in class org.springframework.faces.webflow.FlowViewHandler
- result(boolean) - Method in class org.springframework.webflow.action.AbstractAction
-
Returns yes() if the boolean result is true, no() if false.
- result(String) - Method in class org.springframework.webflow.action.AbstractAction
-
Returns a result event for this action with the specified identifier.
- result(String, String, Object) - Method in class org.springframework.webflow.action.AbstractAction
-
Returns a result event for this action with the specified identifier and a single attribute.
- result(String, AttributeMap<Object>) - Method in class org.springframework.webflow.action.AbstractAction
-
Returns a result event for this action with the specified identifier and the specified set of attributes.
- ResultEventFactory - Interface in org.springframework.webflow.action
-
A strategy for creating an
Event
object from an arbitrary object such as an expression evaluation result or bean method return value. - ResultEventFactorySelector - Class in org.springframework.webflow.action
-
Helper that selects the
ResultEventFactory
to use for a particular result object. - ResultEventFactorySelector() - Constructor for class org.springframework.webflow.action.ResultEventFactorySelector
- ResultObjectBasedEventFactory - Class in org.springframework.webflow.action
-
Result object-to-event adapter interface that tries to do a sensible conversion of the result object into a web flow event.
- ResultObjectBasedEventFactory() - Constructor for class org.springframework.webflow.action.ResultObjectBasedEventFactory
- resume(ExternalContext) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- resume(ExternalContext) - Method in interface org.springframework.webflow.execution.FlowExecution
-
Resume this flow execution.
- resume(RequestControlContext) - Method in class org.springframework.webflow.engine.Flow
-
Resume a paused session for this flow in its current view state.
- resume(RequestControlContext) - Method in class org.springframework.webflow.engine.ViewState
- resumeExecution(String, ExternalContext) - Method in interface org.springframework.webflow.executor.FlowExecutor
-
Resume the flow execution with the provided execution key.
- resumeExecution(String, ExternalContext) - Method in class org.springframework.webflow.executor.FlowExecutorImpl
- resumeFlow(ExternalContext) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Resume the flow execution to be tested.
- resuming(RequestContext) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called after a flow execution is successfully reactivated after pause (but before event processing).
- resuming(RequestContext) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- resuming(RequestContext) - Method in class org.springframework.webflow.persistence.HibernateFlowExecutionListener
- resuming(RequestContext) - Method in class org.springframework.webflow.persistence.JpaFlowExecutionListener
- ReverseConverter - Class in org.springframework.binding.convert.converters
-
A converter that calls the
TwoWayConverter.convertTargetToSourceClass(Object, Class)
on a targetTwoWayConverter
instance. - ReverseConverter(TwoWayConverter) - Constructor for class org.springframework.binding.convert.converters.ReverseConverter
- ROOT_CAUSE_EXCEPTION_ATTRIBUTE - Static variable in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
-
The name of the attribute to expose a root cause of a handled exception under in flash scope ("rootCauseException").
- RuntimeBindingConversionExecutor - Class in org.springframework.binding.convert.service
-
A conversion executor that doesn't resolve its converter until its time to perform a conversion.
- RuntimeBindingConversionExecutor(Class<?>, ConversionService) - Constructor for class org.springframework.binding.convert.service.RuntimeBindingConversionExecutor
-
Creates a new runtime binding conversion executor.
S
- 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
- saveState() - Method in interface org.springframework.webflow.execution.View
-
Saves any state associated with this view out to view scope.
- saveState() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
- ScopeRegistrar - Class in org.springframework.webflow.scope
-
Registers the Spring Web Flow bean scopes with a
ConfigurableListableBeanFactory
. - ScopeRegistrar() - Constructor for class org.springframework.webflow.scope.ScopeRegistrar
- ScopeSearchingELResolver - Class in org.springframework.webflow.expression.el
-
Custom EL resolver that searches the current request context for variables to resolve.
- ScopeSearchingELResolver() - Constructor for class org.springframework.webflow.expression.el.ScopeSearchingELResolver
- ScopeSearchingELResolver(RequestContext) - Constructor for class org.springframework.webflow.expression.el.ScopeSearchingELResolver
- ScopeSearchingPropertyAccessor - Class in org.springframework.webflow.expression.spel
-
Spring EL PropertyAccessor that searches through all Web Flow scopes.
- ScopeSearchingPropertyAccessor() - Constructor for class org.springframework.webflow.expression.spel.ScopeSearchingPropertyAccessor
- ScopeType - Enum Class in org.springframework.webflow.execution
-
An enumeration of the core scope types of Spring Web Flow.
- SecuredModel - Class in org.springframework.webflow.engine.model
-
Model support for secured elements.
- SecuredModel(String) - Constructor for class org.springframework.webflow.engine.model.SecuredModel
-
Create a security settings model
- SECURITY_ATTRIBUTE_NAME - Static variable in class org.springframework.webflow.security.SecurityRule
-
Attribute name for the location of the security rule
- securityAttributesToCommaDelimitedList(Collection<?>) - Static method in class org.springframework.webflow.security.SecurityRule
-
Convert attributes to comma separated String
- SecurityFlowExecutionListener - Class in org.springframework.webflow.security
-
Flow security integration with Spring Security
- SecurityFlowExecutionListener() - Constructor for class org.springframework.webflow.security.SecurityFlowExecutionListener
- SecurityRule - Class in org.springframework.webflow.security
-
Encapsulates the rules for comparing security attributes
- SecurityRule() - Constructor for class org.springframework.webflow.security.SecurityRule
- select(T) - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
- select(T) - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
- select(T) - 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<T> - 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 theUIComponent
that signaled the currentActionEvent
to determine whether it is a child of any iterator type of component (such asUIData
) that uses aSelectionAware
data model implementation. - SelectionTrackingActionListener(ActionListener) - Constructor for class org.springframework.faces.model.SelectionTrackingActionListener
- sendAjaxRedirect(String, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.springframework.webflow.context.servlet.AbstractAjaxHandler
- sendAjaxRedirect(String, HttpServletRequest, HttpServletResponse, boolean) - Method in interface org.springframework.webflow.context.servlet.AjaxHandler
-
Send a redirect request to the Ajax client.
- sendAjaxRedirectInternal(String, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.springframework.faces.webflow.JsfAjaxHandler
- sendAjaxRedirectInternal(String, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.springframework.webflow.context.servlet.AbstractAjaxHandler
- sendAjaxRedirectInternal(String, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.springframework.webflow.context.servlet.DefaultAjaxHandler
- sendFlowExecutionRedirect() - Method in class org.springframework.webflow.test.MockRequestContext
- sendRedirect(String, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Sends a redirect to the requested url using
HttpServletResponse.sendRedirect(String)
.Called to actually perform flow execution redirects, flow definition redirects, and external redirects. - SerializableListDataModel<T> - Class in org.springframework.faces.model
-
A simple
List-to-JSF-DataModel
adapter that is alsoSerializable
. - SerializableListDataModel() - Constructor for class org.springframework.faces.model.SerializableListDataModel
- SerializableListDataModel(List<T>) - Constructor for class org.springframework.faces.model.SerializableListDataModel
-
Adapt the list to a data model;
- serialize(FlowExecution) - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
-
Internal helper method to serialize given flow execution.
- SerializedFlowExecutionSnapshot - Class in org.springframework.webflow.execution.repository.snapshot
-
A snapshot implementation that is based on standard Java serialization, created by a
SerializedFlowExecutionSnapshotFactory
. - SerializedFlowExecutionSnapshot() - Constructor for class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
-
Default constructor necessary for
Externalizable
custom serialization semantics. - SerializedFlowExecutionSnapshot(FlowExecution, boolean) - Constructor for class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
-
Creates a new serialized flow execution snapshot.
- SerializedFlowExecutionSnapshotFactory - Class in org.springframework.webflow.execution.repository.snapshot
-
A factory that creates new instances of flow execution snapshots based on standard Java serialization.
- SerializedFlowExecutionSnapshotFactory(FlowExecutionFactory, FlowDefinitionLocator) - Constructor for class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshotFactory
-
Creates a new serialized flow execution snapshot factory
- ServletExternalContext - Class in org.springframework.webflow.context.servlet
-
Provides contextual information about an HTTP Servlet environment that has interacted with Spring Web Flow.
- ServletExternalContext(ServletContext, HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.webflow.context.servlet.ServletExternalContext
-
Create a new external context wrapping given servlet HTTP request and response and given servlet context.
- ServletExternalContext(ServletContext, HttpServletRequest, HttpServletResponse, FlowUrlHandler) - Constructor for class org.springframework.webflow.context.servlet.ServletExternalContext
-
Create a new external context wrapping given servlet HTTP request and response and given servlet context.
- ServletMvcView - Class in org.springframework.webflow.mvc.servlet
-
The Spring Web Servlet MVC view implementation.
- ServletMvcView(View, RequestContext) - Constructor for class org.springframework.webflow.mvc.servlet.ServletMvcView
-
Creates a new Servlet MVC view.
- ServletMvcViewFactory - Class in org.springframework.webflow.mvc.servlet
-
Creates Servlet MVC views.
- ServletMvcViewFactory(Expression, FlowViewResolver, ExpressionParser, ConversionService, BinderConfiguration, MessageCodesResolver) - Constructor for class org.springframework.webflow.mvc.servlet.ServletMvcViewFactory
-
Creates a new servlet-based MVC view factory.
- SessionBindingConversationManager - Class in org.springframework.webflow.conversation.impl
-
Simple implementation of a conversation manager that stores conversations in the session attribute map.
- SessionBindingConversationManager() - Constructor for class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
- sessionCreating(RequestContext, FlowDefinition) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called to indicate a new flow definition session is about to be created.
- sessionCreating(RequestContext, FlowDefinition) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- sessionCreating(RequestContext, FlowDefinition) - Method in class org.springframework.webflow.security.SecurityFlowExecutionListener
- sessionEnded(RequestContext, FlowSession, String, AttributeMap<?>) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called when a flow execution session ends.
- sessionEnded(RequestContext, FlowSession, String, AttributeMap<?>) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- sessionEnded(RequestContext, FlowSession, String, AttributeMap<?>) - Method in class org.springframework.webflow.persistence.HibernateFlowExecutionListener
- sessionEnded(RequestContext, FlowSession, String, AttributeMap<?>) - Method in class org.springframework.webflow.persistence.JpaFlowExecutionListener
- sessionEnding(RequestContext, FlowSession, String, MutableAttributeMap<?>) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called when the active flow execution session has been asked to end but before it has ended.
- sessionEnding(RequestContext, FlowSession, String, MutableAttributeMap<?>) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- sessionEnding(RequestContext, FlowSession, String, MutableAttributeMap<?>) - Method in class org.springframework.webflow.persistence.HibernateFlowExecutionListener
- sessionEnding(RequestContext, FlowSession, String, MutableAttributeMap<?>) - Method in class org.springframework.webflow.persistence.JpaFlowExecutionListener
- sessionStarted(RequestContext, FlowSession) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called after a new flow session has started.
- sessionStarted(RequestContext, FlowSession) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- sessionStarting(RequestContext, FlowSession, MutableAttributeMap<?>) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called after a new flow session has been created but before it starts.
- sessionStarting(RequestContext, FlowSession, MutableAttributeMap<?>) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- sessionStarting(RequestContext, FlowSession, MutableAttributeMap<?>) - Method in class org.springframework.webflow.persistence.HibernateFlowExecutionListener
- sessionStarting(RequestContext, FlowSession, MutableAttributeMap<?>) - Method in class org.springframework.webflow.persistence.JpaFlowExecutionListener
- setAbstract(String) - Method in class org.springframework.webflow.engine.model.FlowModel
- setAccessDecisionManager(AccessDecisionManager) - Method in class org.springframework.webflow.security.SecurityFlowExecutionListener
-
Deprecated, for removal: This API element is subject to removal in a future version.in favor of using an
AuthorizationManager
by settingSecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function)
instead - SetAction - Class in org.springframework.webflow.action
-
An action that sets an attribute in a
scope
when executed. - SetAction(Expression, Expression) - Constructor for class org.springframework.webflow.action.SetAction
-
Creates a new set attribute action.
- setActions(LinkedList<AbstractActionModel>) - Method in class org.springframework.webflow.engine.model.ActionStateModel
- setActions(LinkedList<AbstractActionModel>) - Method in class org.springframework.webflow.engine.model.TransitionModel
- setActiveSession(FlowSession) - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
Sets the mock session to be the active session.
- setActiveSession(FlowSession) - Method in class org.springframework.webflow.test.MockRequestContext
-
Sets the active flow session of the executing flow associated with this request.
- setAjaxHandler(AjaxHandler) - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Sets the configured Ajax handler.
- setAjaxHandler(AjaxHandler) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Sets the configured Ajax handler.
- setAjaxRequest(boolean) - Method in class org.springframework.webflow.context.servlet.ServletExternalContext
-
Indicates if the current request from this client is an ajax request.
- setAjaxRequest(boolean) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set whether this request is an ajax request.
- setAllowDelimitedEvalExpressions(boolean) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
-
Sets if this parser allows eval expressions like ${foo.bar}.
- setAlwaysGenerateNewNextKey(boolean) - Method in class org.springframework.webflow.execution.repository.support.AbstractFlowExecutionRepository
-
Sets the flag indicating if a new
FlowExecutionKey
should always be generated before each put call. - setAlwaysRedirectOnPause(boolean) - Method in class org.springframework.webflow.config.FlowExecutorBuilder
-
Whether flow executions should redirect after they pause before rendering.
- setAlwaysRedirectOnPause(boolean) - Method in class org.springframework.webflow.test.MockRequestControlContext
- setApplication(Application) - Method in class org.springframework.faces.webflow.FlowApplicationFactory
- setApplicationContext(ApplicationContext) - Method in class org.springframework.faces.config.AbstractFacesFlowConfiguration
- setApplicationContext(ApplicationContext) - Method in class org.springframework.webflow.config.AbstractFlowConfiguration
- setApplicationContext(ApplicationContext) - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- setApplicationContext(ApplicationContext) - Method in class org.springframework.webflow.engine.Flow
-
Sets a reference to the application context hosting application objects needed by this flow.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.webflow.mvc.servlet.FlowController
- setApplicationMap(SharedAttributeMap<Object>) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the application attribute map.
- setAttribute(String, Object) - Method in class org.springframework.webflow.context.servlet.HttpServletContextMap
- setAttribute(String, Object) - Method in class org.springframework.webflow.context.servlet.HttpServletRequestMap
- setAttribute(String, Object) - Method in class org.springframework.webflow.context.servlet.HttpServletRequestParameterMap
- setAttribute(String, Object) - Method in class org.springframework.webflow.context.servlet.HttpSessionMap
- setAttribute(String, Object) - Method in class org.springframework.webflow.test.MockRequestContext
-
Set a request context attribute.
- setAttribute(String, V) - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
-
Hook method that needs to be implemented by concrete subclasses.
- setAttributeMapper(SubflowAttributeMapper) - Method in class org.springframework.webflow.engine.SubflowState
-
Set the attribute mapper used to map model data between the parent and child flow.
- setAttributes(String) - Method in class org.springframework.webflow.engine.model.SecuredModel
- setAttributes(Collection<String>) - Method in class org.springframework.webflow.security.SecurityRule
-
Sets security attributes
- setAttributes(LinkedList<AttributeModel>) - Method in class org.springframework.webflow.engine.model.AbstractActionModel
- setAttributes(LinkedList<AttributeModel>) - Method in class org.springframework.webflow.engine.model.AbstractStateModel
- setAttributes(LinkedList<AttributeModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
- setAttributes(LinkedList<AttributeModel>) - Method in class org.springframework.webflow.engine.model.TransitionModel
- setAuthorizationManagerInitializer(Function<SecurityRule, AuthorizationManager<Object>>) - Method in class org.springframework.webflow.security.SecurityFlowExecutionListener
-
Provide a function that determines the
AuthorizationManager
to use for a givenSecurityRule
. - setAutoGrowCollectionLimit(int) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
-
Specify a limit for array and collection auto-growing.
- setAutoGrowCollectionLimit(int) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser
-
Specify a limit for array and collection auto-growing.
- setAutoGrowNestedPaths(boolean) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
-
Set whether this BeanWrapper should attempt to "auto-grow" a nested path that contains a null value.
- setAutoGrowNestedPaths(boolean) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser
-
Set whether this BeanWrapper should attempt to "auto-grow" a nested path that contains a null value.
- setBasePath(String) - Method in class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Configure the base path where flow definitions are found.
- setBasePath(String) - Method in class org.springframework.webflow.config.FlowDefinitionResourceFactory
-
Sets the base removed from the flow path when determining the default flow id.
- setBean(String) - Method in class org.springframework.webflow.engine.model.ExceptionHandlerModel
- setBeanImports(LinkedList<BeanImportModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
- setBind(String) - Method in class org.springframework.webflow.engine.model.TransitionModel
- setBinder(BinderModel) - Method in class org.springframework.webflow.engine.model.ViewStateModel
- setBinderConfiguration(BinderConfiguration) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Sets the configuration describing how this view should bind to its model to access data for rendering.
- setBinderConfiguration(BinderConfiguration) - Method in class org.springframework.webflow.mvc.view.BindingModel
- setBindings(LinkedList<BindingModel>) - Method in class org.springframework.webflow.engine.model.BinderModel
- setCacheFlowDefinition(boolean) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Sets the flag indicating if the flow definition built from an externalized resource as part of this test should be cached.
- setCaption(String) - Method in class org.springframework.webflow.core.AnnotatedObject
-
Sets the short description (suitable for display in a tooltip).
- setClassName(String) - Method in class org.springframework.webflow.engine.model.VarModel
- setCommit(String) - Method in class org.springframework.webflow.engine.model.EndStateModel
- setComparisonType(short) - Method in class org.springframework.webflow.security.SecurityRule
-
Sets comparison type
- setCompress(boolean) - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshotFactory
-
Set whether or not the snapshots should be compressed.
- setContainer(ConversationContainer) - Method in class org.springframework.webflow.conversation.impl.ContainedConversation
- setContextPath(String) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the context path of the application.
- setConversationManager(ConversationManager) - Method in class org.springframework.webflow.config.FlowExecutorBuilder
-
Set the ConversationManager implementation to use for storing conversations in the session effectively controlling how state is stored physically when a flow execution is paused..
- setConversationScope(MutableAttributeMap<Object>) - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
Sets the flow execution conversation scope.
- setConversionService(ConversionService) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpressionParser
-
Sets the conversion service to use to obtain
conversion executors
that will be adapted toproperty editors
for use during aset value
call. - setConversionService(ConversionService) - Method in class org.springframework.binding.expression.el.ELExpressionParser
-
Sets the conversion service to use to perform type conversions as needed by the Unified EL system.
- setConversionService(ConversionService) - Method in class org.springframework.binding.method.MethodInvoker
-
Sets the conversion service to convert argument values as needed.
- setConversionService(ConversionService) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Set the
ConversionService
to use. - setConversionService(ConversionService) - Method in class org.springframework.webflow.config.FlowBuilderServicesBuilder
-
Set the
ConversionService
to use. - setConversionService(ConversionService) - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- setConversionService(ConversionService) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Sets the service to use to expose formatters for field values.
- setConverter(String) - Method in class org.springframework.webflow.engine.model.BindingModel
- setCurrentEvent(Event) - Method in class org.springframework.webflow.test.MockRequestContext
-
Set the current event being processed by this flow.
- setCurrentFormErrors(Errors, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Expose given errors instance using the well known alias in the specified scope.
- setCurrentFormObject(Object, ScopeType) - Method in class org.springframework.webflow.action.FormObjectAccessor
-
Expose given form object using the well known alias in the specified scope.
- setCurrentMapping(Mapping) - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
-
Sets the current mapping.
- 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
- setCurrentState(String) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
-
Jump to a state of the currently active flow.
- setCurrentState(String) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Sets the current state of the flow execution being tested.
- setCurrentState(State) - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Record the current state that has entered in the executing flow.
- setCurrentState(State) - Method in class org.springframework.webflow.test.MockRequestControlContext
- setCurrentTransition(Transition) - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Record the transition executing in the flow.
- setCurrentTransition(Transition) - Method in class org.springframework.webflow.test.MockRequestContext
-
Set the current transition executing in this request context.
- setCurrentUser(String) - Method in class org.springframework.webflow.test.MockExternalContext
-
Convenience method that sets the current user principal as a string.
- setCurrentUser(Principal) - Method in class org.springframework.webflow.test.MockExternalContext
-
Sets the current user principal.
- setCurrentView(View) - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Sets the current view.
- setCurrentView(View) - Method in class org.springframework.webflow.test.MockRequestContext
-
Set the current view in this request context.
- setDefaultViewSuffix(String) - Method in class org.springframework.webflow.mvc.builder.FlowResourceFlowViewResolver
-
Sets the default suffix for view templates when selecting views by convention.
- setDefaultViewSuffix(String) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
Configure an
FlowResourceFlowViewResolver
capable of resolving view resources by applying the specified default resource suffix. - setDefinition(Flow) - Method in class org.springframework.webflow.test.MockFlowSession
-
Set the flow associated with this flow session.
- setDescription(String) - Method in class org.springframework.webflow.core.AnnotatedObject
-
Sets the long description.
- setDevelopment(boolean) - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- setDevelopmentMode(boolean) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Put all flows in development mode.
- setDevelopmentMode(boolean) - Method in class org.springframework.webflow.config.FlowBuilderServicesBuilder
-
Put all flows in development mode.
- setDocumentLoader(DocumentLoader) - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
-
Sets the loader that will load the XML-based flow definition document.
- setElse(String) - Method in class org.springframework.webflow.engine.model.IfModel
- setEmbeddedMode() - Method in class org.springframework.webflow.test.MockRequestControlContext
- setEnableManagedBeans(boolean) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Whether to enable access to JSF-managed beans from EL expressions.
- setEncodingScheme(String) - Method in class org.springframework.webflow.context.servlet.DefaultFlowUrlHandler
-
Set the character encoding scheme for flow urls.
- setEntityInterceptor(Interceptor) - Method in class org.springframework.webflow.persistence.HibernateFlowExecutionListener
-
Sets the entity interceptor to attach to sessions opened by this listener.
- setEntityResolver(EntityResolver) - Method in class org.springframework.webflow.engine.model.builder.xml.DefaultDocumentLoader
-
Set a SAX entity resolver to be used for parsing.
- setErrorEventId(String) - Method in class org.springframework.webflow.action.EventFactorySupport
- setEventId(String) - Method in class org.springframework.webflow.test.MockExternalContext
-
Sets the id of the event that should be signaled by this context.
- setEventIdParameterName(String) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
Sets the name of the request parameter to use to lookup user events signaled by views created in this factory.
- setEventIdParameterName(String) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Sets the name of the request parameter to use to lookup user events signaled by this view.
- setEventIdParameterName(String) - Method in class org.springframework.webflow.mvc.view.AbstractMvcViewFactory
- setExceptionAttributeName(String) - Method in class org.springframework.webflow.action.EventFactorySupport
- setExceptionHandlers(LinkedList<ExceptionHandlerModel>) - Method in class org.springframework.webflow.engine.model.AbstractStateModel
- setExceptionHandlers(LinkedList<ExceptionHandlerModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
- setExecutionAttributes(AttributeMap<Object>) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplFactory
-
Sets the attributes to apply to flow executions created by this factory.
- setExecutionCriteria(TransitionCriteria) - Method in class org.springframework.webflow.engine.Transition
-
Set the criteria that determine whether or not this transition, once matched, should complete execution or should roll back.
- setExecutionKeyFactory(FlowExecutionKeyFactory) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplFactory
-
Sets the strategy for generating flow execution keys for persistent flow executions.
- setExecutionListenerLoader(FlowExecutionListenerLoader) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImplFactory
-
Sets the strategy for loading listeners that should observe executions of a flow definition.
- setExpression(String) - Method in class org.springframework.webflow.engine.model.EvaluateModel
- setExpressionParser(ExpressionParser) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Set the
ExpressionParser
to use. - setExpressionParser(ExpressionParser) - Method in class org.springframework.webflow.config.FlowBuilderServicesBuilder
-
Set the
ExpressionParser
to use. - setExpressionParser(ExpressionParser) - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- setExpressionParser(ExpressionParser) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Sets the expression parser to use to parse model expressions.
- setExpressionPrefix(String) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
-
Sets the expression delimiter prefix.
- setExpressionString(String) - Method in class org.springframework.binding.expression.support.StaticExpression
-
Sets the static expression string.
- setExpressionSuffix(String) - Method in class org.springframework.binding.expression.support.AbstractExpressionParser
-
Sets the expression delimiter suffix.
- setExternalContext(ExternalContext) - Static method in class org.springframework.webflow.context.ExternalContextHolder
-
Associate the given ExternalContext with the current thread.
- setExternalContext(ExternalContext) - Method in class org.springframework.webflow.test.MockRequestContext
-
Sets the external context.
- setFieldMarkerPrefix(String) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
Specify a prefix that can be used for parameters that mark potentially empty fields, having "prefix + field" as name.
- setFieldMarkerPrefix(String) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Specify a prefix that can be used for parameters that mark potentially empty fields, having "prefix + field" as name.
- setFieldMarkerPrefix(String) - Method in class org.springframework.webflow.mvc.view.AbstractMvcViewFactory
- setFinalResponseAction(Action) - Method in class org.springframework.webflow.engine.EndState
-
Sets the renderer that will render the final flow execution response.
- setFlashScope(MutableAttributeMap<Object>) - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
Sets the flow execution flash scope.
- setFlow(FlowDefinition) - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
Sets the top-level flow definition.
- setFlowArtifactFactory(FlowArtifactFactory) - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- setFlowBuilderServices(FlowBuilderServices) - Method in class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Set the
FlowBuilderServices
to use for defining custom services needed to build the flows registered in this registry. - setFlowExecutionAttributes(AttributeMap<Object>) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Sets system attributes to be associated with the flow execution the next time one is started.
- setFlowExecutionContext(FlowExecutionContext) - Method in class org.springframework.webflow.test.MockRequestContext
-
Sets the flow execution context.
- setFlowExecutionListener(FlowExecutionListener) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Set a single listener to be attached to the flow execution the next time one is started by this test.
- setFlowExecutionListeners(FlowExecutionListener[]) - Method in class org.springframework.webflow.test.execution.AbstractExternalizedFlowExecutionTests
-
Set the listeners to be attached to the flow execution the next time one is started.
- setFlowExecutor(FlowExecutor) - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Sets the central service for executing flows.
- setFlowExecutor(FlowExecutor) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Sets the central service for executing flows.
- setFlowHandlerAdapter(FlowHandlerAdapter) - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Sets the flow handler adapter which this Controller uses internally to carry out handler workflow.
- setFlowHandlers(Map<String, FlowHandler>) - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Sets the custom flow handles for managing the access to flows in a custom manner.
- setFlowRegistry(FlowDefinitionRegistry) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
-
Sets the registry of flows to query when this mapping is tested.
- setFlowUrlHandler(FlowUrlHandler) - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Sets the configured flow url handler.
- setFlowUrlHandler(FlowUrlHandler) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Sets the flow url handler
- setFlowUrlHandler(FlowUrlHandler) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerMapping
-
Sets the flow URL handler, which allows customization for how the flow id is determined for each request tested by this mapping.
- setFlowViewResolver(FlowViewResolver) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
Set to fully customize how the flow system resolves Spring MVC
View
objects. - setFormErrorsScope(ScopeType) - Method in class org.springframework.webflow.action.FormAction
-
Set the scope in which the Errors object will be placed.
- setFormObjectClass(Class<?>) - Method in class org.springframework.webflow.action.FormAction
-
Set the form object class for this action.
- setFormObjectName(String) - Method in class org.springframework.webflow.action.FormAction
-
Set the name of the form object in the configured scope.
- setFormObjectScope(ScopeType) - Method in class org.springframework.webflow.action.FormAction
-
Set the scope in which the form object will be placed.
- setFragments(String) - Method in class org.springframework.webflow.engine.model.RenderModel
- setGlobalSessionMap(SharedAttributeMap<Object>) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the global session attribute map.
- setGlobalTransitions(LinkedList<TransitionModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
- setHistory(String) - Method in class org.springframework.webflow.engine.model.TransitionModel
- setHosts(String[]) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Configure one or more hosts associated with the application.
- setId(String) - Method in class org.springframework.webflow.engine.model.AbstractStateModel
- setId(ConversationId) - Method in class org.springframework.webflow.conversation.impl.ContainedConversation
- setIfs(LinkedList<IfModel>) - Method in class org.springframework.webflow.engine.model.DecisionStateModel
- setInputMapper(Mapper) - Method in class org.springframework.webflow.engine.Flow
-
Sets the mapper to map flow input attributes.
- setInputs(LinkedList<InputModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
- setInputs(LinkedList<InputModel>) - Method in class org.springframework.webflow.engine.model.SubflowStateModel
- setKey(FlowExecutionKey) - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
Sets the flow execution key
- setLenient(boolean) - Method in class org.springframework.binding.convert.converters.FormattedStringToNumber
-
Sets if this Converter should parse leniently.
- setLocalContext(LocalFlowBuilderContext) - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
- setLocale(Locale) - Method in class org.springframework.binding.convert.converters.StringToDate
-
Sets the locale to use in formatting date values.
- setLocale(Locale) - Method in class org.springframework.binding.format.AbstractNumberFormatFactory
-
Sets the locale to use in formatting number values.
- setLocale(Locale) - Method in class org.springframework.webflow.test.MockExternalContext
-
Sets the client locale.
- setLockTimeoutSeconds(int) - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
-
Sets the time period that can elapse before a timeout occurs on an attempt to acquire a conversation lock.
- setMappingResults(MappingResults) - Method in class org.springframework.webflow.mvc.view.BindingModel
-
Sets the results of a data mapping attempt onto the bound model object from the view.
- setMatch(String) - Method in class org.springframework.webflow.engine.model.SecuredModel
- setMatchingCriteria(TransitionCriteria) - Method in class org.springframework.webflow.engine.Transition
-
Set the criteria that determine whether or not this transition matches as eligible for execution.
- setMaxConversations(int) - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
-
Set the maximum number of allowed concurrent conversations.
- setMaxFlowExecutions(int) - Method in class org.springframework.webflow.config.FlowExecutorBuilder
-
Set the maximum number of allowed flow executions per user.
- setMaxFlowExecutionSnapshots(int) - Method in class org.springframework.webflow.config.FlowExecutorBuilder
-
Set the maximum number of history snapshots allowed per flow execution.
- setMaxSnapshots(int) - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
-
Sets the maximum number of snapshots allowed per flow execution by this repository.
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.webflow.action.FormAction
-
Set the strategy to use for resolving errors into message codes.
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
Sets the message codes resolver strategy to use to resolve bind and validation error message codes.
- setMessageCodesResolver(MessageCodesResolver) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Set the message codes resolver to use to resolve bind and validation failure message codes.
- setMessageSource(MessageSource) - Method in class org.springframework.binding.message.DefaultMessageContext
- setMessageSource(MessageSource) - Method in interface org.springframework.binding.message.StateManageableMessageContext
-
Configure the message source used to resolve messages added to this context.
- setMethod(String) - Method in class org.springframework.webflow.execution.AnnotatedAction
-
Sets the name of the action method to invoke when the target action is executed.
- setMethodResolver(MultiAction.MethodResolver) - Method in class org.springframework.webflow.action.MultiAction
-
Set the strategy used to resolve action execution method names.
- setModel(String) - Method in class org.springframework.webflow.engine.model.ViewStateModel
- SetModel - Class in org.springframework.webflow.engine.model
-
Model support for set actions.
- SetModel(String, String) - Constructor for class org.springframework.webflow.engine.model.SetModel
-
Create a set action model
- setName(String) - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
- setName(String) - Method in class org.springframework.webflow.engine.model.AttributeModel
- setName(String) - Method in class org.springframework.webflow.engine.model.SetModel
- setName(String) - Method in class org.springframework.webflow.engine.model.VarModel
- setName(String) - Method in class org.springframework.webflow.execution.AnnotatedAction
-
Sets the name of a named action.
- setNativeContext(Object) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the native context object.
- setNativeRequest(Object) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the native request object.
- setNativeResponse(Object) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the native response object.
- setNoEventId(String) - Method in class org.springframework.webflow.action.EventFactorySupport
- setNullEventId(String) - Method in class org.springframework.webflow.action.EventFactorySupport
- setNumberFormatFactory(NumberFormatFactory) - Method in class org.springframework.binding.convert.converters.FormattedStringToNumber
-
Sets the factory that returns the
NumberFormat
instance that will format numbers handled by this converter. - setOn(String) - Method in class org.springframework.webflow.engine.model.TransitionModel
- setOnEndActions(LinkedList<AbstractActionModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
- setOnEntryActions(LinkedList<AbstractActionModel>) - Method in class org.springframework.webflow.engine.model.AbstractStateModel
- setOnException(String) - Method in class org.springframework.webflow.engine.model.TransitionModel
- setOnExitActions(LinkedList<AbstractActionModel>) - Method in class org.springframework.webflow.engine.model.AbstractTransitionableStateModel
- setOnExitActions(LinkedList<AbstractActionModel>) - Method in class org.springframework.webflow.engine.model.DecisionStateModel
- setOnRenderActions(LinkedList<AbstractActionModel>) - Method in class org.springframework.webflow.engine.model.ViewStateModel
- setOnStartActions(LinkedList<AbstractActionModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
- setOutcome(FlowExecutionOutcome) - Method in class org.springframework.webflow.test.MockFlowExecutionContext
-
Sets the result of this flow ending.
- setOutputMapper(Mapper) - Method in class org.springframework.webflow.engine.EndState
-
Sets the attribute mapper to use for mapping output attributes exposed by this end state when it is entered.
- setOutputMapper(Mapper) - Method in class org.springframework.webflow.engine.Flow
-
Sets the mapper to map flow output attributes.
- setOutputs(LinkedList<OutputModel>) - Method in class org.springframework.webflow.engine.model.EndStateModel
- setOutputs(LinkedList<OutputModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
- setOutputs(LinkedList<OutputModel>) - Method in class org.springframework.webflow.engine.model.SubflowStateModel
- setParent(String) - Method in class org.springframework.webflow.engine.model.AbstractStateModel
- setParent(String) - Method in class org.springframework.webflow.engine.model.FlowModel
- setParent(ConversionService) - Method in class org.springframework.binding.convert.service.GenericConversionService
-
Set the parent of this conversion service.
- setParent(FlowDefinitionRegistry) - Method in class org.springframework.webflow.config.FlowDefinitionRegistryBuilder
-
Configure a parent registry.
- setParent(FlowDefinitionRegistry) - Method in interface org.springframework.webflow.definition.registry.FlowDefinitionRegistry
-
Sets this registry's parent registry.
- setParent(FlowDefinitionRegistry) - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
- setParent(FlowModelRegistry) - Method in interface org.springframework.webflow.engine.model.registry.FlowModelRegistry
-
Sets this registry's parent registry.
- setParent(FlowModelRegistry) - Method in class org.springframework.webflow.engine.model.registry.FlowModelRegistryImpl
- setParent(FlowSession) - Method in class org.springframework.webflow.test.MockFlowSession
-
Set the parent flow session of this flow session in the ongoing flow execution.
- setPartialRequest(boolean) - Method in class org.springframework.faces.webflow.FlowPartialViewContext
- setPattern(String) - Method in class org.springframework.binding.convert.converters.StringToDate
-
Sets the pattern to use to format date values.
- setPattern(String) - Method in class org.springframework.binding.format.DefaultNumberFormatFactory
-
Sets the pattern for formatting numbers.
- setPersistenceContext(PersistenceContextModel) - Method in class org.springframework.webflow.engine.model.FlowModel
- setPopup(boolean) - Method in class org.springframework.webflow.engine.ViewState
-
Sets whether this view state should render as a popup.
- setPopup(String) - Method in class org.springframework.webflow.engine.model.ViewStateModel
- setPrefix(String) - Method in class org.springframework.webflow.validation.WebFlowMessageCodesResolver
-
Specify a prefix to be applied to any code built by this resolver.
- setProperty(String) - Method in class org.springframework.webflow.engine.model.BindingModel
- setPropertyEditorRegistrar(PropertyEditorRegistrar) - Method in class org.springframework.webflow.action.FormAction
-
Set a property editor registration strategy for this action's data binders.
- setRedirect(Boolean) - Method in class org.springframework.webflow.engine.ViewState
-
Sets whether this view state should requests a flow execution redirect when entered.
- setRedirect(String) - Method in class org.springframework.webflow.engine.model.ViewStateModel
- setRedirectHttp10Compatible(boolean) - Method in class org.springframework.webflow.mvc.servlet.FlowController
-
Set whether redirects sent by this controller should be compatible with HTTP 1.0 clients.
- setRedirectHttp10Compatible(boolean) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Set whether redirects sent by this handler adapter should be compatible with HTTP 1.0 clients.
- setRedirectInSameState(boolean) - Method in class org.springframework.webflow.config.FlowExecutorBuilder
-
Whether flow executions redirect after they pause for transitions that remain in the same view state.
- setRedirectInSameState(boolean) - Method in class org.springframework.webflow.test.MockRequestControlContext
- setRequestContext(RequestContext) - Static method in class org.springframework.webflow.execution.RequestContextHolder
-
Associate the given RequestContext with the current thread.
- setRequestMap(MutableAttributeMap<Object>) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the request attribute map.
- setRequestParameterMap(ParameterMap) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the request parameter map.
- setRequired(boolean) - Method in class org.springframework.binding.mapping.impl.DefaultMapping
-
Indicates if this mapping is a required mapping.
- setRequired(String) - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
- setRequired(String) - Method in class org.springframework.webflow.engine.model.BindingModel
- setRequiredErrorResult(Object) - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
-
Indicates the current mapping ended with a 'required' error.
- setResource(String) - Method in class org.springframework.webflow.engine.model.BeanImportModel
- setResponse(Object) - Method in class org.springframework.faces.webflow.FlowExternalContext
- setResponseAllowed(boolean) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the response allows flag to a value for testing.
- setResult(String) - Method in class org.springframework.webflow.engine.model.EvaluateModel
- setResultAttributeName(String) - Method in class org.springframework.webflow.action.EventFactorySupport
- setResultAttributes(AttributeMap<Object>) - Method in class org.springframework.webflow.test.MockAction
-
Sets attributes to associate with a returned action execution outcome.
- setResultEventId(String) - Method in class org.springframework.webflow.test.MockAction
-
Sets the event identifier this mock action will use as its execution outcome.
- setResultType(String) - Method in class org.springframework.webflow.engine.model.EvaluateModel
- setSaveOutputToFlashScopeOnRedirect(boolean) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Set whether servlet relative redirects sent by this handler adapter should pass
flow output
to the Spring MVCflash scope
. - setScope(MutableAttributeMap<Object>) - Method in class org.springframework.webflow.test.MockFlowSession
-
Set the scope data maintained by this flow session.
- setSecured(SecuredModel) - Method in class org.springframework.webflow.engine.model.AbstractStateModel
- setSecured(SecuredModel) - Method in class org.springframework.webflow.engine.model.FlowModel
- setSecured(SecuredModel) - Method in class org.springframework.webflow.engine.model.TransitionModel
- setSelections(List<T>) - Method in class org.springframework.faces.model.ManySelectionTrackingListDataModel
- setSelections(List<T>) - Method in class org.springframework.faces.model.OneSelectionTrackingListDataModel
- setSelections(List<T>) - Method in interface org.springframework.faces.model.SelectionAware
-
Sets the list of selected row data objects for the model.
- setSessionKey(String) - Method in class org.springframework.webflow.conversation.impl.SessionBindingConversationManager
-
Sets the key this conversation manager uses to store conversation data in the session.
- setSessionMap(SharedAttributeMap<Object>) - Method in class org.springframework.webflow.test.MockExternalContext
-
Set the session attribute map.
- setSourceAccessError(EvaluationException) - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
-
Indicates a error occurred accessing the source mapping expression.
- setStartState(String) - Method in class org.springframework.webflow.engine.Flow
-
Set the start state for this flow to the state with the provided
stateId
; a state must exist by the providedstateId
. - setStartState(State) - Method in class org.springframework.webflow.engine.Flow
-
Set the start state for this flow to the state provided; any state may be the start state.
- setStartStateId(String) - Method in class org.springframework.webflow.engine.model.FlowModel
- setState(State) - Method in class org.springframework.webflow.test.MockFlowSession
-
Set the currently active state.
- setStateManager(StateManager) - Method in class org.springframework.faces.webflow.FlowApplication
-
Inserts
FlowStateManager
in front of the given StateManager (if not already done). - setStates(LinkedList<AbstractStateModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
- setStatusCode(HttpStatus) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
-
Set the status code for this view.
- setStopOnError(boolean) - Method in class org.springframework.webflow.action.CompositeAction
-
Sets the stop on error flag.
- setSubflow(String) - Method in class org.springframework.webflow.engine.model.SubflowStateModel
- setSubflowAttributeMapper(String) - Method in class org.springframework.webflow.engine.model.SubflowStateModel
- setSuccessEventId(String) - Method in class org.springframework.webflow.action.EventFactorySupport
- setSuccessResult(Object, Object) - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
-
Indicates the current mapping completed successfully.
- setTarget(Object) - Method in class org.springframework.webflow.action.MultiAction
-
Sets the target of this multi action's invocations.
- setTargetAccessError(Object, EvaluationException) - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
-
Indicates a error occurred accessing the target mapping expression.
- setTargetAction(Action) - Method in class org.springframework.webflow.execution.AnnotatedAction
-
Set the target action wrapped by this decorator.
- setTargetStateResolver(TargetStateResolver) - Method in class org.springframework.webflow.engine.Transition
-
Set this transition's target state resolver, to calculate what state to transition to when this transition is executed.
- setTest(String) - Method in class org.springframework.webflow.engine.model.IfModel
- setThen(String) - Method in class org.springframework.webflow.engine.model.IfModel
- setTo(String) - Method in class org.springframework.webflow.engine.model.TransitionModel
- setTransitions(LinkedList<TransitionModel>) - Method in class org.springframework.webflow.engine.model.AbstractTransitionableStateModel
- setTrueEventIds(String...) - Method in class org.springframework.webflow.engine.support.ActionTransitionCriteria
-
Sets the action result
eventIds
that should cause this precondition to return true (it will return false otherwise). - setType(String) - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
- setType(String) - Method in class org.springframework.webflow.engine.model.AttributeModel
- setType(String) - Method in class org.springframework.webflow.engine.model.SetModel
- setTypeConversionErrorResult(Object, Exception) - Method in class org.springframework.binding.mapping.impl.DefaultMappingContext
-
Indicates the current mapping ended with a 'type conversion' error.
- setTypeConverter(ConversionExecutor) - Method in class org.springframework.binding.mapping.impl.DefaultMapping
-
Sets a specific type conversion executor to use during mapping execution.
- setupForm(RequestContext) - Method in class org.springframework.webflow.action.FormAction
-
Prepares a form object for display in a new form, creating it and caching it in the
FormAction.getFormObjectScope()
if necessary. - setUseSpringBeanBinding(boolean) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
Sets whether to use data binding with Spring's
BeanWrapper
should be enabled. - setValidate(String) - Method in class org.springframework.webflow.engine.model.TransitionModel
- setValidating(boolean) - Method in class org.springframework.webflow.engine.model.builder.xml.DefaultDocumentLoader
-
Set if the XML parser should validate the document and thus enforce a schema.
- setValidationHintResolver(ValidationHintResolver) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
The
ValidationHintResolver
to use to resolve validation hints such as bean validation groups. - setValidationHintResolver(ValidationHintResolver) - Method in class org.springframework.webflow.config.FlowBuilderServicesBuilder
-
The
ValidationHintResolver
to use to resolve validation hints such as bean validation groups. - setValidationHintResolver(ValidationHintResolver) - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- setValidationHintResolver(ValidationHintResolver) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
- setValidationHintResolver(ValidationHintResolver) - Method in class org.springframework.webflow.mvc.view.AbstractMvcViewFactory
- setValidationHints(Object[]) - Method in class org.springframework.webflow.validation.ValidationHelper
-
Provide validation hints (e.g.
- setValidationHints(String) - Method in class org.springframework.webflow.engine.model.TransitionModel
- setValidationHints(String) - Method in class org.springframework.webflow.engine.model.ViewStateModel
- setValidator(Validator) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Set the
Validator
to use for validating a model declared on a view state. - setValidator(Validator) - Method in class org.springframework.webflow.action.FormAction
-
Set the validator for this action.
- setValidator(Validator) - Method in class org.springframework.webflow.config.FlowBuilderServicesBuilder
-
Set the
Validator
to use for validating a model declared on a view state. - setValidator(Validator) - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- setValidator(Validator) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
- setValidator(Validator) - Method in class org.springframework.webflow.mvc.view.AbstractMvcViewFactory
- setValidator(Validator) - Method in class org.springframework.webflow.validation.ValidationHelper
-
Configure a
Validator
to apply to the model. - setValue(ELContext, Object, Object, Object) - Method in class org.springframework.binding.expression.el.DefaultELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.binding.expression.el.MapAdaptableELResolver
- 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.
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.webflow.expression.el.ActionMethodELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.webflow.expression.el.FlowResourceELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.webflow.expression.el.ImplicitFlowVariableELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.webflow.expression.el.RequestContextELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.webflow.expression.el.ScopeSearchingELResolver
- setValue(ELContext, Object, Object, Object) - Method in class org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver
- setValue(Object, Object) - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
- setValue(Object, Object) - Method in class org.springframework.binding.expression.el.ELExpression
- setValue(Object, Object) - Method in interface org.springframework.binding.expression.Expression
-
Set this expression in the provided context to the value provided.
- setValue(Object, Object) - Method in class org.springframework.binding.expression.spel.SpringELExpression
- setValue(Object, Object) - Method in class org.springframework.binding.expression.support.AbstractGetValueExpression
- setValue(Object, Object) - Method in class org.springframework.binding.expression.support.CollectionAddingExpression
- setValue(Object, Object) - Method in class org.springframework.binding.expression.support.CompositeStringExpression
- setValue(Object, Object) - Method in class org.springframework.binding.expression.support.LiteralExpression
- setValue(Object, Object) - Method in class org.springframework.binding.expression.support.StaticExpression
- setValue(String) - Method in class org.springframework.webflow.engine.model.AbstractMappingModel
- setValue(String) - Method in class org.springframework.webflow.engine.model.AttributeModel
- setValue(String) - Method in class org.springframework.webflow.engine.model.SetModel
- setVars(LinkedList<VarModel>) - Method in class org.springframework.webflow.engine.model.FlowModel
- setVars(LinkedList<VarModel>) - Method in class org.springframework.webflow.engine.model.ViewStateModel
- setView(String) - Method in class org.springframework.webflow.engine.model.EndStateModel
- setView(String) - Method in class org.springframework.webflow.engine.model.ViewStateModel
- setViewFactoryCreator(ViewFactoryCreator) - Method in class org.springframework.faces.config.FlowBuilderServicesBuilder
-
Set a custom
ViewFactoryCreator
to use for rendering. - setViewFactoryCreator(ViewFactoryCreator) - Method in class org.springframework.webflow.config.FlowBuilderServicesBuilder
-
Set a custom
ViewFactoryCreator
to use for rendering. - setViewFactoryCreator(ViewFactoryCreator) - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
- setViewHandler(ViewHandler) - Method in class org.springframework.faces.webflow.FlowApplication
-
Inserts a
FlowViewHandler
in front of the given ViewHandler (if not already done). - setViewResolvers(List<ViewResolver>) - Method in class org.springframework.webflow.mvc.builder.MvcViewFactoryCreator
-
Sets the chain of Spring MVC
view resolvers
to delegate to resolve views selected by flows. - setViewRoot(UIViewRoot) - Method in class org.springframework.faces.webflow.JsfView
- setWrappedData(Object) - Method in class org.springframework.faces.model.SerializableListDataModel
- setYesEventId(String) - Method in class org.springframework.webflow.action.EventFactorySupport
- Severity - Enum Class in org.springframework.binding.message
-
Enum exposing supported message severities.
- SharedAttributeMap<V> - Interface in org.springframework.webflow.core.collection
-
An interface to be implemented by mutable attribute maps accessed by multiple threads that need to be synchronized.
- SharedMap<K,
V> - Interface in org.springframework.binding.collection -
A simple subinterface of
Map
that exposes a mutex that application code can synchronize on. - SharedMapDecorator<K,
V> - Class in org.springframework.binding.collection -
A map decorator that implements
SharedMap
. - SharedMapDecorator(Map<K, V>) - Constructor for class org.springframework.binding.collection.SharedMapDecorator
-
Creates a new shared map decorator.
- shouldBind(Object, TransitionDefinition) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Determines if model data binding should be invoked given the Transition that matched the current user event being processed.
- shouldValidate(Object, TransitionDefinition) - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
-
Determines if model validation should execute given the Transition that matched the current user event being processed.
- SimpleConversationId - Class in org.springframework.webflow.conversation.impl
-
An id that uniquely identifies a conversation managed by a
ConversationManager
. - SimpleConversationId(Serializable) - Constructor for class org.springframework.webflow.conversation.impl.SimpleConversationId
-
Creates a new simple conversation id.
- SimpleEvaluationContextFactory - Class in org.springframework.binding.expression.spel
-
Creates
SimpleEvaluationContext
, for use with data binding. - SimpleEvaluationContextFactory(List<PropertyAccessor>, ConversionService) - Constructor for class org.springframework.binding.expression.spel.SimpleEvaluationContextFactory
- SimpleFlowExecutionSnapshotFactory - Class in org.springframework.webflow.execution.repository.snapshot
-
A factory that creates new flow execution snapshot instances that simply wraps an underlying
flow execution
instance. - SimpleFlowExecutionSnapshotFactory(FlowExecutionFactory, FlowDefinitionLocator) - Constructor for class org.springframework.webflow.execution.repository.snapshot.SimpleFlowExecutionSnapshotFactory
-
Creates a new simple flow execution snapshot factory
- SimpleParserContext - Class in org.springframework.binding.expression.support
-
ParserContext
for use in data binding scenarios, providingExpressionParser
implementations with a hint that they can meaningfully restrict the EL feature set. - SimpleParserContext(Class<?>) - Constructor for class org.springframework.binding.expression.support.SimpleParserContext
- singleEntryMap(String, V) - Static method in class org.springframework.webflow.core.collection.CollectionUtils
-
Factory method that returns a unmodifiable attribute map with a single entry.
- size() - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
- size() - Method in class org.springframework.binding.collection.SharedMapDecorator
- size() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
- size() - Method in class org.springframework.binding.method.Parameters
-
Returns the number of parameters in this list.
- size() - Method in class org.springframework.webflow.conversation.impl.ConversationContainer
-
Return the current size of the conversation container: the number of conversations contained within it.
- size() - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns the size of this map.
- size() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- size() - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- size() - Method in interface org.springframework.webflow.core.collection.ParameterMap
-
Returns the number of parameters in this map.
- size() - Method in class org.springframework.webflow.engine.ActionList
-
Returns the size of this action list.
- size() - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
-
Returns the size of this state exception handler set.
- size() - Method in class org.springframework.webflow.engine.TransitionSet
-
Returns the size of this transition set.
- snapshot(FlowExecution) - Method in class org.springframework.webflow.execution.repository.snapshot.AbstractSnapshottingFlowExecutionRepository
-
Take a new flow execution snapshot.
- SnapshotCreationException - Exception in org.springframework.webflow.execution.repository.snapshot
-
Thrown when a continuation snapshot could not be taken of flow execution state.
- SnapshotCreationException(FlowExecution, String, Throwable) - Constructor for exception org.springframework.webflow.execution.repository.snapshot.SnapshotCreationException
-
Creates a new snapshot creation exception.
- SnapshotNotFoundException - Exception in org.springframework.webflow.execution.repository.snapshot
-
Thrown when a flow execution snapshot cannot be found This usually occurs when the client references a snapshot that has since been removed.
- SnapshotNotFoundException(Serializable) - Constructor for exception org.springframework.webflow.execution.repository.snapshot.SnapshotNotFoundException
-
Creates a snapshot not found exception.
- SnapshotUnmarshalException - Exception in org.springframework.webflow.execution.repository.snapshot
-
Thrown when a FlowExecutionContinuation could not be deserialized into a FlowExecution.
- SnapshotUnmarshalException(String, Throwable) - Constructor for exception org.springframework.webflow.execution.repository.snapshot.SnapshotUnmarshalException
-
Creates a new flow execution unmarshalling exception.
- source(Object) - Method in class org.springframework.binding.message.MessageBuilder
-
Records that the message being built is against the provided source.
- SourceAccessError - Class in org.springframework.binding.mapping.results
-
Indicates an exception occurred accessing the source object to be mapped.
- SourceAccessError(Mapping, EvaluationException) - Constructor for class org.springframework.binding.mapping.results.SourceAccessError
-
Creates a new source access error.
- SpringBeanWebFlowELResolver - Class in org.springframework.webflow.expression.el
-
EL resolver for resolving Spring Beans accessible by a flow's bean factory.
- SpringBeanWebFlowELResolver() - Constructor for class org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver
- SpringBeanWebFlowELResolver(RequestContext) - Constructor for class org.springframework.webflow.expression.el.SpringBeanWebFlowELResolver
- SpringBindingConverterAdapter - Class in org.springframework.binding.convert.service
-
A Spring Converter that makes it possible for a Spring Binding Converter to be registered with a Spring
ConversionService
. - SpringBindingConverterAdapter(Converter) - Constructor for class org.springframework.binding.convert.service.SpringBindingConverterAdapter
- SpringConvertingConverterAdapter - Class in org.springframework.binding.convert.converters
-
A Spring Binding Converter that delegates to a Spring
ConversionService
to do the actual type conversion. - SpringConvertingConverterAdapter(Class<?>, Class<?>, ConversionService) - Constructor for class org.springframework.binding.convert.converters.SpringConvertingConverterAdapter
- SpringELExpression - Class in org.springframework.binding.expression.spel
-
A wrapper for a Spring EL
Expression
allowing it to be used under the Spring BindingExpression
abstraction. - SpringELExpression(Expression, Class<?>, EvaluationContextFactory) - Constructor for class org.springframework.binding.expression.spel.SpringELExpression
-
Generalized constructor variant that accepts an
EvaluationContextFactory
. - SpringELExpression(Expression, Map<String, Expression>, Class<?>, ConversionService, List<PropertyAccessor>) - Constructor for class org.springframework.binding.expression.spel.SpringELExpression
-
Constructor for SpringELExpression.
- SpringELExpressionParser - Class in org.springframework.binding.expression.spel
-
Adapt the Spring EL
SpelExpressionParser
to the Spring BindingExpressionParser
contract. - SpringELExpressionParser(SpelExpressionParser) - Constructor for class org.springframework.binding.expression.spel.SpringELExpressionParser
- SpringELExpressionParser(SpelExpressionParser, ConversionService) - Constructor for class org.springframework.binding.expression.spel.SpringELExpressionParser
- StandardEvaluationContextFactory - Class in org.springframework.binding.expression.spel
-
Creates a
StandardEvaluationContext
enabling the full power of SpEL. - StandardEvaluationContextFactory(List<PropertyAccessor>, ConversionService, Map<String, Expression>) - Constructor for class org.springframework.binding.expression.spel.StandardEvaluationContextFactory
- start(MutableAttributeMap<?>, ExternalContext) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- start(MutableAttributeMap<?>, ExternalContext) - Method in interface org.springframework.webflow.execution.FlowExecution
-
Start this flow execution.
- start(Flow, MutableAttributeMap<?>) - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Spawn a new flow session and activate it in the currently executing flow.
- start(Flow, MutableAttributeMap<?>) - Method in class org.springframework.webflow.test.MockRequestControlContext
- start(RequestControlContext, MutableAttributeMap<?>) - Method in class org.springframework.webflow.engine.Flow
-
Start a new session for this flow in its start state.
- startFlow(ExternalContext) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Start the flow execution to be tested.
- startFlow(MutableAttributeMap<?>, ExternalContext) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Start the flow execution to be tested.
- State - Class in org.springframework.webflow.engine
-
A point in a flow where something happens.
- State(Flow, String) - Constructor for class org.springframework.webflow.engine.State
-
Creates a state for the provided
flow
identified by the providedid
. - StateDefinition - Interface in org.springframework.webflow.definition
-
A step within a
flow definition
where behavior is executed. - stateEntered(RequestContext, StateDefinition, StateDefinition) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called when a state transitions, after the transition occurred.
- stateEntered(RequestContext, StateDefinition, StateDefinition) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- stateEntering(RequestContext, StateDefinition) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called when a state transitions, after the transition is matched but before the transition occurs.
- stateEntering(RequestContext, StateDefinition) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- stateEntering(RequestContext, StateDefinition) - Method in class org.springframework.webflow.security.SecurityFlowExecutionListener
- StateManageableMessageContext - Interface in org.springframework.binding.message
-
A message context whose internal state can be managed by an external care-taker.
- StaticConversionExecutor - Class in org.springframework.binding.convert.service
-
A command object that is parameterized with the information necessary to perform a conversion of a source input to a target output.
- StaticConversionExecutor(Class<?>, Class<?>, Converter) - Constructor for class org.springframework.binding.convert.service.StaticConversionExecutor
-
Creates a conversion executor.
- StaticExpression - Class in org.springframework.binding.expression.support
-
A simple expression evaluator that just returns a fixed result on each evaluation.
- StaticExpression(Object) - Constructor for class org.springframework.binding.expression.support.StaticExpression
-
Create a static evaluator for the given value.
- StaticFlowExecutionListenerLoader - Class in org.springframework.webflow.execution.factory
-
A simple flow execution listener loader that simply returns a static listener array on each invocation.
- StaticFlowExecutionListenerLoader(FlowExecutionListener) - Constructor for class org.springframework.webflow.execution.factory.StaticFlowExecutionListenerLoader
-
Creates a new flow execution listener loader that returns the provided listener on each invocation.
- StaticFlowExecutionListenerLoader(FlowExecutionListener...) - Constructor for class org.springframework.webflow.execution.factory.StaticFlowExecutionListenerLoader
-
Creates a new flow execution listener loader that returns the provided listener array on each invocation.
- StringKeyedMapAdapter<V> - Class in org.springframework.binding.collection
-
Base class for map adapters whose keys are String values.
- StringKeyedMapAdapter() - Constructor for class org.springframework.binding.collection.StringKeyedMapAdapter
- StringToBigDecimal - Class in org.springframework.binding.convert.converters
-
Converts a String to a BigDecimal.
- StringToBigDecimal() - Constructor for class org.springframework.binding.convert.converters.StringToBigDecimal
- StringToBigInteger - Class in org.springframework.binding.convert.converters
-
Converts a String to a BigInteger.
- StringToBigInteger() - Constructor for class org.springframework.binding.convert.converters.StringToBigInteger
- StringToBoolean - Class in org.springframework.binding.convert.converters
-
Converts a textual representation of a boolean object to a
Boolean
instance. - StringToBoolean() - Constructor for class org.springframework.binding.convert.converters.StringToBoolean
-
Create a text boolean converter that parses standard true and false strings.
- StringToBoolean(String, String) - Constructor for class org.springframework.binding.convert.converters.StringToBoolean
-
Create a text to boolean converter that takes specific string representations of true and false into account.
- StringToByte - Class in org.springframework.binding.convert.converters
-
Converts a String to a BigInteger.
- StringToByte() - Constructor for class org.springframework.binding.convert.converters.StringToByte
- StringToCharacter - Class in org.springframework.binding.convert.converters
- StringToCharacter() - Constructor for class org.springframework.binding.convert.converters.StringToCharacter
- StringToClass - Class in org.springframework.binding.convert.converters
-
Converts a textual representation of a class object to a
Class
instance. - StringToClass(ClassLoader) - Constructor for class org.springframework.binding.convert.converters.StringToClass
- StringToDate - Class in org.springframework.binding.convert.converters
-
A formatter for
Date
types. - StringToDate() - Constructor for class org.springframework.binding.convert.converters.StringToDate
- StringToDouble - Class in org.springframework.binding.convert.converters
-
Converts a String to an Short using
Short.valueOf(String)
. - StringToDouble() - Constructor for class org.springframework.binding.convert.converters.StringToDouble
- StringToEnum - Class in org.springframework.binding.convert.converters
-
Converts from a textual representation to a
Enum
. - StringToEnum() - Constructor for class org.springframework.binding.convert.converters.StringToEnum
- StringToFloat - Class in org.springframework.binding.convert.converters
-
Converts a String to an Short using
Short.valueOf(String)
. - StringToFloat() - Constructor for class org.springframework.binding.convert.converters.StringToFloat
- StringToInteger - Class in org.springframework.binding.convert.converters
-
Converts a String to an Integer using
Integer.valueOf(String)
. - StringToInteger() - Constructor for class org.springframework.binding.convert.converters.StringToInteger
- StringToLocale - Class in org.springframework.binding.convert.converters
-
Converts a String to a Locale using
StringUtils.parseLocaleString(String)
. - StringToLocale() - Constructor for class org.springframework.binding.convert.converters.StringToLocale
- StringToLong - Class in org.springframework.binding.convert.converters
-
Converts a String to an Long using
Long.valueOf(String)
. - StringToLong() - Constructor for class org.springframework.binding.convert.converters.StringToLong
- StringToObject - Class in org.springframework.binding.convert.converters
- StringToObject(Class<?>) - Constructor for class org.springframework.binding.convert.converters.StringToObject
- StringToShort - Class in org.springframework.binding.convert.converters
-
Converts a String to an Short using
Short.valueOf(String)
. - StringToShort() - Constructor for class org.springframework.binding.convert.converters.StringToShort
- SubflowAttributeMapper - Interface in org.springframework.webflow.engine
-
A strategy interface used by a subflow state to map subflow input and output attributes.
- SubflowState - Class in org.springframework.webflow.engine
-
A transitionable state that spawns a subflow when executed.
- SubflowState(Flow, String, Expression) - Constructor for class org.springframework.webflow.engine.SubflowState
-
Create a new subflow state.
- SubflowStateModel - Class in org.springframework.webflow.engine.model
-
Model support for subflow states.
- SubflowStateModel(String, String) - Constructor for class org.springframework.webflow.engine.model.SubflowStateModel
-
Create a subflow state model
- success() - Method in class org.springframework.webflow.action.AbstractAction
-
Returns a "success" result event.
- success(Object) - Method in class org.springframework.webflow.action.AbstractAction
-
Returns a "success" result event with the provided result object as a parameter.
- success(Object) - Method in class org.springframework.webflow.action.EventFactorySupport
-
Returns a "success" event.
- success(Object, Object) - Method in class org.springframework.webflow.action.EventFactorySupport
-
Returns a "success" event with the provided result object as an attribute.
- Success - Class in org.springframework.binding.mapping.results
-
Indicates a successful mapping operation.
- Success(Mapping, Object, Object) - Constructor for class org.springframework.binding.mapping.results.Success
-
Creates a new success result.
- SuccessEventFactory - Class in org.springframework.webflow.action
-
Default implementation of the resultObject-to-event mapping interface.
- SuccessEventFactory() - Constructor for class org.springframework.webflow.action.SuccessEventFactory
- supports(Object) - Method in class org.springframework.webflow.mvc.servlet.FlowHandlerAdapter
T
- TargetAccessError - Class in org.springframework.binding.mapping.results
-
Indicates an exception occurred accessing the target object to be mapped to.
- TargetAccessError(Mapping, Object, EvaluationException) - Constructor for class org.springframework.binding.mapping.results.TargetAccessError
-
Creates a new target access error.
- TargetStateResolver - Interface in org.springframework.webflow.engine
-
A strategy for calculating the target state of a transition.
- template() - Method in class org.springframework.binding.expression.support.FluentParserContext
-
Sets a flag indicating the expression to parse is a template.
- test(MappingResult) - Method in interface org.springframework.binding.mapping.MappingResultsCriteria
-
Tests if the mapping result meets this criteria.
- test(Message) - Method in interface org.springframework.binding.message.MessageCriteria
-
Tests if the message meets this criteria.
- test(RequestContext) - Method in class org.springframework.webflow.engine.support.ActionTransitionCriteria
- test(RequestContext) - Method in class org.springframework.webflow.engine.support.DefaultTransitionCriteria
- test(RequestContext) - Method in class org.springframework.webflow.engine.support.NotTransitionCriteria
- test(RequestContext) - Method in class org.springframework.webflow.engine.support.TransitionCriteriaChain
- test(RequestContext) - Method in interface org.springframework.webflow.engine.TransitionCriteria
-
Check if the transition should fire based on the given flow execution request context.
- test(RequestContext) - Method in class org.springframework.webflow.engine.WildcardTransitionCriteria
- TestFlowBuilderServicesFactory - Class in org.springframework.webflow.test
-
Factory that encapsulates configuration of default flow builder services for a test environment.
- toAnnotatedArray() - Method in class org.springframework.webflow.engine.ActionList
-
Returns the list of actions in this list as a typed annotated action array.
- toArray() - Method in class org.springframework.webflow.engine.ActionList
-
Convert this list to a typed action array.
- toArray() - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
-
Convert this list to a typed state exception handler array.
- toArray() - Method in class org.springframework.webflow.engine.TransitionSet
-
Convert this set to a typed transition array.
- toIterator(Enumeration<E>) - Static method in class org.springframework.webflow.core.collection.CollectionUtils
-
Factory method that adapts an enumeration to an iterator.
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.FormattedStringToNumber
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.PropertyEditorConverter
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToBigDecimal
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToBigInteger
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToBoolean
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToByte
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToCharacter
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToClass
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToDate
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToDouble
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToEnum
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToFloat
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToInteger
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToLocale
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToLong
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToObject
- toObject(String, Class<?>) - Method in class org.springframework.binding.convert.converters.StringToShort
- toString() - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
- toString() - Method in class org.springframework.binding.collection.SharedMapDecorator
- toString() - Method in class org.springframework.binding.convert.service.StaticConversionExecutor
- toString() - Method in class org.springframework.binding.expression.beanwrapper.BeanWrapperExpression
- toString() - Method in class org.springframework.binding.expression.el.ELExpression
- toString() - Method in class org.springframework.binding.expression.ExpressionVariable
- toString() - Method in class org.springframework.binding.expression.spel.SpringELExpression
- toString() - Method in class org.springframework.binding.expression.support.CollectionAddingExpression
- toString() - Method in class org.springframework.binding.expression.support.CompositeStringExpression
- toString() - Method in class org.springframework.binding.expression.support.LiteralExpression
- toString() - Method in class org.springframework.binding.expression.support.StaticExpression
- toString() - Method in class org.springframework.binding.mapping.impl.DefaultMapper
- toString() - Method in class org.springframework.binding.mapping.impl.DefaultMapping
- toString() - Method in class org.springframework.binding.mapping.impl.DefaultMappingResults
- toString() - Method in class org.springframework.binding.mapping.results.AbstractMappingResult
- toString() - Method in class org.springframework.binding.message.DefaultMessageContext
- toString() - Method in class org.springframework.binding.message.DefaultMessageResolver
- toString() - Method in class org.springframework.binding.message.Message
- toString() - Method in class org.springframework.binding.method.MethodKey
- toString() - Method in class org.springframework.binding.method.MethodSignature
- toString() - Method in class org.springframework.binding.method.Parameter
- toString() - Method in class org.springframework.binding.method.Parameters
- toString() - Method in class org.springframework.faces.model.SerializableListDataModel
- toString() - Method in class org.springframework.faces.webflow.FlowFacesContext.FlowFacesMessage
- toString() - Method in class org.springframework.faces.webflow.JsfView
- toString() - Method in class org.springframework.webflow.action.CompositeAction
- toString() - Method in class org.springframework.webflow.action.EvaluateAction
- toString() - Method in class org.springframework.webflow.action.FormAction
- toString() - Method in class org.springframework.webflow.action.RenderAction
- toString() - Method in class org.springframework.webflow.action.SetAction
- toString() - Method in class org.springframework.webflow.config.FlowDefinitionResource
- toString() - Method in class org.springframework.webflow.conversation.ConversationId
-
Subclasses should override toString to return a parseable string form of the key.
- toString() - Method in class org.springframework.webflow.conversation.ConversationParameters
- toString() - Method in class org.springframework.webflow.conversation.impl.ContainedConversation
- toString() - Method in class org.springframework.webflow.conversation.impl.SimpleConversationId
- toString() - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- toString() - Method in class org.springframework.webflow.core.collection.LocalParameterMap
- toString() - Method in class org.springframework.webflow.definition.registry.FlowDefinitionRegistryImpl
- toString() - Method in class org.springframework.webflow.engine.ActionList
- toString() - Method in class org.springframework.webflow.engine.builder.BinderConfiguration.Binding
- toString() - Method in class org.springframework.webflow.engine.builder.DefaultFlowHolder
- toString() - Method in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
- toString() - Method in class org.springframework.webflow.engine.Flow
- toString() - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
- toString() - Method in class org.springframework.webflow.engine.FlowVariable
- toString() - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- toString() - Method in class org.springframework.webflow.engine.model.builder.DefaultFlowModelHolder
- toString() - Method in class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
- toString() - Method in class org.springframework.webflow.engine.model.registry.FlowModelRegistryImpl
- toString() - Method in class org.springframework.webflow.engine.State
- toString() - Method in class org.springframework.webflow.engine.support.BeanFactoryVariableValueFactory
- toString() - Method in class org.springframework.webflow.engine.support.DefaultTargetStateResolver
- toString() - Method in class org.springframework.webflow.engine.support.DefaultTransitionCriteria
- toString() - Method in class org.springframework.webflow.engine.support.GenericSubflowAttributeMapper
- toString() - Method in class org.springframework.webflow.engine.support.NotTransitionCriteria
- toString() - Method in class org.springframework.webflow.engine.support.TransitionCriteriaChain
- toString() - Method in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
- toString() - Method in class org.springframework.webflow.engine.Transition
- toString() - Method in class org.springframework.webflow.engine.TransitionSet
- toString() - Method in class org.springframework.webflow.engine.WildcardTransitionCriteria
- toString() - Method in class org.springframework.webflow.execution.AnnotatedAction
- toString() - Method in class org.springframework.webflow.execution.Event
- toString() - Method in class org.springframework.webflow.execution.FlowExecutionKey
- toString() - Method in class org.springframework.webflow.execution.FlowExecutionOutcome
- toString() - Method in class org.springframework.webflow.execution.repository.support.CompositeFlowExecutionKey
- toString() - Method in class org.springframework.webflow.mvc.servlet.AbstractFlowHandler
- toString() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
- toString() - Method in class org.springframework.webflow.mvc.view.ViewActionStateHolder
- toString() - Method in class org.springframework.webflow.test.GeneratedFlowExecutionKey
- toString() - Method in class org.springframework.webflow.test.MockFlowExecutionKey
- toString(Object) - Method in class org.springframework.binding.convert.converters.FormattedStringToNumber
- toString(Object) - Method in class org.springframework.binding.convert.converters.PropertyEditorConverter
- toString(Object) - Method in class org.springframework.binding.convert.converters.StringToBigDecimal
- toString(Object) - Method in class org.springframework.binding.convert.converters.StringToBigInteger
- toString(Object) - Method in class org.springframework.binding.convert.converters.StringToBoolean
- toString(Object) - Method in class org.springframework.binding.convert.converters.StringToByte
- toString(Object) - Method in class org.springframework.binding.convert.converters.StringToCharacter
- toString(Object) - Method in class org.springframework.binding.convert.converters.StringToClass
- toString(Object) - Method in class org.springframework.binding.convert.converters.StringToDate
- toString(Object) - Method in class org.springframework.binding.convert.converters.StringToDouble
- toString(Object) - Method in class org.springframework.binding.convert.converters.StringToEnum
- toString(Object) - Method in class org.springframework.binding.convert.converters.StringToFloat
- toString(Object) - Method in class org.springframework.binding.convert.converters.StringToInteger
- toString(Object) - Method in class org.springframework.binding.convert.converters.StringToLocale
- toString(Object) - Method in class org.springframework.binding.convert.converters.StringToLong
- toString(Object) - Method in class org.springframework.binding.convert.converters.StringToObject
- toString(Object) - Method in class org.springframework.binding.convert.converters.StringToShort
- transform(Source, Result) - Method in class org.springframework.webflow.upgrade.WebFlowUpgrader
- Transition - Class in org.springframework.webflow.engine
- Transition() - Constructor for class org.springframework.webflow.engine.Transition
-
Create a new transition that always matches and always executes, but its execution does nothing by default.
- Transition(TargetStateResolver) - Constructor for class org.springframework.webflow.engine.Transition
-
Create a new transition that always matches and always executes, transitioning to the target state calculated by the provided targetStateResolver.
- Transition(TransitionCriteria, TargetStateResolver) - Constructor for class org.springframework.webflow.engine.Transition
-
Create a new transition that matches on the specified criteria, transitioning to the target state calculated by the provided targetStateResolver.
- TransitionableState - Class in org.springframework.webflow.engine
-
Abstract superclass for states that can execute a transition in response to an event.
- TransitionableState(Flow, String) - Constructor for class org.springframework.webflow.engine.TransitionableState
-
Create a new transitionable state.
- TransitionableStateDefinition - Interface in org.springframework.webflow.definition
-
A state that can transition to another state.
- TransitionCriteria - Interface in org.springframework.webflow.engine
-
Strategy interface encapsulating criteria that determine whether or not a transition should execute given a flow execution request context.
- TransitionCriteriaChain - Class in org.springframework.webflow.engine.support
-
An ordered chain of
TransitionCriteria
. - TransitionCriteriaChain() - Constructor for class org.springframework.webflow.engine.support.TransitionCriteriaChain
-
Creates an initially empty transition criteria chain.
- TransitionCriteriaChain(TransitionCriteria...) - Constructor for class org.springframework.webflow.engine.support.TransitionCriteriaChain
-
Creates a transition criteria chain with the specified criteria.
- TransitionDefinition - Interface in org.springframework.webflow.definition
-
A transition takes a flow from one state to another.
- transitionExecuting(RequestContext, TransitionDefinition) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called when a transition is matched but before the transition occurs.
- transitionExecuting(RequestContext, TransitionDefinition) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- transitionExecuting(RequestContext, TransitionDefinition) - Method in class org.springframework.webflow.security.SecurityFlowExecutionListener
- TransitionExecutingFlowExecutionExceptionHandler - Class in org.springframework.webflow.engine.support
-
A flow execution exception handler that maps the occurrence of a specific type of exception to a transition to a new
State
. - TransitionExecutingFlowExecutionExceptionHandler() - Constructor for class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
- TransitionModel - Class in org.springframework.webflow.engine.model
-
Model support for transitions.
- TransitionModel() - Constructor for class org.springframework.webflow.engine.model.TransitionModel
-
Create a transition model
- TransitionSet - Class in org.springframework.webflow.engine
-
A typed set of transitions for use internally by artifacts that can apply transition execution logic.
- TransitionSet() - Constructor for class org.springframework.webflow.engine.TransitionSet
- TwoWayConverter - Interface in org.springframework.binding.convert.converters
-
A converter that can also convert from the target back to the source.
- TypeConversionError - Class in org.springframework.binding.mapping.results
-
Indicates a type conversion occurred during a mapping operation.
- TypeConversionError(Mapping, Object, Exception) - Constructor for class org.springframework.binding.mapping.results.TypeConversionError
-
Creates a new type conversion error.
U
- union(AttributeMap<? extends V>) - Method in interface org.springframework.webflow.core.collection.AttributeMap
-
Returns a new attribute map containing the union of this map with the provided map.
- union(AttributeMap<? extends V>) - Method in class org.springframework.webflow.core.collection.LocalAttributeMap
- unlock() - Method in interface org.springframework.webflow.conversation.Conversation
-
Unlock this conversation, making it available to others for manipulation.
- unlock() - Method in class org.springframework.webflow.conversation.impl.ContainedConversation
- unlock() - Method in interface org.springframework.webflow.conversation.impl.ConversationLock
-
Release the conversation lock.
- unlock() - Method in class org.springframework.webflow.conversation.impl.JdkConcurrentConversationLock
- unlock() - Method in class org.springframework.webflow.conversation.impl.NoOpConversationLock
- unlock() - Method in interface org.springframework.webflow.execution.repository.FlowExecutionLock
-
Release the flow execution lock.
- unmarshal(ClassLoader) - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
-
Unmarshal the flow execution from this snapshot's data.
- updateCurrentFlowExecutionSnapshot() - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Update the current flow execution snapshot to save the current state.
- updateCurrentFlowExecutionSnapshot() - Method in class org.springframework.webflow.test.MockRequestControlContext
- updateFlowExecution(FlowExecution) - Method in class org.springframework.webflow.test.execution.AbstractFlowExecutionTests
-
Directly update the flow execution used by the test by setting it to given flow execution.
- updateFlowExecutionSnapshot(FlowExecution) - Method in interface org.springframework.webflow.execution.FlowExecutionKeyFactory
-
Capture the current state of the flow execution by updating its snapshot in storage.
- updateFlowExecutionSnapshot(FlowExecution) - Method in class org.springframework.webflow.execution.repository.impl.DefaultFlowExecutionRepository
- updateFlowExecutionSnapshot(FlowExecution) - Method in class org.springframework.webflow.test.MockFlowExecutionKeyFactory
- updateSnapshot(Serializable, FlowExecutionSnapshot) - Method in interface org.springframework.webflow.execution.repository.impl.FlowExecutionSnapshotGroup
-
Update the snapshot with the given id.
- USER_EVENT_STATE_ATTRIBUTE - Static variable in interface org.springframework.webflow.execution.View
-
Well-known attribute name for storing the results of processing a user event
- userEventQueued() - Method in class org.springframework.faces.webflow.JsfView
- userEventQueued() - Method in interface org.springframework.webflow.execution.View
-
True if there is a user event queued this view should process.
- userEventQueued() - Method in class org.springframework.webflow.mvc.view.AbstractMvcView
- useWeakValue(K, V) - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
-
Decide whether to use a weak reference for the value of the given key-value pair.
V
- validate() - Method in class org.springframework.webflow.validation.ValidationHelper
-
Invoke the validators available by convention.
- validate(RequestContext) - Method in class org.springframework.webflow.action.FormAction
-
Validate the form object by invoking the validator if configured.
- VALIDATION_HINT_RESOLVER_FLOW_ATTR - Static variable in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
- ValidationContext - Interface in org.springframework.binding.validation
-
A context for a validator to use to access user data and report validation failures.
- validationEnabled(RequestContext) - Method in class org.springframework.webflow.action.FormAction
-
Return whether validation should be performed given the state of the flow request context.
- ValidationHelper - Class in org.springframework.webflow.validation
-
A helper class the encapsulates conventions to invoke validation logic.
- ValidationHelper(Object, RequestContext, String, String, ExpressionParser, MessageCodesResolver, MappingResults) - Constructor for class org.springframework.webflow.validation.ValidationHelper
-
An alternative constructor that creates an instance of
BeanValidationHintResolver
. - ValidationHelper(Object, RequestContext, String, String, ExpressionParser, MessageCodesResolver, MappingResults, ValidationHintResolver) - Constructor for class org.springframework.webflow.validation.ValidationHelper
-
Create a throwaway validation helper object.
- ValidationHintResolver - Interface in org.springframework.webflow.validation
-
A strategy for resolving String-based hints to Objects such as validation groups against a JSR-303 provider.
- VALIDATOR_FLOW_ATTR - Static variable in class org.springframework.webflow.engine.builder.model.FlowModelFlowBuilder
- VALIDATOR_METHOD_ATTRIBUTE - Static variable in class org.springframework.webflow.action.FormAction
-
Optional attribute that identifies the method that should be invoked on the configured validator instance, to support piecemeal wizard page validation ("validatorMethod").
- valueBound(HttpSessionBindingEvent) - Method in class org.springframework.webflow.context.web.HttpSessionMapBindingListener
- valueBound(AttributeMapBindingEvent) - Method in interface org.springframework.webflow.core.collection.AttributeMapBindingListener
-
Called when the implementing instance is bound into an
AttributeMap
. - ValueCoercionException - Exception in org.springframework.binding.expression
-
An evaluation exception indicating an expression failed to evaluate because the source value could not be coerced to the target class
- ValueCoercionException(Class<?>, String, Object, Class<?>) - Constructor for exception org.springframework.binding.expression.ValueCoercionException
-
Creates a new property not found exception
- ValueCoercionException(Class<?>, String, Object, Class<?>, Throwable) - Constructor for exception org.springframework.binding.expression.ValueCoercionException
-
Creates a new property not found exception
- valueOf(String) - Static method in enum class org.springframework.binding.message.Severity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.webflow.engine.History
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.webflow.engine.impl.FlowExecutionStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.webflow.execution.ScopeType
-
Returns the enum constant of this class with the specified name.
- values() - Method in class org.springframework.binding.collection.AbstractCachingMapDecorator
- values() - Method in class org.springframework.binding.collection.SharedMapDecorator
- values() - Method in class org.springframework.binding.collection.StringKeyedMapAdapter
- values() - Static method in enum class org.springframework.binding.message.Severity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.webflow.engine.History
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.webflow.engine.impl.FlowExecutionStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.webflow.execution.ScopeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- valueUnbound(HttpSessionBindingEvent) - Method in class org.springframework.webflow.context.web.HttpSessionMapBindingListener
- valueUnbound(AttributeMapBindingEvent) - Method in interface org.springframework.webflow.core.collection.AttributeMapBindingListener
-
Called when the implementing instance is unbound from an
AttributeMap
. - variable(ExpressionVariable) - Method in class org.springframework.binding.expression.support.FluentParserContext
-
Add an expression variable that can be referenced by the expression.
- variables(ExpressionVariable...) - Method in class org.springframework.binding.expression.support.FluentParserContext
-
Add an array of expression variables that can be referenced by the expression.
- VariableValueFactory - Interface in org.springframework.webflow.engine
-
A strategy that encapsulates the source of a flow variable value.
- VarModel - Class in org.springframework.webflow.engine.model
-
Model support for var elements.
- VarModel(String, String) - Constructor for class org.springframework.webflow.engine.model.VarModel
-
Create a variable model
- View - Interface in org.springframework.webflow.execution
-
Allows a client to participate in flow execution.
- VIEW - Enum constant in enum class org.springframework.webflow.execution.ScopeType
-
The "view" scope type.
- ViewActionStateHolder - Class in org.springframework.webflow.mvc.view
-
Holder class for passing Spring MVC view action state through a redirect.
- ViewActionStateHolder(String, boolean, MappingResults) - Constructor for class org.springframework.webflow.mvc.view.ViewActionStateHolder
- ViewFactory - Interface in org.springframework.webflow.execution
-
A factory for a view that allows the client to participate in flow execution.
- ViewFactoryActionAdapter - Class in org.springframework.webflow.action
-
Simple adapter that adapts a view factory render cycle to the action interface.
- ViewFactoryActionAdapter(ViewFactory) - Constructor for class org.springframework.webflow.action.ViewFactoryActionAdapter
-
Creates a new view factory action adapter
- ViewFactoryCreator - Interface in org.springframework.webflow.engine.builder
-
A factory for ViewFactory objects.
- viewRendered(RequestContext, View, StateDefinition) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called after a view has completed rendering.
- viewRendered(RequestContext, View, StateDefinition) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- viewRendered(View) - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Called when the current view has completed rendering in the current view state.
- viewRendered(View) - Method in class org.springframework.webflow.test.MockRequestControlContext
- viewRendered(View, RequestContext) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- viewRendering(RequestContext, View, StateDefinition) - Method in interface org.springframework.webflow.execution.FlowExecutionListener
-
Called when a view is about to render in a view-state, before any render actions are executed.
- viewRendering(RequestContext, View, StateDefinition) - Method in class org.springframework.webflow.execution.FlowExecutionListenerAdapter
-
Deprecated.
- viewRendering(View) - Method in interface org.springframework.webflow.engine.RequestControlContext
-
Called when the current view is about to be rendered in the current view state.
- viewRendering(View) - Method in class org.springframework.webflow.test.MockRequestControlContext
- viewRendering(View, RequestContext) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- ViewRenderingException - Exception in org.springframework.webflow.engine
-
Thrown if a IO exception was thrown during view rendering.
- ViewRenderingException(String, String, View, Throwable) - Constructor for exception org.springframework.webflow.engine.ViewRenderingException
-
Create a new action execution exception.
- ViewScope - Class in org.springframework.webflow.scope
-
View
scope
implementation. - ViewScope() - Constructor for class org.springframework.webflow.scope.ViewScope
- ViewState - Class in org.springframework.webflow.engine
-
A view state is a state that issues a response to the user, for example, for soliciting form input.
- ViewState(Flow, String, ViewFactory) - Constructor for class org.springframework.webflow.engine.ViewState
-
Create a new view state.
- ViewStateModel - Class in org.springframework.webflow.engine.model
-
Model support for view states.
- ViewStateModel(String) - Constructor for class org.springframework.webflow.engine.model.ViewStateModel
-
Create a view state model
- ViewVariable - Class in org.springframework.webflow.engine
-
A variable scoped to a particular view.
- ViewVariable(String, VariableValueFactory) - Constructor for class org.springframework.webflow.engine.ViewVariable
-
Creates a new view variable.
W
- warning() - Method in class org.springframework.binding.message.MessageBuilder
-
Records that the message being built is a warning message.
- WARNING - Enum constant in enum class org.springframework.binding.message.Severity
-
The "Warning" severity.
- WebFlow1FlowUrlHandler - Class in org.springframework.webflow.context.servlet
-
Flow URL handler that implements the default Web Flow 1.x URL format.
- WebFlow1FlowUrlHandler() - Constructor for class org.springframework.webflow.context.servlet.WebFlow1FlowUrlHandler
- WebFlowConfigNamespaceHandler - Class in org.springframework.webflow.config
-
NamespaceHandler
for thewebflow-config
namespace. - WebFlowConfigNamespaceHandler() - Constructor for class org.springframework.webflow.config.WebFlowConfigNamespaceHandler
- WebFlowELExpressionParser - Class in org.springframework.webflow.expression.el
-
Allows for Unified EL expressions in a FlowDefinition.
- WebFlowELExpressionParser(ExpressionFactory) - Constructor for class org.springframework.webflow.expression.el.WebFlowELExpressionParser
-
Creates a new Web Flow EL expression parser.
- WebFlowMessageCodesResolver - Class in org.springframework.webflow.validation
-
Message Codes Resolver that implements the default Web Flow 2.x algorithm.
- WebFlowMessageCodesResolver() - Constructor for class org.springframework.webflow.validation.WebFlowMessageCodesResolver
- WebFlowSpringELExpressionParser - Class in org.springframework.webflow.expression.spel
-
A sub-class for
SpringELExpressionParser
that registers Web Flow specific Spring EL PropertyAccessors. - WebFlowSpringELExpressionParser(SpelExpressionParser) - Constructor for class org.springframework.webflow.expression.spel.WebFlowSpringELExpressionParser
- WebFlowSpringELExpressionParser(SpelExpressionParser, ConversionService) - Constructor for class org.springframework.webflow.expression.spel.WebFlowSpringELExpressionParser
- WebFlowUpgrader - Class in org.springframework.webflow.upgrade
-
Converts Web Flow 1 flow definitions to the version 2 syntax.
- WebFlowUpgrader() - Constructor for class org.springframework.webflow.upgrade.WebFlowUpgrader
- WILDCARD_EVENT_ID - Static variable in class org.springframework.webflow.engine.WildcardTransitionCriteria
-
Event id value ("*") that will cause the transition to match on any event.
- WildcardTransitionCriteria - Class in org.springframework.webflow.engine
-
Transition criteria that always returns true.
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.faces.webflow.JsfManagedBeanPropertyAccessor
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.webflow.expression.spel.ActionPropertyAccessor
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.webflow.expression.spel.BeanFactoryPropertyAccessor
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.webflow.expression.spel.FlowVariablePropertyAccessor
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.webflow.expression.spel.MapAdaptablePropertyAccessor
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.webflow.expression.spel.MessageSourcePropertyAccessor
- write(EvaluationContext, Object, String, Object) - Method in class org.springframework.webflow.expression.spel.ScopeSearchingPropertyAccessor
- writeExternal(ObjectOutput) - Method in class org.springframework.webflow.engine.impl.FlowExecutionImpl
- writeExternal(ObjectOutput) - Method in class org.springframework.webflow.execution.repository.snapshot.SerializedFlowExecutionSnapshot
- writeState(FacesContext, Object) - Method in class org.springframework.faces.webflow.FlowResponseStateManager
X
- XmlFlowModelBuilder - Class in org.springframework.webflow.engine.model.builder.xml
-
Builds a flow model from a XML-based flow definition resource.
- XmlFlowModelBuilder(Resource) - Constructor for class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
-
Create a new XML flow model builder that will parse the XML document at the specified resource location and use the provided locator to access parent flow models.
- XmlFlowModelBuilder(Resource, FlowModelLocator) - Constructor for class org.springframework.webflow.engine.model.builder.xml.XmlFlowModelBuilder
-
Create a new XML flow model builder that will parse the XML document at the specified resource location and use the provided locator to access parent flow models.
Y
- yes() - Method in class org.springframework.webflow.action.AbstractAction
-
Returns a "yes" result event.
- yes(Object) - Method in class org.springframework.webflow.action.EventFactorySupport
-
Returns a "yes" event.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
AuthorizationManager
by settingSecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function)
instead