|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GrailsBootstrapClass
A BootStrap class is a class that is loaded and executed on application load
Method Summary | |
---|---|
void |
callDestroy()
Calls the destroy closure if one exists |
void |
callInit(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 |
Methods inherited from interface org.codehaus.groovy.grails.commons.GrailsClass |
---|
getClazz, getFullName, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getShortName, hasProperty, newInstance |
Method Detail |
---|
void callInit(ServletContext servletContext)
void callDestroy()
groovy.lang.Closure getInitClosure()
groovy.lang.Closure getDestroyClosure()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |