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

Provides the ViewTool and Configurable interfaces, as well as a number of useful implementing classes.

See:
          Description

Interface Summary
Configurable Deprecated. Your tools now only need to have a configure(Map) method.
ViewTool Deprecated. Your tools now only need to have an init(Object) method.
 

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).
ContextTool View tool for convenient access to ViewContext data and meta-data.
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 ServletRequest parameters.
ViewRenderTool This tool expose methods to evaluate the given strings as VTL (Velocity Template Language) and automatically using the current context.
ViewResourceTool Tool for accessing ResourceBundles and formatting messages therein.
 

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

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



Copyright (c) 2003-2007 Apache Software Foundation