class BookController { def list = { log.info "Executing within controller $controllerName" render(view:actionName) } }