Library
Apache Jakarta Velocity Tools version 1.2
Velocity is a Java-based template engine. It permits anyone to use a simple yet powerful template language to reference objects defined in Java code. When Velocity is used for web development, Web designers can work in parallel with Java programmers to develop web sites according to the Model-View-Controller (MVC) model, meaning that web page designers can focus solely on creating a site that looks good, and programmers can focus solely on writing top-notch code.
Statistics
Packages
Comments
Books
Packages
NameDescription
org.apache.velocity.tools.genericContains a collection of reusable, general-purpose "tools" for Velocity.
org.apache.velocity.tools.generic.logContains classes created to serve as bridges between Commons-Logging and Velocity's LogSystem.
org.apache.velocity.tools.struts

Provides view tools to integrate Velocity with the Apache Struts framework.

org.apache.velocity.tools.viewContains base interfaces and classes for toolbox management.
org.apache.velocity.tools.view.context

Provides special purpose implementations of the VelocityContext class related to the automatic toolbox management in a servlet environment.

org.apache.velocity.tools.view.i18nNo description provided.
org.apache.velocity.tools.view.servletProvides classes to support using Velocity in a servlet environment.
org.apache.velocity.tools.view.tools

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

Search