|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowBuilderContext
Method Summary | |
---|---|
org.springframework.beans.factory.BeanFactory |
getBeanFactory()
Returns a generic bean factory for accessing arbitrary services by their id. |
BeanInvokingActionFactory |
getBeanInvokingActionFactory()
Returns the factory for bean invoking actions. |
org.springframework.binding.convert.ConversionService |
getConversionService()
Returns a generic type conversion service for converting between types, typically from string to a rich value object. |
org.springframework.binding.expression.ExpressionParser |
getExpressionParser()
Returns the expression parser for parsing expression strings. |
FlowArtifactFactory |
getFlowArtifactFactory()
Returns the factory for core flow artifacts such as Flow and State. |
AttributeMap |
getFlowAttributes()
Returns externally configured attributes to assign to the flow definition being built. |
FlowDefinitionLocator |
getFlowDefinitionLocator()
Returns the locator for locating dependent flows (subflows). |
java.lang.String |
getFlowId()
Returns an externally configured flow definition identifier to assign to the flow being built. |
org.springframework.core.io.ResourceLoader |
getResourceLoader()
Returns a generic resource loader for accessing file-based resources. |
ViewFactoryCreator |
getViewFactoryCreator()
Returns the view factory creator for configuring a ViewFactory per view state |
Method Detail |
---|
java.lang.String getFlowId()
AttributeMap getFlowAttributes()
FlowDefinitionLocator getFlowDefinitionLocator()
FlowArtifactFactory getFlowArtifactFactory()
BeanInvokingActionFactory getBeanInvokingActionFactory()
ViewFactoryCreator getViewFactoryCreator()
org.springframework.binding.expression.ExpressionParser getExpressionParser()
org.springframework.binding.convert.ConversionService getConversionService()
org.springframework.core.io.ResourceLoader getResourceLoader()
org.springframework.beans.factory.BeanFactory getBeanFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |