类 SLogAopInterceptor
- java.lang.Object
-
- cn.wizzer.app.web.commons.slog.SLogAopInterceptor
-
- 所有已实现的接口:
org.nutz.aop.MethodInterceptor
public class SLogAopInterceptor extends Object implements org.nutz.aop.MethodInterceptor
Created by wizzer on 2016/6/22.
-
-
字段概要
字段 修饰符和类型 字段 说明 protected booleanasyncprotected Map<String,org.nutz.el.El>elsprotected org.nutz.ioc.Iociocprotected booleanparamprotected booleanresultprotected org.nutz.lang.segment.CharSegmentsegprotected SLogServicesLogServiceprotected Stringsourceprotected Stringtagprotected Stringtype
-
构造器概要
构造器 构造器 说明 SLogAopInterceptor(org.nutz.ioc.Ioc ioc, SLog slog, Method method)
-
-
-
字段详细资料
-
sLogService
protected SLogService sLogService
-
source
protected String source
-
type
protected String type
-
tag
protected String tag
-
seg
protected org.nutz.lang.segment.CharSegment seg
-
param
protected boolean param
-
result
protected boolean result
-
async
protected boolean async
-
ioc
protected org.nutz.ioc.Ioc ioc
-
-