org.kuali.rice.krad.config
Class GlobalResourceLoaderServiceFactoryBean
java.lang.Object
org.kuali.rice.krad.config.GlobalResourceLoaderServiceFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.InitializingBean
public class GlobalResourceLoaderServiceFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean<Object>, org.springframework.beans.factory.InitializingBean
Exports services in the GlobalResourceLoader
as beans available to Spring.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalResourceLoaderServiceFactoryBean
public GlobalResourceLoaderServiceFactoryBean()
getObject
public Object getObject()
throws Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean<Object>
- Throws:
Exception
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean<Object>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean<Object>
getServiceNamespace
public String getServiceNamespace()
setServiceNamespace
public void setServiceNamespace(String serviceNamespace)
getServiceName
public String getServiceName()
setServiceName
public void setServiceName(String serviceName)
setSingleton
public void setSingleton(boolean singleton)
isMustExist
public boolean isMustExist()
setMustExist
public void setMustExist(boolean mustExist)
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.