Groovy Documentation

org.codehaus.groovy.grails.plugins.support.aware
[Java] Interface ClassLoaderAware


public interface ClassLoaderAware

Convenience interface that can be implemented by classes that are registered by plugins.

Authors:
Steven Devijver
Since:
0.2


Method Summary
void setClassLoader(java.lang.ClassLoader classLoader)

This method is called by the org.springframework.context.ApplicationContext that loads the Grails application.

 

Method Detail

setClassLoader

public void setClassLoader(java.lang.ClassLoader classLoader)
This method is called by the org.springframework.context.ApplicationContext that loads the Grails application. The java.lang.ClassLoader that loads the Grails application code is injected.
Parameters:
classLoader - the java.lang.ClassLoader that loads the Grails application code


 

Groovy Documentation