org.kuali.rice.test
Class CompositeBeanFactory
java.lang.Object
   org.kuali.rice.test.CompositeBeanFactory
org.kuali.rice.test.CompositeBeanFactory
- All Implemented Interfaces: 
- org.springframework.beans.factory.BeanFactory
- public final class CompositeBeanFactory 
- extends Object- implements org.springframework.beans.factory.BeanFactory
Wraps a collection of bean factories delegating to the inner bean factories.
 
 The first bean factory that returns a non-null/true result is the value that is returned/
 
| Fields inherited from interface org.springframework.beans.factory.BeanFactory | 
| FACTORY_BEAN_PREFIX | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CompositeBeanFactory
public CompositeBeanFactory(Collection<? extends org.springframework.beans.factory.BeanFactory> factories)
createBeanFactory
public static org.springframework.beans.factory.BeanFactory createBeanFactory(Collection<? extends SpringResourceLoader> rls)
- 
 
- 
 
getBean
public Object getBean(String name)
               throws org.springframework.beans.BeansException
- 
- Specified by:
- getBeanin interface- org.springframework.beans.factory.BeanFactory
 
- 
- Throws:
- org.springframework.beans.BeansException
 
getBean
public <T> T getBean(String name,
                     Class<T> requiredType)
          throws org.springframework.beans.BeansException
- 
- Specified by:
- getBeanin interface- org.springframework.beans.factory.BeanFactory
 
- 
- Throws:
- org.springframework.beans.BeansException
 
getBean
public <T> T getBean(Class<T> requiredType)
          throws org.springframework.beans.BeansException
- 
- Specified by:
- getBeanin interface- org.springframework.beans.factory.BeanFactory
 
- 
- Throws:
- org.springframework.beans.BeansException
 
getBean
public Object getBean(String name,
                      Object... args)
               throws org.springframework.beans.BeansException
- 
- Specified by:
- getBeanin interface- org.springframework.beans.factory.BeanFactory
 
- 
- Throws:
- org.springframework.beans.BeansException
 
containsBean
public boolean containsBean(String name)
- 
- Specified by:
- containsBeanin interface- org.springframework.beans.factory.BeanFactory
 
- 
 
isSingleton
public boolean isSingleton(String name)
                    throws org.springframework.beans.factory.NoSuchBeanDefinitionException
- 
- Specified by:
- isSingletonin interface- org.springframework.beans.factory.BeanFactory
 
- 
- Throws:
- org.springframework.beans.factory.NoSuchBeanDefinitionException
 
isPrototype
public boolean isPrototype(String name)
                    throws org.springframework.beans.factory.NoSuchBeanDefinitionException
- 
- Specified by:
- isPrototypein interface- org.springframework.beans.factory.BeanFactory
 
- 
- Throws:
- org.springframework.beans.factory.NoSuchBeanDefinitionException
 
isTypeMatch
public boolean isTypeMatch(String name,
                           Class targetType)
                    throws org.springframework.beans.factory.NoSuchBeanDefinitionException
- 
- Specified by:
- isTypeMatchin interface- org.springframework.beans.factory.BeanFactory
 
- 
- Throws:
- org.springframework.beans.factory.NoSuchBeanDefinitionException
 
getType
public Class<?> getType(String name)
                 throws org.springframework.beans.factory.NoSuchBeanDefinitionException
- 
- Specified by:
- getTypein interface- org.springframework.beans.factory.BeanFactory
 
- 
- Throws:
- org.springframework.beans.factory.NoSuchBeanDefinitionException
 
getAliases
public String[] getAliases(String name)
- 
- Specified by:
- getAliasesin interface- org.springframework.beans.factory.BeanFactory
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.