Home
last modified time | relevance | path

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

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java296 String EVENTHANDLER_INVALIDREFERENCES_NULL = "event_handler.invalid_references.null"; field
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/
DASTReference.java229 rsvc.getBoolean(RuntimeConstants.EVENTHANDLER_INVALIDREFERENCES_NULL, false); in init()