blob: 1287daee1d8fdd06938bcf2d28c6faab96489ddd [file] [log] [blame]
class BootStrap {
def init = { servletContext ->
}
def destroy = {
}
}