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.
Contains classes created to serve as bridges between Commons-Logging and Velocity's
LogSystem. These are useful for trying to direct Velocity's log output to another
project's log setup or vice versa. See each class's javadoc for more information.
Contains base interfaces and classes for toolbox management.
This is the root package of the VelocityView code. Classes
in this package and it's subpackages are meant to provide
support for using Velocity for the view layer of MVC applications
(with an emphasis on toolbox support and support for servlet based
applications).
Provides the ViewTool and Configurable interfaces, as well as a number
of useful implementing classes. These are tools specifically meant for use
in a web application.