public class SpringBeanFactoryResourceLoader extends BaseResourceLoader implements BeanFactoryAware(Code)
A ResourceLoader that is BeanFactoryAware and can be wired inside of Spring to provide
resource loading capabilities to that Spring BeanFactory.
author: Kuali Rice Team (kuali-rice@googlegroups.com)
Resolves the given QName service name to a String representation which is used
to lookup the service in Spring. Default implementation simply calls toString()
on the QName.
setBeanFactory
public void setBeanFactory(BeanFactory beanFactory) throws BeansException(Code)
Fields inherited from org.kuali.rice.resourceloader.BaseResourceLoader