Home
last modified time | relevance | path

Searched refs:VM_BODY_REFERENCE (Results 1 – 4 of 4) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/
DBlockMacro.java99 key = rsvc.getString(RuntimeConstants.VM_BODY_REFERENCE, "bodyContent"); in init()
DVelocimacroProxy.java163 bodyReference = rsvc.getString(RuntimeConstants.VM_BODY_REFERENCE, "bodyContent"); in init()
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DBlockMacroTestCase.java68 engine.setProperty(RuntimeConstants.VM_BODY_REFERENCE, "myBody"); in testCustomBodyReference()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java360 String VM_BODY_REFERENCE = "velocimacro.body_reference"; field