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

Provides classes to support using Velocity in a servlet environment.

See:
          Description

Class Summary
ServletLogger Simple wrapper for the servlet log.
ServletToolboxManager A toolbox manager for the servlet environment.
ServletToolboxRuleSet The set of Digester rules required to parse a toolbox configuration file (toolbox.xml) for the ServletToolboxManager class.
ServletToolInfo ToolInfo implementation that holds scope information for tools used in a servlet environment.
ServletUtils A set of utility methods for the servlet environment.
VelocityLayoutServlet Extension of the VelocityViewServlet to perform "two-pass" layout rendering and allow for a customized error screen.
VelocityViewServlet A servlet to process Velocity templates.
WebappLoader Resource loader that uses the ServletContext of a webapp to load Velocity templates.
 

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

Provides classes to support using Velocity in a servlet environment. (includes servlets, resource loader, logger, and a toolbox manager)

Package Specification

Related Documentation



Copyright (c) 2003-2007 Apache Software Foundation