public interface FlowBuilderContext
Modifier and Type | Method and Description |
---|---|
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<java.lang.Object> |
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.
|
ValidationHintResolver |
getValidationHintResolver()
Return the
ValidationHintResolver . |
org.springframework.validation.Validator |
getValidator()
Returns the Validator instance to use for validating a model.
|
ViewFactoryCreator |
getViewFactoryCreator()
Returns the view factory creator for configuring a ViewFactory per view state
|
java.lang.String getFlowId()
AttributeMap<java.lang.Object> getFlowAttributes()
FlowDefinitionLocator getFlowDefinitionLocator()
FlowArtifactFactory getFlowArtifactFactory()
ConversionService getConversionService()
ViewFactoryCreator getViewFactoryCreator()
ExpressionParser getExpressionParser()
org.springframework.validation.Validator getValidator()
ValidationHintResolver getValidationHintResolver()
ValidationHintResolver
.org.springframework.context.ApplicationContext getApplicationContext()