[Grails] UrlMappings.groovy文件中的定义是什么语法?
zengsun
2007-09-08
以前就是按照网上说明来写的,也没有注意。
今天突然发现: class UrlMappings { static mappings = { "/$controller/$action?/$id?"{ constraints { // apply constraints here } } // "/extUi/$action?/$domain?" { controller = 'extUi' } } } "字符串" { }是什么语法?不是闭包吧! |
|
山风小子
2007-09-08
builder,MarkupBuilder使用类似的语法
http://www.blogjava.net/BlueSUN/archive/2007/05/30/120968.html 将friends改为"friends"亦可 是closure |