source:
branches/util-apps/DomainUtil/grails-app/conf/BootStrap.groovy
@
816
Last change on this file since 816 was 766, checked in by , 14 years ago | |
---|---|
File size: 111 bytes |
Line | |
---|---|
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.