Package org.apache.velocity.tools.generic

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

See:
          Description

Class Summary
AbstractLockConfig Implements common logic and constants for tools which by default lock down the public configure(Map) method, to keep the tool thread-safe in templates and most other common uses.
Alternator Utility class for easily alternating over values in a list.
AlternatorTool Simple tool to provide easy in-template instantiation of Alternators from varying "list" types.
ComparisonDateTool Tool for comparing Date and Calendar values in Velocity templates.
ConversionTool Utility class for easy conversion of String values to richer types.
DateTool Tool for working with Date and Calendar in Velocity templates.
DisplayTool Provides general utility methods for controlling the display of references.
EscapeTool Tool for working with escaping in Velocity templates.
FormatConfig Implements common logic and constants for tools which allow their default format to be configured.
IteratorTool A convenience tool to use with #foreach loops.
ListTool Tool for working with Lists and arrays in Velocity templates.
LocaleConfig Implements common logic and constants for tools which allow their default Locale to be configured.
MathTool Tool for performing math in Velocity.
NumberTool Tool for working with Number in Velocity templates.
RenderTool This tool exposes methods to evaluate the given strings as VTL (Velocity Template Language) using the given context.
ResourceTool Tool for accessing ResourceBundles and formatting messages therein.
SortTool SortTool allows a user to sort a collection (or array, iterator, etc) on any arbitary set of properties exposed by the objects contained within the collection.
ValueParser Utility class for easy parsing of String values held in a Map.
 

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-2007 Apache Software Foundation