| Type | Name and description |
|---|---|
Object |
destroy |
grails.core.GrailsApplication |
grailsApplication |
Object |
init |
| Type | Name and description |
|---|---|
void |
afterBootStrap()@see org.grails.web.servlet.context.GrailsConfigUtils#executeGrailsBootstraps |
void |
callBootStrapInit(Class clazz) |
void |
startBootStrapInit()遍历DomainClass/ServiceClass/Endpoint(CXF),调用接口方法bootStrapInit,支持0个参数,或一个servletContext参数。 |
| Methods inherited from class | Name |
|---|---|
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
遍历DomainClass/ServiceClass/Endpoint(CXF),调用接口方法bootStrapInit,支持0个参数,或一个servletContext参数。