Searched defs:resourceLoaderPath (Results 1 – 2 of 2) sorted by relevance
77 private String resourceLoaderPath; field in VelocityEngineFactory150 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()
77 …String resourceLoaderPath = (String) this.rsvc.getApplicationAttribute(SPRING_RESOURCE_LOADER_PATH… in init() local