类 SpringResourceLoaction
- java.lang.Object
-
- org.nutz.resource.impl.ResourceLocation
-
- org.nutz.spring.boot.dao.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
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 classSpringResourceLoaction.SpringResource
-
字段概要
字段 修饰符和类型 字段 说明 protected org.springframework.context.ApplicationContextapplicationContext
-
构造器概要
构造器 构造器 说明 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
-
-