NVelocity.Tool Namespace Summary

Interface Summary
IToolInfo Interface to simplify and abstract tool handling. * Implementations of this class should hold both the context key for the tool and sufficient information to return an instance of the tool. *

Class Summary
DataInfo ToolInfo implementation to handle "primitive" data types. It currently supports String, Number, and Boolean data. *
ToolLoader A view tool that allows template designers to load an arbitrary object into the context. Any object with a public constructor without parameters can be used as a view tool.THIS CLASS IS HERE AS A PROOF OF CONCEPT ONLY. IT IS NOT INTENDED FOR USE IN PRODUCTION ENVIRONMENTS. USE AT YOUR OWN RISK.