org.codehaus.groovy.grails.plugins
Class GrailsPluginManagerFactoryBean

java.lang.Object
  extended by org.codehaus.groovy.grails.plugins.GrailsPluginManagerFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class GrailsPluginManagerFactoryBean
extends java.lang.Object
implements org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

A factory bean for loading the GrailsPluginManager instance

Since:
0.4
Author:
Graeme Rocher

Constructor Summary
GrailsPluginManagerFactoryBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 java.lang.Object getObject()
           
 java.lang.Class getObjectType()
           
 boolean isSingleton()
           
 void setApplication(GrailsApplication application)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 void setGrailsDescriptor(org.springframework.core.io.Resource grailsDescriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrailsPluginManagerFactoryBean

public GrailsPluginManagerFactoryBean()
Method Detail

setApplication

public void setApplication(GrailsApplication application)
Parameters:
application - the application to set

getObject

public java.lang.Object getObject()
                           throws java.lang.Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean
Throws:
java.lang.Exception

getObjectType

public java.lang.Class getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception

setGrailsDescriptor

public void setGrailsDescriptor(org.springframework.core.io.Resource grailsDescriptor)

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException


Copyright (c) 2005-2006 The Grails project