@OpenApiAll
public interface IReferenceInsertionHandler
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
referenceInsert(java.lang.String reference,
java.lang.Object value,
java.util.Properties properties)
A call-back which is executed during template merge before a reference value is inserted into the output
stream.
|
java.lang.Object referenceInsert(java.lang.String reference, java.lang.Object value, java.util.Properties properties)
reference
- Reference from template about to be inserted.value
- Value about to be inserted (after its toString()
method is called).properties
- the engine propertiestoString()
should be called for output.Copyright © 2010 - No Magic Asia