A base class for factory beans that create populated registries of flow
definitions built using a
FlowBuilder , typically a
BaseFlowBuilder subclass. This base class will setup a
FlowServiceLocator for
use by the flow builder.
setConversionService(ConversionService conversionService) Set the conversion service to use to convert between types; typically
from string to a rich object type.
public void
setExpressionParser(ExpressionParser expressionParser) Set the expression parser responsible for parsing expression strings into
evaluatable expression objects.
Factory method for creating the service locator used to locate webflow
services during flow assembly. Subclasses may override to customize the
instantiation and configuration of the locator returned.
the service locator
Called after properties have been set on the service locator, but before
registry population. Subclasses may override to perform custom initialization
of the flow service locator.
Parameters: flowServiceLocator - the flow service locator to use to locate externally managedservices needed during flow building and assembly, typically used by aorg.springframework.webflow.definition.registry.FlowDefinitionRegistrar
setBeanFactory
public void setBeanFactory(BeanFactory beanFactory)(Code)