public class CompositeApplicationContextFactory extends Object implements org.springframework.beans.factory.FactoryBean<org.springframework.batch.core.configuration.support.ApplicationContextFactory[]>, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
CompositeApplicationContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.springframework.batch.core.configuration.support.ApplicationContextFactory[] |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setFactories(List<org.springframework.batch.core.configuration.support.ApplicationContextFactory> delegateFactories) |
void |
setFactoryBeans(List<org.springframework.beans.factory.FactoryBean<org.springframework.batch.core.configuration.support.ApplicationContextFactory[]>> factoryBeans) |
public void setFactoryBeans(List<org.springframework.beans.factory.FactoryBean<org.springframework.batch.core.configuration.support.ApplicationContextFactory[]>> factoryBeans)
public void setFactories(List<org.springframework.batch.core.configuration.support.ApplicationContextFactory> delegateFactories)
public org.springframework.batch.core.configuration.support.ApplicationContextFactory[] getObject()
throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<org.springframework.batch.core.configuration.support.ApplicationContextFactory[]>Exceptionpublic Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<org.springframework.batch.core.configuration.support.ApplicationContextFactory[]>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<org.springframework.batch.core.configuration.support.ApplicationContextFactory[]>Copyright © 2015. All rights reserved.