Home
last modified time | relevance | path

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

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java106 String ERRORMSG_END = "directive.include.output_error_end"; field
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/
DInclude.java130 outputMsgEnd = rsvc.getString(RuntimeConstants.ERRORMSG_END ); in init()