Sign in
apache
/
wicket
/
wicket-6.x
/
.
/
wicket-user-guide
/
grails-app
/
conf
/
BootStrap.groovy
blob: 1287daee1d8fdd06938bcf2d28c6faab96489ddd [
file
] [
log
] [
blame
]
class
BootStrap
{
def
init
=
{
servletContext
->
}
def
destroy
=
{
}
}