| Constructor and Description |
|---|
FlowElementParser() |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.springframework.beans.factory.config.BeanDefinition> |
parse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
Parse the flow and turn it into a list of transitions.
|
public Collection<org.springframework.beans.factory.config.BeanDefinition> parse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
element - the <flow/gt; element to parseparserContext - the parser context for the bean factoryStateTransition
instances objectsCopyright © 2014. All rights reserved.