类 SpringResourceLoaction

  • 所有已实现的接口:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class SpringResourceLoaction
    extends org.nutz.resource.impl.ResourceLocation
    implements org.springframework.context.ApplicationContextAware
    作者:
    kerbores
    • 字段详细资料

      • applicationContext

        protected org.springframework.context.ApplicationContext applicationContext
    • 构造器详细资料

      • SpringResourceLoaction

        public SpringResourceLoaction()
    • 方法详细资料

      • id

        public String id()
        指定者:
        id 在类中 org.nutz.resource.impl.ResourceLocation
      • scan

        public void scan​(String base,
                         Pattern pattern,
                         List<org.nutz.resource.NutResource> list)
        指定者:
        scan 在类中 org.nutz.resource.impl.ResourceLocation
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
        指定者:
        setApplicationContext 在接口中 org.springframework.context.ApplicationContextAware