grailsApplication
目的 Purpose
An instance of the GrailsApplication class.使用例 Examples
class BookController {
def list() {
def bookClass = grailsApplication.classLoader.loadClass("Book")
[book: bookClass.newInstance()]
}
}
詳細 Description
The GrailsApplication
class provides information about the conventions within Grails and access to metadata, config and the ClassLoader