org.codehaus.groovy.grails.commons
Class GrailsResourceLoaderFactoryBean
java.lang.Object
org.codehaus.groovy.grails.commons.GrailsResourceLoaderFactoryBean
- All Implemented Interfaces:
- FactoryBean<GrailsResourceLoader>, InitializingBean
public class GrailsResourceLoaderFactoryBean
- extends Object
- implements FactoryBean<GrailsResourceLoader>, InitializingBean
A factory bean that constructs the Grails ResourceLoader used to load Grails classes.
- Since:
- 0.4
- Author:
- Graeme Rocher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrailsResourceLoaderFactoryBean
public GrailsResourceLoaderFactoryBean()
setGrailsResourceHolder
public void setGrailsResourceHolder(GrailsResourceHolder grailsResourceHolder)
getObject
public GrailsResourceLoader getObject()
- Specified by:
getObject
in interface FactoryBean<GrailsResourceLoader>
getObjectType
public Class<GrailsResourceLoader> getObjectType()
- Specified by:
getObjectType
in interface FactoryBean<GrailsResourceLoader>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface FactoryBean<GrailsResourceLoader>
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface InitializingBean
- Throws:
Exception