@groovy.transform.CompileStaticCompileStatic class GrailsAutoConfiguration extends java.lang.Object
A base class for configurations that bootstrap a Grails application
Type | Name and description |
---|---|
private ApplicationContext |
applicationContext |
Constructor and description |
---|
GrailsAutoConfiguration
() |
Type Params | Return Type | Name and description |
---|---|---|
|
Collection |
classes()
|
|
void |
doWithApplicationContext() |
|
void |
doWithDynamicMethods() |
|
Closure |
doWithSpring() |
|
Config |
getConfig() |
|
GrailsApplication |
getGrailsApplication() |
|
GrailsApplicationPostProcessor |
grailsApplicationPostProcessor()
|
|
protected boolean |
limitScanningToApplication() Whether classpath scanning should be limited to the application and not dependent JAR files. |
|
void |
onConfigChange(Map event) |
|
void |
onShutdown(Map event) |
|
void |
onStartup(Map event) |
|
Collection |
packageNames()
|
|
Collection |
packages()
|
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() |
Whether classpath scanning should be limited to the application and not dependent JAR files. Users can override this method to enable more broad scanning at the cost of startup time.