org.apache.velocity.tools.view |
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).
Package Specification
Related Documentation
|
Java Source File Name | Type | Comment |
DataInfo.java | Class | ToolInfo implementation to handle "primitive" data types. |
ImportSupport.java | Class | Provides methods to import arbitrary local or remote resources as strings.
Based on ImportSupport from the JSTL taglib by Shawn Bayern
author: Marino A. |
ToolboxManager.java | Interface | Common interface for toolbox manager implementations.
author: Nathan Bubna author: Geir Magnusson Jr. author: Gabe Sidler author: Henning P. |
ToolboxRuleSet.java | Class | The set of Digester rules required to parse a toolbox
configuration file (toolbox.xml ) for the
XMLToolboxManager class.
author: Nathan Bubna author: Henning P. |
ToolInfo.java | Interface | Interface to simplify and abstract tool handling. |
ViewToolInfo.java | Class | ToolInfo implementation for view tools. |
XMLToolboxManager.java | Class | A ToolboxManager for loading a toolbox from xml.
A toolbox manager is responsible for automatically filling the Velocity
context with a set of view tools. |