aop怎么排除某些类不拦截
指js里面??
是的var aop = { log : { type : 'com.common.aop.LogInterceptor' }, $aop : { type : 'org.nutz.ioc.aop.config.impl.JsonAopConfigration', fields : { itemList : [ ['com.hfits.modules.+Action', '.+', 'ioc:log'] ] } }};
上面是我的aop配置
继承JsonAopConfigration, 覆盖其getInterceptorPairList, 自定义一下
好的!我来试下,谢谢!
继承JsonAopConfigration, 覆盖其getInterceptorPairList,该方法里有个私有属性aopItemList