public class GrailsApplicationFactoryBean extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<GrailsApplication>, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
GrailsApplicationFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
GrailsApplication |
getObject() |
java.lang.Class<GrailsApplication> |
getObjectType() |
boolean |
isSingleton() |
void |
setGrailsDescriptor(org.springframework.core.io.Resource r) |
public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic GrailsApplication getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<GrailsApplication>public java.lang.Class<GrailsApplication> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<GrailsApplication>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<GrailsApplication>public void setGrailsDescriptor(org.springframework.core.io.Resource r)