class |
AlternatorTool |
Deprecated.
|
class |
ClassTool |
This tool is meant to simplify reflective lookup of information about
a Class and its Fields, Methods, and Constructors.
|
class |
CollectionTool |
CollectionTool allows a user to sort a collection (or array, iterator, etc)
on any arbitrary set of properties exposed by the objects contained
within the collection, and to generate arrays by splitting strings.
|
class |
ContextTool |
Tool for convenient access to Context data and
meta-data.
|
class |
ConversionTool |
Deprecated.
|
class |
DateTool |
Tool for working with Date and Calendar
in Velocity templates.
|
class |
DisplayTool |
Provides general utility methods for controlling the display of references.
|
class |
EscapeTool |
Tool for working with escaping in Velocity templates.
|
class |
FieldTool |
This is a simple tools class to allow easy access to static fields in a class,
such as string constants from within a template.
|
class |
ImportTool |
General-purpose text-importing tool for templates.
|
class |
JsonTool |
Tool which can parse a JSON file.
|
class |
LinkTool |
The LinkTool provides many methods to work with URIs and can help you:
|
class |
LogTool |
This tool is used to log from within templates.
|
class |
LoopTool |
A convenience tool to use with #foreach loops.
|
class |
MarkupTool |
NOTE: This tools is considered "alpha" quality due to lack of testing
and a generally unpolished API.
|
class |
MathTool |
Tool for performing math in Velocity.
|
class |
NumberTool |
Tool for working with Number in Velocity templates.
|
class |
RenderTool |
This tool exposes methods to evaluate the given
strings as VTL (Velocity Template Language)
using either a pre-configured context or one you
provide directly.
|
class |
ResourceTool |
Tool for accessing ResourceBundles and formatting messages therein.
|
class |
SortTool |
Deprecated.
|
class |
ValueParser |
Utility class for easy parsing of String values held in a Map.
|
class |
XmlTool |
Tool for reading/navigating XML files, with XPath expressions support.
|