类 SLogAopConfigration

  • 所有已实现的接口:
    org.nutz.ioc.aop.config.AopConfigration, org.nutz.ioc.IocLoader, org.nutz.lang.util.LifeCycle

    @IocBean(name="$aop_syslog")
    public class SLogAopConfigration
    extends org.nutz.ioc.aop.SimpleAopMaker<SLog>
    Created by wizzer on 2016/6/22.
    • 嵌套类概要

      • 从接口继承的嵌套类/接口 org.nutz.lang.util.LifeCycle

        org.nutz.lang.util.LifeCycle.Event, org.nutz.lang.util.LifeCycle.Listener
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      protected org.nutz.ioc.Ioc ioc  
      • 从类继承的字段 org.nutz.ioc.aop.SimpleAopMaker

        annoClass, iocName
      • 从接口继承的字段 org.nutz.ioc.aop.config.AopConfigration

        IOCNAME
    • 字段详细资料

      • ioc

        @Inject("refer:$ioc")
        protected org.nutz.ioc.Ioc ioc
    • 构造器详细资料

      • SLogAopConfigration

        public SLogAopConfigration()
    • 方法详细资料

      • makeIt

        public List<? extends org.nutz.aop.MethodInterceptor> makeIt​(SLog slog,
                                                                     Method method,
                                                                     org.nutz.ioc.Ioc ioc)
        指定者:
        makeIt 在类中 org.nutz.ioc.aop.SimpleAopMaker<SLog>
      • getName

        public String[] getName()
        指定者:
        getName 在接口中 org.nutz.ioc.IocLoader
        覆盖:
        getName 在类中 org.nutz.ioc.aop.SimpleAopMaker<SLog>
      • has

        public boolean has​(String name)
        指定者:
        has 在接口中 org.nutz.ioc.IocLoader
        覆盖:
        has 在类中 org.nutz.ioc.aop.SimpleAopMaker<SLog>