|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowBuilderContext
Provides services needed to a direct a flow builder through building a flow definition.
Method Summary | |
---|---|
org.springframework.context.ApplicationContext |
getApplicationContext()
Returns the application context hosting the flow system. |
ConversionService |
getConversionService()
Returns a generic type conversion service for converting between types, typically from string to a rich value object. |
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). |
String |
getFlowId()
Returns an externally configured flow definition identifier to assign to the flow being built. |
ViewFactoryCreator |
getViewFactoryCreator()
Returns the view factory creator for configuring a ViewFactory per view state |
Method Detail |
---|
String getFlowId()
AttributeMap getFlowAttributes()
FlowDefinitionLocator getFlowDefinitionLocator()
FlowArtifactFactory getFlowArtifactFactory()
ConversionService getConversionService()
ViewFactoryCreator getViewFactoryCreator()
ExpressionParser getExpressionParser()
org.springframework.context.ApplicationContext getApplicationContext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |