class BootStrap { def init = { servletContext -> } // init def destroy = { } } // end class