Package org.apache.velocity.tools.view

Contains base interfaces and classes for toolbox management.

See:
          Description

Interface Summary
ToolboxManager Common interface for toolbox manager implementations.
ToolInfo Interface to simplify and abstract tool handling.
 

Class Summary
DataInfo ToolInfo implementation to handle "primitive" data types.
ViewToolInfo ToolInfo implementation for view tools.
XMLToolboxManager A ToolboxManager for loading a toolbox from xml.
 

Package org.apache.velocity.tools.view Description

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



Copyright (c) 2003 Apache Software Foundation