|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.engine.builder.support.FlowBuilderContextImpl
public class FlowBuilderContextImpl
Generic implementation of a flow builder context, suitable for use by most flow assembly systems.
Constructor Summary | |
---|---|
FlowBuilderContextImpl(String flowId,
AttributeMap flowAttributes,
FlowDefinitionLocator flowDefinitionLocator,
FlowBuilderServices flowBuilderServices)
Creates a new flow builder context. |
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. |
FlowBuilderServices |
getFlowBuilderServices()
|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlowBuilderContextImpl(String flowId, AttributeMap flowAttributes, FlowDefinitionLocator flowDefinitionLocator, FlowBuilderServices flowBuilderServices)
flowId
- the id to assign the flow being builtflowAttributes
- attributes to assign the flow being builtflowDefinitionLocator
- a locator to find dependent subflowsflowBuilderServices
- a parameter object providing access to additional services needed by the flow builderMethod Detail |
---|
public FlowBuilderServices getFlowBuilderServices()
public String getFlowId()
FlowBuilderContext
getFlowId
in interface FlowBuilderContext
public AttributeMap getFlowAttributes()
FlowBuilderContext
getFlowAttributes
in interface FlowBuilderContext
public FlowArtifactFactory getFlowArtifactFactory()
FlowBuilderContext
getFlowArtifactFactory
in interface FlowBuilderContext
public FlowDefinitionLocator getFlowDefinitionLocator()
FlowBuilderContext
getFlowDefinitionLocator
in interface FlowBuilderContext
public ConversionService getConversionService()
FlowBuilderContext
getConversionService
in interface FlowBuilderContext
public ViewFactoryCreator getViewFactoryCreator()
FlowBuilderContext
getViewFactoryCreator
in interface FlowBuilderContext
public ExpressionParser getExpressionParser()
FlowBuilderContext
getExpressionParser
in interface FlowBuilderContext
public org.springframework.context.ApplicationContext getApplicationContext()
FlowBuilderContext
getApplicationContext
in interface FlowBuilderContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |