public class GrailsPluginManagerFactoryBean extends java.lang.Object implements org.springframework.beans.factory.FactoryBean<GrailsPluginManager>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLUGIN_LOADER_CLASS |
| Constructor and Description |
|---|
GrailsPluginManagerFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
GrailsPluginManager |
getObject() |
java.lang.Class<GrailsPluginManager> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplication(GrailsApplication application) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setGrailsDescriptor(org.springframework.core.io.Resource grailsDescriptor) |
public static final java.lang.String PLUGIN_LOADER_CLASS
public GrailsPluginManager getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<GrailsPluginManager>public java.lang.Class<GrailsPluginManager> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<GrailsPluginManager>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<GrailsPluginManager>public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic void setGrailsDescriptor(org.springframework.core.io.Resource grailsDescriptor)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setApplication(GrailsApplication application)
application - the application to set