org.kuali.rice.krad.config
Class GlobalResourceLoaderServiceFactoryBean
java.lang.Object
   org.kuali.rice.krad.config.GlobalResourceLoaderServiceFactoryBean
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:
- getObjectin interface- org.springframework.beans.factory.FactoryBean<Object>
 
- 
- Throws:
- Exception
 
getObjectType
public Class<?> getObjectType()
- 
- Specified by:
- getObjectTypein interface- org.springframework.beans.factory.FactoryBean<Object>
 
- 
 
isSingleton
public boolean isSingleton()
- 
- Specified by:
- isSingletonin 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:
- afterPropertiesSetin interface- org.springframework.beans.factory.InitializingBean
 
- 
- Throws:
- Exception
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.