public class FlowBuilderServices extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
FlowBuilderContext
.
Note this class does not attempt to default any service implementations other than the FlowArtifactFactory
,
which is more like builder helper objects than a service. It is expected clients inject non-null references to
concrete service implementations appropriate for their environment.FlowBuilderContextImpl
Constructor and Description |
---|
FlowBuilderServices() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
org.springframework.context.ApplicationContext |
getApplicationContext() |
ConversionService |
getConversionService() |
boolean |
getDevelopment() |
ExpressionParser |
getExpressionParser() |
FlowArtifactFactory |
getFlowArtifactFactory() |
ViewFactoryCreator |
getViewFactoryCreator() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setConversionService(ConversionService conversionService) |
void |
setDevelopment(boolean development) |
void |
setExpressionParser(ExpressionParser expressionParser) |
void |
setFlowArtifactFactory(FlowArtifactFactory flowArtifactFactory) |
void |
setViewFactoryCreator(ViewFactoryCreator viewFactoryCreator) |
public FlowArtifactFactory getFlowArtifactFactory()
public void setFlowArtifactFactory(FlowArtifactFactory flowArtifactFactory)
public ViewFactoryCreator getViewFactoryCreator()
public void setViewFactoryCreator(ViewFactoryCreator viewFactoryCreator)
public ConversionService getConversionService()
public void setConversionService(ConversionService conversionService)
public ExpressionParser getExpressionParser()
public void setExpressionParser(ExpressionParser expressionParser)
public boolean getDevelopment()
public void setDevelopment(boolean development)
public org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException