Grails gldapo: adding logic on entry create method
is there a way to put some logic on an gldapo entry create method or be开发者_高级运维fore/after create events?
Thanks
Several. Interceptors would work, or just generating your own Controller. Probably some others that aren't coming to mind right now.
精彩评论