Uses of Package
org.springframework.webflow.action

Packages that use org.springframework.webflow.action
org.springframework.webflow.action Common action implementations invokable by flow definitions. 
org.springframework.webflow.action.portlet Action implementations that define logic specific to flows executing in a JSR-168 Portlet environment. 
org.springframework.webflow.engine.builder The flow builder subsystem for building and assembling executable flow definitions. 
 

Classes in org.springframework.webflow.action used by org.springframework.webflow.action
AbstractAction
          Base action that provides assistance commonly needed by action implementations.
ActionResultExposer
          Specifies how an action result value should be exposed to an executing flow.
FormObjectAccessor
          Convenience helper that encapsulates logic on how to retrieve and expose form objects and associated errors to and from a flow execution request context.
MultiAction
          Action implementation that bundles two or more action execution methods into a single class.
MultiAction.MethodResolver
          Strategy interface used by the MultiAction to map a request context to the name of an action execution method.
ResultEventFactory
          A strategy for creating an Event object from an arbitrary object such as an expression evaluation result or bean method return value.
ResultEventFactorySelector
          Helper that selects the ResultEventFactory to use for a particular result object.
 

Classes in org.springframework.webflow.action used by org.springframework.webflow.action.portlet
AbstractAction
          Base action that provides assistance commonly needed by action implementations.
 

Classes in org.springframework.webflow.action used by org.springframework.webflow.engine.builder
ActionResultExposer
          Specifies how an action result value should be exposed to an executing flow.
BeanInvokingActionFactory
          A helper factory for Action instances that invoke methods on beans managed in a Spring bean factory.
MultiAction
          Action implementation that bundles two or more action execution methods into a single class.
 



Copyright © 2009 Spring Framework. All Rights Reserved.