org.apache.velocity.app.event
public interface ReferenceInsertionEventHandler extends EventHandler
Version: $Id: ReferenceInsertionEventHandler.java,v 1.2.8.1 2004/03/03 23:22:53 geirm Exp $
Method Summary | |
---|---|
Object | referenceInsert(String reference, Object value)
A call-back which is executed during Velocity merge before a
reference value is inserted into the output stream.
|
Parameters: reference Reference from template about to be inserted. value Value about to be inserted (after its
toString()
method is called).
Returns: Object on which toString()
should be
called for output.