Convenience interface that can be implemented by classes that are registered by plugins.
| Type | Name and description | 
|---|---|
| void | setClassLoader(java.lang.ClassLoader classLoader)This method is called by the org.springframework.context.ApplicationContext that loads the Grails application. | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
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