开发者

Grails gldapo: adding logic on entry create method

开发者 https://www.devze.com 2023-03-08 08:10 出处:网络
is there a way to put some logic on an gldapo entry create method or be开发者_高级运维fore/after create events?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消