org.kuali.rice.krad.config
Class GlobalResourceLoaderServiceFactoryBean

java.lang.Object
  extended by 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)

Constructor Summary
GlobalResourceLoaderServiceFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 Object getObject()
           
 Class<?> getObjectType()
           
 String getServiceName()
           
 String getServiceNamespace()
           
 boolean isMustExist()
           
 boolean isSingleton()
           
 void setMustExist(boolean mustExist)
           
 void setServiceName(String serviceName)
           
 void setServiceNamespace(String serviceNamespace)
           
 void setSingleton(boolean singleton)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalResourceLoaderServiceFactoryBean

public GlobalResourceLoaderServiceFactoryBean()
Method Detail

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-2012 The Kuali Foundation. All Rights Reserved.