NVelocity.App.Events
Interface ReferenceInsertionEventHandler

Reference 'Stream insertion' event handler. Called with object that will be inserted into stream via value.toString(). * Please return an Object that will toString() nicely :) *

Method Summary
object referenceInsert(string reference, object value_Renamed)
         A call-back which is executed during Velocity merge before a reference value is inserted into the output stream. *


Method Detail

referenceInsert

public object referenceInsert(string reference,
                              object value_Renamed)

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.