【发布时间】:2010-09-16 06:00:43
【问题描述】:
我是一个完全的 Groovy 新手。我看到了下面的代码here。
def beforeInterceptor = [action:this.&auth,except:'login']
如果操作是“login2”,我将如何扩展它以包含第二个异常?
【问题讨论】:
我是一个完全的 Groovy 新手。我看到了下面的代码here。
def beforeInterceptor = [action:this.&auth,except:'login']
如果操作是“login2”,我将如何扩展它以包含第二个异常?
【问题讨论】:
【讨论】: