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

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
 
AbstractExpressionParser - Class in org.springframework.binding.expression.support
An expression parser that parses Ognl 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.
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
 
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.portlet
Trivial flow handler base class that simply returns null for all operations.
AbstractFlowHandler() - Constructor for class org.springframework.webflow.mvc.portlet.AbstractFlowHandler
 
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 and Spring Web MVC Portlet 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_PHASE - Static variable in class org.springframework.webflow.context.portlet.PortletExternalContext
 
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, Throwable) - Constructor for exception org.springframework.webflow.execution.ActionExecutionException
Create a new action execution exception.
ActionExecutionException(String, String, Action, AttributeMap, String, 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
 
ActionResultExposer - Class in org.springframework.webflow.action
Specifies how an action result value should be exposed to an executing flow.
ActionResultExposer(Expression, Class, ConversionService) - Constructor for class org.springframework.webflow.action.ActionResultExposer
Creates a action result exposer
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 - Static variable in class org.springframework.webflow.engine.impl.FlowExecutionStatus
The flow execution has started and a session is active.
add(Iterator) - Method in class org.springframework.binding.collection.CompositeIterator
Add given iterator to this composite.
add(Parameter) - Method in class org.springframework.binding.method.Parameters
Add a new parameter to this list.
add(Action) - Method in class org.springframework.webflow.engine.ActionList
Add an action to this list.
add(State) - Method in class org.springframework.webflow.engine.Flow
Add given state definition to this flow definition.
add(FlowExecutionExceptionHandler) - Method in class org.springframework.webflow.engine.FlowExecutionExceptionHandlerSet
Add a state exception handler 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(Class, String) - Method in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
Adds an exception-to-target state mapping to this handler.
add(Class, TargetStateResolver) - Method in class org.springframework.webflow.engine.support.TransitionExecutingFlowExecutionExceptionHandler
Adds a exception-to-target state resolver mapping to this handler.
add(Transition) - Method in class org.springframework.webflow.engine.TransitionSet
Add a transition to this set.
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(Action[]) - Method in class org.springframework.webflow.engine.ActionList
Add a collection of actions 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.
addAllErrors(Errors) - Method in class org.springframework.binding.message.MessageContextErrors
 
addAllErrors(Errors) - Method in class org.springframework.webflow.mvc.view.BindingModel
 
addAllNoDuplicates(List, Object[]) - 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(Converter) - Method in class org.springframework.binding.convert.service.GenericConversionService
Add given converter to this conversion service.
addConverter(String, Converter) - Method in class org.springframework.binding.convert.service.GenericConversionService
Add given custom converter to this conversion service.
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.
addError(ObjectError) - Method in class org.springframework.webflow.mvc.view.BindingModel
 
addFacesConverters() - Method in class org.springframework.faces.model.converter.FacesConversionService
 
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(DefaultMapping) - Method in class org.springframework.binding.mapping.impl.DefaultMapper
Add a mapping to this mapper.
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.
addMessage(String, FacesMessage) - Method in class org.springframework.faces.webflow.FlowFacesContext
Translates a FacesMessage to an SWF Message and adds it to the current MessageContext
addMessage(String, FacesMessage) - Method in class org.springframework.faces.webflow.FlowFacesContextMessageDelegate
 
addPhaseListener(PhaseListener) - Method in class org.springframework.faces.ui.DelegatingViewRoot
 
addPhaseListener(PhaseListener) - Method in class org.springframework.faces.webflow.FlowLifecycle
Delegates to the wrapped Lifecycle.
addPropertyAccessor(Class, PropertyAccessor) - Method in class org.springframework.binding.expression.ognl.OgnlExpressionParser
Add a property access strategy for the given class.
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.webflow.action.AbstractAction
 
afterPropertiesSet() - Method in class org.springframework.webflow.engine.builder.support.FlowBuilderServices
 
afterPropertiesSet() - Method in class org.springframework.webflow.mvc.portlet.FlowHandlerAdapter
 
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.js.ajax.SpringJavascriptAjaxHandler
The accept header value that signifies an Ajax request.
AJAX_SOURCE_PARAM - Static variable in class org.springframework.faces.ui.AjaxViewRoot
 
AJAX_SOURCE_PARAM - Static variable in class org.springframework.js.ajax.SpringJavascriptAjaxHandler
Alternate request parameter to indicate an Ajax request for cases when control of the header is not available.
AjaxEventInterceptorRenderer - Class in org.springframework.faces.ui
Renderer for the <sf:ajaxEvent> tag.
AjaxEventInterceptorRenderer() - Constructor for class org.springframework.faces.ui.AjaxEventInterceptorRenderer
 
AjaxHandler - Interface in org.springframework.js.ajax
Strategy interface that encapsulates knowledge about a client-side ajax system and how to communicate with that system.
AjaxTilesView - Class in org.springframework.js.ajax.tiles2
Tiles view implementation that is able to handle partial rendering for Spring Javascript Ajax requests.
AjaxTilesView() - Constructor for class org.springframework.js.ajax.tiles2.AjaxTilesView
 
AjaxUrlBasedViewResolver - Class in org.springframework.js.ajax
View resolver that provides special view resolution for Spring Javascript Ajax requests.
AjaxUrlBasedViewResolver() - Constructor for class org.springframework.js.ajax.AjaxUrlBasedViewResolver
 
AjaxViewRoot - Class in org.springframework.faces.ui
Customizes the behavior of an existing UIViewRoot with Ajax-aware processing.
AjaxViewRoot(UIViewRoot) - Constructor for class org.springframework.faces.ui.AjaxViewRoot
 
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 an ActionState definition, a TransitionCriteria 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(StringBuffer, Map, 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?
applyTypeConversion(Object, Class) - Method in class org.springframework.binding.method.MethodInvoker
Apply type conversion on the supplied value
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(ConversionService) - Constructor for class org.springframework.binding.convert.converters.ArrayToArray
Creates a new array-to-array converter.
ArrayToArray(ConversionExecutor) - 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(ConversionService) - Constructor for class org.springframework.binding.convert.converters.ArrayToCollection
Creates a new array to collection converter.
ArrayToCollection(ConversionExecutor) - 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) - 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) - 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 - 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

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