Uses of Class
org.springframework.webflow.engine.AnnotatedAction

Packages that use AnnotatedAction
org.springframework.webflow.engine The implementation of the core flow definition artifacts that serve the basis of the flow execution engine. 
org.springframework.webflow.engine.builder The flow builder subsystem for building and assembling executable flow definitions. 
org.springframework.webflow.engine.support Support implementations for internal engine-specific types. 
 

Uses of AnnotatedAction in org.springframework.webflow.engine
 

Methods in org.springframework.webflow.engine that return AnnotatedAction
 AnnotatedAction ActionList.getAnnotated(int index)
          Returns the action in this list at the provided index, exposing it as an annotated action.
 AnnotatedAction AnnotatedAction.putAttribute(java.lang.String attributeName, java.lang.Object attributeValue)
          Set an attribute on this annotated object.
 AnnotatedAction[] ActionList.toAnnotatedArray()
          Returns the list of actions in this list as a typed annotated action array.
 

Uses of AnnotatedAction in org.springframework.webflow.engine.builder
 

Methods in org.springframework.webflow.engine.builder that return AnnotatedAction
protected  AnnotatedAction AbstractFlowBuilder.annotate(Action action)
          Wrap given action in an AnnotatedAction} to be able to annotate it with attributes.
protected  AnnotatedAction AbstractFlowBuilder.invoke(java.lang.String methodName, Action multiAction)
          Creates an annotated action decorator that instructs the specified method be invoked on the multi action when it is executed.
protected  AnnotatedAction AbstractFlowBuilder.invoke(java.lang.String methodName, MultiAction multiAction)
          Creates an annotated action decorator that instructs the specified method be invoked on the multi action when it is executed.
protected  AnnotatedAction AbstractFlowBuilder.name(java.lang.String name, Action action)
          Creates an annotated action decorator that makes the given action an named action.
 

Uses of AnnotatedAction in org.springframework.webflow.engine.support
 

Methods in org.springframework.webflow.engine.support with parameters of type AnnotatedAction
static TransitionCriteria TransitionCriteriaChain.criteriaChainFor(AnnotatedAction[] actions)
          Create a transition criteria chain chaining given list of actions.
 



Copyright © 2009 Spring Framework. All Rights Reserved.