| Classes | |
|---|---|
| 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 ( |
| ServletToolboxRuleSet.BooleanConfigRule | Abstract rule for configuring boolean options on the parent object/element of the matching element. |
| ServletToolboxRuleSet.CreateSessionRule | Rule that sets setCreateSession() for the top object
on the stack, which must be a
org.apache.velocity.tools.ServletToolboxManager. |
| ServletToolboxRuleSet.XhtmlRule | Rule that sets setXhtml() for the top object
on the stack, which must be a
org.apache.velocity.tools.ServletToolboxManager. |
| ServletToolInfo | ToolInfo implementation that holds scope information for tools used in a 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. |