Package org.apache.velocity.tools.generic

Contains a collection of reusable, general-purpose "tools" for Velocity.

See:
          Description

Class Summary
DateTool Tool for working with Date and Calendar in Velocity templates.
IteratorTool A convenience tool to use with #foreach loops.
MathTool Tool for performing floating point math in Velocity.
RenderTool This tool expose static methods to evaluate the given strings as VTL (Velocity Template Language) using the given context.
ToolLoader A view tool that allows template designers to load an arbitrary object into the context.
 

Package org.apache.velocity.tools.generic Description

Contains a collection of reusable, general-purpose "tools" for Velocity. These tools are independent of the VelocityView classes and may be used in any context.

Package Specification

Related Documentation



Copyright (c) 2003 Apache Software Foundation