class GrailsApplicationBuilder extends Object
Created by jameskleeh on 5/31/17.
| Modifiers | Name | Description |
|---|---|---|
static class |
GrailsApplicationBuilder.TestRuntimeGrailsApplicationPostProcessor |
| Type | Name and description |
|---|---|
static Class[] |
DEFAULT_AUTO_CONFIGURATIONS |
static Set |
DEFAULT_INCLUDED_PLUGINS |
Closure |
doWithConfig |
Closure |
doWithSpring |
GrailsApplication |
grailsApplication |
Set<String> |
includePlugins |
boolean |
loadExternalBeans |
boolean |
localOverride |
Object |
servletContext |
| Constructor and description |
|---|
GrailsApplicationBuilder() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
GrailsApplicationBuilder |
build() |
|
protected ConfigurableApplicationContext |
createMainContext(Object servletContext) |
|
protected Object |
createServletContext() |
|
void |
defineBeans(Closure callable) |
|
void |
defineBeans(GrailsApplication grailsApplication, Closure callable) |
|
void |
executeDoWithSpringCallback(GrailsApplication grailsApplication) |
|
protected void |
prepareContext(ConfigurableApplicationContext applicationContext) |
|
void |
registerBeans(GrailsApplication grailsApplication) |
|
protected void |
registerGrailsAppPostProcessorBean(ConfigurableBeanFactory beanFactory) |