|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface ClassLoaderAware
Convenience interface that can be implemented by classes that are registered by plugins.
| 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 |
|---|
public void setClassLoader(java.lang.ClassLoader classLoader)
classLoader - the java.lang.ClassLoader that loads the Grails application code
Groovy Documentation