actionName
Purpose
Returns the name of the currently executing actionExamples
class BookController {
def list = {
log.info "Executing action $actionName" render(view:actionName)
}
}
Description
Returns the name of the currently executing action which is dictated by the URL mappings