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.
ImportSupport Provides methods to import arbitrary local or remote resources as strings.
ImportSupport.SafeClosingHttpURLConnectionReader  
ToolboxRuleSet The set of Digester rules required to parse a toolbox configuration file (toolbox.xml) for the XMLToolboxManager class.
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-2007 Apache Software Foundation