public interface GrailsBootstrapClass
extends org.codehaus.groovy.grails.commons.GrailsClass
| Modifier and Type | Method and Description |
|---|---|
void |
callDestroy()
Calls the destroy closure if one exists.
|
void |
callInit(javax.servlet.ServletContext servletContext)
Calls the init closure if one exists.
|
groovy.lang.Closure |
getDestroyClosure()
Returns the destroy closure which is called on application exit.
|
groovy.lang.Closure |
getInitClosure()
Returns the init closure which is called on application load.
|
getClazz, getFullName, getGrailsApplication, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getReferenceInstance, getShortName, hasProperty, isAbstract, newInstancevoid callInit(javax.servlet.ServletContext servletContext)
void callDestroy()
groovy.lang.Closure getInitClosure()
groovy.lang.Closure getDestroyClosure()