public class FlowBuilderServices
extends java.lang.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() |
org.springframework.validation.Validator |
getValidator() |
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 |
setValidator(org.springframework.validation.Validator validator) |
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 org.springframework.validation.Validator getValidator()
public void setValidator(org.springframework.validation.Validator validator)
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
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception