Searched refs:StringResourceLoader (Results 1 – 9 of 9) sorted by relevance
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/ |
D | StringResourceLoaderTestCase.java | 28 import org.apache.velocity.runtime.resource.loader.StringResourceLoader; 76 Velocity.addProperty("string.resource.loader.class", StringResourceLoader.class.getName()); in setUp() 88 …StringResourceLoader.getRepository().putStringResource("simpletemplate.vm", "This is a test for ${… in testSimpleTemplate() 115 … StringResourceLoader.getRepository().putStringResource("multi1.vm", "I am the $first template."); in testMultipleTemplates() 116 … StringResourceLoader.getRepository().putStringResource("multi2.vm", "I am the $second template."); in testMultipleTemplates() 163 … StringResourceLoader.getRepository().putStringResource("change.vm", "I am the $first template."); in testContentChange() 181 … StringResourceLoader.getRepository().putStringResource("change.vm", "I am the $second template."); in testContentChange()
|
D | StringResourceLoaderRepositoryTestCase.java | 28 import org.apache.velocity.runtime.resource.loader.StringResourceLoader; 55 Velocity.addProperty("string.resource.loader.class", StringResourceLoader.class.getName()); in setUp() 76 engine.addProperty("string.resource.loader.class", StringResourceLoader.class.getName()); in newStringEngine() 96 return StringResourceLoader.getRepository(); in getRepo() 100 return StringResourceLoader.getRepository(name); in getRepo() 107 …return (StringResourceRepository)engine.getApplicationAttribute(StringResourceLoader.REPOSITORY_NA… in getRepo() 163 StringResourceLoader.setRepository("my.repo", repo); in testPreCreatedStaticRepo()
|
D | ResourceExistsTestCase.java | 24 import org.apache.velocity.runtime.resource.loader.StringResourceLoader; 50 velocity.setProperty("string.resource.loader.class", StringResourceLoader.class.getName()); in setUp() 97 StringResourceLoader.getRepository().putStringResource("foo.vm", "Make it so!"); in testStringResourceExists()
|
D | MacroAutoReloadTestCase.java | 25 import org.apache.velocity.runtime.resource.loader.StringResourceLoader; 64 engine.addProperty("string.resource.loader.class", StringResourceLoader.class.getName()); in setUp()
|
D | BaseTestCase.java | 27 import org.apache.velocity.runtime.resource.loader.StringResourceLoader; 75 ret.addProperty("string.resource.loader.class", StringResourceLoader.class.getName()); in createEngine()
|
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/issues/ |
D | Velocity702TestCase.java | 24 import org.apache.velocity.runtime.resource.loader.StringResourceLoader; 42 engine.addProperty("high.resource.loader.class", StringResourceLoader.class.getName()); in setUpEngine() 47 engine.addProperty("low.resource.loader.class", StringResourceLoader.class.getName()); in setUpEngine()
|
D | Velocity747TestCase.java | 25 import org.apache.velocity.runtime.resource.loader.StringResourceLoader; 69 engine2.addProperty("string.resource.loader.class", StringResourceLoader.class.getName()); in setUp()
|
/external/apache-velocity-engine/velocity-engine-scripting/src/main/java/org/apache/velocity/script/ |
D | VelocityScriptEngine.java | 57 import org.apache.velocity.runtime.resource.loader.StringResourceLoader; 323 protected static class SingleResourceReader extends StringResourceLoader
|
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/loader/ |
D | StringResourceLoader.java | 118 public class StringResourceLoader extends ResourceLoader class
|