public interface ClassLoaderAware extends org.springframework.beans.factory.Aware
Convenience interface that can be implemented by classes that are registered by plugins.
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
setClassLoader(java.lang.ClassLoader classLoader) This method is called by the org.springframework.context.ApplicationContext that loads the Grails application. |
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.
classLoader
- the java.lang.ClassLoader that loads the Grails application code