Home
last modified time | relevance | path

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

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/
DRuntimeConstants.java404 String CONVERSION_HANDLER_INSTANCE = "introspector.conversion_handler.instance"; field
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/util/introspection/
DConversionHandlerTestCase.java205 ve.setProperty(RuntimeConstants.CONVERSION_HANDLER_INSTANCE, new MyCustomConverter()); in testCustomConversionHandlerInstance()
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/
DUberspectImpl.java107 … Object conversionHandlerInstance = rs.getProperty(RuntimeConstants.CONVERSION_HANDLER_INSTANCE); in setRuntimeServices()