Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.velocity.tools.view.tools

Contains base interfaces and classes for toolbox management.

See:
          Description

Interface Summary
Configurable Interface for tools that can be passed configuration parameters.
ViewTool Generic view tool interface to assist in tool management.
 

Class Summary
AbstractPagerTool Abstract view tool for doing request-based pagination of items in an a list.
AbstractSearchTool Abstract view tool for doing "searching" and robust pagination of search results.
BrowserSnifferTool browser-sniffing tool (session or request scope requested, session scope advised).
CookieTool View tool for convenient cookie access and creation.
ImportTool General-purpose text-importing view tool for templates.
LinkTool View tool to make building URIs pleasant and fun!
ParameterParser Utility class for easy parsing of javax.servlet.ServletRequest parameters.
ViewRenderTool This tool expose methods to evaluate the given strings as VTL (Velocity Template Language) and automatically using the current context.
 

Package org.apache.velocity.tools.view.tools 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