source:
branches/util-apps/DomainUtil/grails-app/conf/BootStrap.groovy
@
829
Last change on this file since 829 was 766, checked in by , 14 years ago | |
---|---|
File size: 111 bytes |
Rev | Line | |
---|---|---|
[766] | 1 | class BootStrap |
2 | { | |
3 | ||
4 | def init = { servletContext -> | |
5 | } // init | |
6 | ||
7 | def destroy = { | |
8 | } | |
9 | ||
10 | } // end class |
Note: See TracBrowser
for help on using the repository browser.