Package org.apache.velocity.tools.view.tools
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
Configurable Interface for tools that can be passed configuration parameters.
ViewTool Generic view tool interface to assist in tool management.
Classes
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.

AbstractSearchTool.StoredResults Simple utility class to hold a criterion and its result list.
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!
LinkTool.QueryPair Internal util class to handle representation and encoding of key/value pairs in the query string
ParameterParser

Utility class for easy parsing of ServletRequest parameters.

ViewRenderTool This tool expose methods to evaluate the given strings as VTL (Velocity Template Language) and automatically using the current context.

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.

Package Specification

Related Documentation