Home
last modified time | relevance | path

Searched refs:VM_LIBRARY_AUTORELOAD (Results 1 – 2 of 2) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java319 String VM_LIBRARY_AUTORELOAD = "velocimacro.library.autoreload"; field
DVelocimacroFactory.java306 setAutoload(rsvc.getBoolean(RuntimeConstants.VM_LIBRARY_AUTORELOAD, false)); in initVelocimacro()