org.apache.velocity.tools.view.servlet |
Provides classes to support using Velocity in a servlet environment.
(includes servlets, resource loader, logger, and a toolbox manager)
Package Specification
Related Documentation
|
Java Source File Name | Type | Comment |
ServletLogger.java | Class | Simple wrapper for the servlet log. |
ServletToolboxManager.java | Class | A toolbox manager for the servlet environment.
A toolbox manager is responsible for automatically filling the Velocity
context with a set of view tools. |
ServletToolboxRuleSet.java | Class | |
ServletToolInfo.java | Class | ToolInfo implementation that holds scope information for tools
used in a servlet environment. |
ServletUtils.java | Class | |
VelocityLayoutServlet.java | Class | Extension of the VelocityViewServlet to perform "two-pass"
layout rendering and allow for a customized error screen. |
VelocityViewServlet.java | Class | A servlet to process Velocity templates. |
WebappLoader.java | Class | Resource loader that uses the ServletContext of a webapp to
load Velocity templates. |