Home
last modified time | relevance | path

Searched defs:resourceLoaderPath (Results 1 – 2 of 2) sorted by relevance

/external/apache-velocity-engine/spring-velocity-support/src/main/java/org/apache/velocity/spring/
DVelocityEngineFactory.java77 private String resourceLoaderPath; field in VelocityEngineFactory
150 public void setResourceLoaderPath(String resourceLoaderPath) { in setResourceLoaderPath()
260 …protected void initVelocityResourceLoader(VelocityEngine velocityEngine, String resourceLoaderPath in initVelocityResourceLoader()
309 protected void initSpringResourceLoader(VelocityEngine velocityEngine, String resourceLoaderPath) { in initSpringResourceLoader()
DSpringResourceLoader.java77 …String resourceLoaderPath = (String) this.rsvc.getApplicationAttribute(SPRING_RESOURCE_LOADER_PATH… in init() local