org.sapia.cocoon.groovy
Class GroovyBean

java.lang.Object
  extended by org.sapia.cocoon.groovy.GroovyBean
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware

public class GroovyBean
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware


Constructor Summary
GroovyBean()
           
 
Method Summary
 void afterPropertiesSet()
           
 groovy.lang.GroovyClassLoader getClassLoader()
           
 void setClasspath(java.lang.String path)
           
 void setResourceLoader(org.springframework.core.io.ResourceLoader loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroovyBean

public GroovyBean()
Method Detail

setResourceLoader

public void setResourceLoader(org.springframework.core.io.ResourceLoader loader)
Specified by:
setResourceLoader in interface org.springframework.context.ResourceLoaderAware

setClasspath

public void setClasspath(java.lang.String path)

afterPropertiesSet

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

getClassLoader

public groovy.lang.GroovyClassLoader getClassLoader()


Copyright © 2008. All Rights Reserved.