Home
last modified time | relevance | path

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

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java483 String DEFAULT_RUNTIME_PROPERTIES = "org/apache/velocity/runtime/defaults/velocity.properties"; field
DRuntimeInstance.java512 .getResourceAsStream(DEFAULT_RUNTIME_PROPERTIES); in setDefaultProperties()
515 throw new IOException("Resource not found: " + DEFAULT_RUNTIME_PROPERTIES); in setDefaultProperties()
522 log.debug("Default Properties resource: {}", DEFAULT_RUNTIME_PROPERTIES); in setDefaultProperties()