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() |
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 ValidationHintResolver getValidationHintResolver()
public void setValidationHintResolver(ValidationHintResolver validationHintResolver)
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