Home
last modified time | relevance | path

Searched refs:CONTEXT_SCOPE_CONTROL (Results 1 – 3 of 3) sorted by relevance

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java130 String CONTEXT_SCOPE_CONTROL = "context.scope_control"; field
DRuntimeInstance.java1360 ExtProperties scopes = configuration.subset(CONTEXT_SCOPE_CONTROL); in initializeScopeSettings()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/
DDeprecationAwareExtProperties.java91 … replacement = RuntimeConstants.CONTEXT_SCOPE_CONTROL + "." + key.substring(0, key.length() - 22); in translateKey()