| Library: | Apache Jakarta Velocity Tools |
| Version: | 2.0-beta.1 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| AbstractLockConfig | org.apache.velocity.tools.generic | Implements common logic and constants for tools which automatically locks down the public void configure(Map params) method after it is called once. |
| AbstractPagerTool | org.apache.velocity.tools.view.tools | Use PagerTool |
| AbstractSearchTool | org.apache.velocity.tools.view.tools | Use AbstractSearchTool |
| AbstractSearchTool | org.apache.velocity.tools.view | Abstract view tool for doing "searching" and robust pagination of search results. |
| AbstractSearchTool.StoredResults | org.apache.velocity.tools.view | Simple utility class to hold a criterion and its result list. |
| ActionMessagesTool | org.apache.velocity.tools.struts | This tool deals with Struts action messages. |
| Alternator | org.apache.velocity.tools.generic | Utility class for easily alternating over values in a list. |
| AlternatorTool | org.apache.velocity.tools.generic | Simple tool to provide easy in-template instantiation of Alternator s from varying "list" types or individual arguments. |
| BrowserSnifferTool | org.apache.velocity.tools.view.tools | Use BrowserTool |
| BrowserTool | org.apache.velocity.tools.view | browser-sniffing tool (session or request scope requested, session scope advised). |
| ChainedContext | org.apache.velocity.tools.view.context | No description provided. |
| ClassTool | org.apache.velocity.tools.generic | This tool is meant to simplify reflective lookup of information about a Class and its Field s, Method s, and Constructor s. |
| ClassTool.CallableSub | org.apache.velocity.tools.generic | No description provided. |
| ClassTool.ConstructorSub | org.apache.velocity.tools.generic | A simplified wrapping interface for inspecting features of a Constructor in an inspected Class. |
| ClassTool.FieldSub | org.apache.velocity.tools.generic | A simplified wrapping interface for inspecting features of a Field in an inspected Class. |
| ClassTool.MethodSub | org.apache.velocity.tools.generic | A simplified wrapping interface for inspecting features of a Method in an inspected Class. |
| ClassTool.Sub | org.apache.velocity.tools.generic | No description provided. |
| ClassUtils | org.apache.velocity.tools | Repository for common class and reflection methods. |
| CommonsLogLogSystem | org.apache.velocity.tools.generic.log | Redirects Velocity's LogSystem messages to commons-logging. |
| ComparisonDateTool | org.apache.velocity.tools.generic | Tool for comparing Date and Calendar values in Velocity templates. |
| ComparisonDateTool.Comparison | org.apache.velocity.tools.generic | No description provided. |
| CompoundConfiguration | org.apache.velocity.tools.config | No description provided. |
| Configuration | org.apache.velocity.tools.config | No description provided. |
| ConfigurationCleaner | org.apache.velocity.tools.config | No description provided. |
| ConfigurationUtils | org.apache.velocity.tools.config | Utility methods for handling tool configurations. |
| ContextTool | org.apache.velocity.tools.view.tools | Use ContextTool |
| ContextTool | org.apache.velocity.tools.view | View tool for convenient access to ViewContext data and meta-data. |
| ConversionTool | org.apache.velocity.tools.generic | Utility class for easy conversion of String values to richer types. |
| ConversionUtils | org.apache.velocity.tools | Utility methods for parsing or otherwise converting between types. |
| CookieTool | org.apache.velocity.tools.view | View tool for convenient cookie access and creation. |
| CookieTool | org.apache.velocity.tools.view.tools | Use CookieTool |
| Data | org.apache.velocity.tools.config | No description provided. |
| Data.AutoConverter | org.apache.velocity.tools.config | No description provided. |
| Data.FieldConverter | org.apache.velocity.tools.config | No description provided. |
| Data.NumberConverter | org.apache.velocity.tools.config | No description provided. |
| DataInfo | org.apache.velocity.tools.view | ToolInfo implementation to handle "primitive" data types. |
| DateTool | org.apache.velocity.tools.generic | Tool for working with Date and Calendar in Velocity templates. |
| DisplayTool | org.apache.velocity.tools.generic | Provides general utility methods for controlling the display of references. |
| DisplayTool.Measurements | org.apache.velocity.tools.generic | Measures the dimensions of the string given to its constructor. |
| EasyFactoryConfiguration | org.apache.velocity.tools.config | FactoryConfiguration subclass that simplifies the process of configuration a ToolboxFactory in Java without the use of an xml or properties configuration file. |
| EasyFactoryConfiguration.EasyData | org.apache.velocity.tools.config | No description provided. |
| EasyFactoryConfiguration.EasyWrap | org.apache.velocity.tools.config | No description provided. |
| ErrorsTool | org.apache.velocity.tools.struts | This tool deals with Struts error messages. |
| EscapeTool | org.apache.velocity.tools.generic | Tool for working with escaping in Velocity templates. |
| FactoryConfiguration | org.apache.velocity.tools.config | //TODO: add ability to log all this stuff and/or keep a running, ordered list of sources |
| FieldTool | org.apache.velocity.tools.generic | This is a simple tools class to allow easy access to static fields in a class, such as string constants from within a template. |
| FieldTool.FieldToolSub | org.apache.velocity.tools.generic | Holds a Map of results for a particular class. |
| FieldTool.MutableField | org.apache.velocity.tools.generic | Holds a Field and Class reference for later retrieval of the value of a field that is not final and may change at different lookups. |
| FileFactoryConfiguration | org.apache.velocity.tools.config | Provides support for reading a configuration file from a specified path, This frees the user from having to obtain an InputStream themselves. |
| FormatConfig | org.apache.velocity.tools.generic | Implements common logic and constants for tools which allow their default format to be configured. |
| FormTool | org.apache.velocity.tools.struts | View tool to work with HTML forms in Struts. |
| ImportSupport | org.apache.velocity.tools.view | Provides methods to import arbitrary local or remote resources as strings. |
| ImportSupport.ImportResponseWrapper | org.apache.velocity.tools.view | Wraps responses to allow us to retrieve results as Strings. |
| ImportSupport.SafeClosingHttpURLConnectionReader | org.apache.velocity.tools.view | No description provided. |
| ImportTool | org.apache.velocity.tools.view | General-purpose text-importing view tool for templates. |
| ImportTool | org.apache.velocity.tools.view.tools | Use ImportTool |
| IteratorTool | org.apache.velocity.tools.generic | A convenience tool to use with #foreach loops. |
| JspToolContext | org.apache.velocity.tools.view.jsp | Velocity context implementation specific to the JSP environment. |
| LinkTool | org.apache.velocity.tools.view | The LinkTool provides many methods to work with URIs and can help you:
|
| LinkTool | org.apache.velocity.tools.view.tools | Use LinkTool |
| LinkTool.QueryPair | org.apache.velocity.tools.view | Internal util class to handle representation and encoding of key/value pairs in the query string |
| ListTool | org.apache.velocity.tools.generic | Tool for working with Lists and arrays in Velocity templates. |
| LocaleConfig | org.apache.velocity.tools.generic | Implements common logic and constants for tools which allow their default Locale to be configured. |
| LogChuteCommonsLog | org.apache.velocity.tools.generic.log | Redirects commons-logging messages to Velocity's configured LogChute. |
| LogSupport | org.apache.velocity.tools.config | This allows for a Log to optionally be attached to a subclass in order to output logging messages. |
| LogSystemCommonsLog | org.apache.velocity.tools.generic.log | Redirects commons-logging messages to Velocity's LogSystem. |
| LoopTool | org.apache.velocity.tools.generic | A convenience tool to use with #foreach loops. |
| LoopTool.ActionCondition | org.apache.velocity.tools.generic | Composition class which associates an LoopTool.Action and LoopTool.ActionCondition for a LoopTool.ManagedIterator . |
| LoopTool.Comparison | org.apache.velocity.tools.generic | Base condition class for conditions (assumption here is that conditions are all comparative. |
| LoopTool.Equals | org.apache.velocity.tools.generic | Simple condition that checks elements in the iterator for equality to a specified Object. |
| LoopTool.ManagedIterator | org.apache.velocity.tools.generic | Iterator implementation that wraps a standard Iterator and allows it to be prematurely stopped, skipped ahead, and associated with a name for advanced nested loop control. |
| MarkupTool | org.apache.velocity.tools.generic | |
| MarkupTool.Tag | org.apache.velocity.tools.generic | No description provided. |
| MathTool | org.apache.velocity.tools.generic | Tool for performing math in Velocity. |
| MessageResourcesTool | org.apache.velocity.tools.struts | Abstract view tool that provides access to Struts' message resources. |
| MessageTool | org.apache.velocity.tools.struts | The MessageTool is used to render internationalized message strings. |
| MessageTool.TextKey | org.apache.velocity.tools.struts | Helper class to simplify tool usage when retrieving no-arg messages from the default bundle that have periods in their key. |
| MultiViewsTool | org.apache.velocity.tools.view | Allows for transparent content negotiation in a manner mimicking Apache httpd's MultiViews. |
| MultiViewsTool | org.apache.velocity.tools.view.i18n | Use MultiViewsTool . |
| NumberTool | org.apache.velocity.tools.generic | Tool for working with Number in Velocity templates. |
| OldToolInfo | org.apache.velocity.tools | Manages old tools which still use deprecated init() and configure() methods. |
| OldXmlFactoryConfigurationRuleSet | org.apache.velocity.tools.config | The set of Digester rules required to parse a old toolbox
configuration file ( |
| OldXmlFactoryConfigurationRuleSet.BooleanConfigRule | org.apache.velocity.tools.config | No description provided. |
| OldXmlFactoryConfigurationRuleSet.CreateSessionRule | org.apache.velocity.tools.config | No description provided. |
| OldXmlFactoryConfigurationRuleSet.DeprecationRule | org.apache.velocity.tools.config | No description provided. |
| OldXmlFactoryConfigurationRuleSet.ParameterRule | org.apache.velocity.tools.config | No description provided. |
| OldXmlFactoryConfigurationRuleSet.ScopeRule | org.apache.velocity.tools.config | No description provided. |
| OldXmlFactoryConfigurationRuleSet.SetNextDataRule | org.apache.velocity.tools.config | No description provided. |
| OldXmlFactoryConfigurationRuleSet.XhtmlRule | org.apache.velocity.tools.config | No description provided. |
| PagerTool | org.apache.velocity.tools.view | View tool for doing request-based pagination of items in an a list. |
| ParameterParser | org.apache.velocity.tools.view.tools | Use ParameterTool |
| ParameterTool | org.apache.velocity.tools.view | Utility class for easy parsing of ServletRequest parameters. |
| PropertiesFactoryConfiguration | org.apache.velocity.tools.config | NOTE: "property", "data", and "toolbox" are essentially reserved words do not use them as tool keys or toolbox scopes. |
| Property | org.apache.velocity.tools.config | Simple extension of Data that treats "name" as an alias for "key". |
| RenderTool | org.apache.velocity.tools.generic | This tool exposes methods to evaluate the given strings as VTL (Velocity Template Language) using the given context. |
| ResourceTool | org.apache.velocity.tools.generic | Tool for accessing ResourceBundles and formatting messages therein. |
| ResourceTool.Key | org.apache.velocity.tools.generic | Internal class used to enable an elegant syntax for accessing resources. |
| Scope | org.apache.velocity.tools | A specialized constants class to provide some compile-time typo checking and runtime validation for scopes specified in annotations, toolbox configs, etc. |
| SecureLinkTool | org.apache.velocity.tools.struts | Tool to be able to use Struts SSL Extensions with Velocity. |
| ServletLogChute | org.apache.velocity.tools.view | Simple wrapper for the servlet log. |
| ServletLogger | org.apache.velocity.tools.view.servlet | This is basically an empty subclass of ServletLogChute that exists merely for backwards compatibility with VelocityTools 1.x. |
| ServletToolboxManager | org.apache.velocity.tools.view.servlet | A toolbox manager for the servlet environment. |
| ServletToolboxRuleSet | org.apache.velocity.tools.view.servlet | The set of Digester rules required to parse a toolbox
configuration file ( |
| ServletToolboxRuleSet.BooleanConfigRule | org.apache.velocity.tools.view.servlet | Abstract rule for configuring boolean options on the parent object/element of the matching element. |
| ServletToolboxRuleSet.CreateSessionRule | org.apache.velocity.tools.view.servlet | Rule that sets setCreateSession() for the top object
on the stack, which must be a
org.apache.velocity.tools.ServletToolboxManager. |
| ServletToolboxRuleSet.XhtmlRule | org.apache.velocity.tools.view.servlet | Rule that sets setXhtml() for the top object
on the stack, which must be a
org.apache.velocity.tools.ServletToolboxManager. |
| ServletToolInfo | org.apache.velocity.tools.view.servlet | ToolInfo implementation that holds scope information for tools used in a servlet environment. |
| ServletUtils | org.apache.velocity.tools.view | A set of utility methods for the servlet environment. |
| ServletUtils | org.apache.velocity.tools.view.servlet | No description provided. |
| SortTool | org.apache.velocity.tools.generic | SortTool allows a user to sort a collection (or array, iterator, etc) on any arbitary set of properties exposed by the objects contained within the collection. |
| SortTool.PropertiesComparator | org.apache.velocity.tools.generic | Does all of the comparisons |
| StrutsLinkTool | org.apache.velocity.tools.struts | The StrutsLinkTool extends the standard LinkTool to add methods for working with Struts' Actions and Forwards: |
| StrutsUtils | org.apache.velocity.tools.struts | A utility class to expose the Struts shared resources. |
| TilesTool | org.apache.velocity.tools.struts | The TilesTool is used to interact with the Struts-Tiles framework that is part of Struts 1. |
| Toolbox | org.apache.velocity.tools | No description provided. |
| ToolboxConfiguration | org.apache.velocity.tools.config | No description provided. |
| ToolboxFactory | org.apache.velocity.tools | No description provided. |
| ToolboxRuleSet | org.apache.velocity.tools.view | The set of Digester rules required to parse a toolbox
configuration file ( |
| ToolboxRuleSet.ParameterRule | org.apache.velocity.tools.view | No description provided. |
| ToolConfiguration | org.apache.velocity.tools.config | No description provided. |
| ToolContext | org.apache.velocity.tools | Context implementation that keeps a list of Toolbox es and returns them as requested, using its internal context Map as the dynamic properties passed to the requested tools when they are first created. |
| ToolInfo | org.apache.velocity.tools | Manages data needed to create instances of a tool. |
| ToolManager | org.apache.velocity.tools | Manages tools for non-web applications. |
| ValidatorTool | org.apache.velocity.tools.struts | View tool that works with Struts Validator to produce client side javascript validation for your forms. |
| ValueParser | org.apache.velocity.tools.generic | Utility class for easy parsing of String values held in a Map. |
| VelocityLayoutServlet | org.apache.velocity.tools.view | Extension of the VelocityViewServlet to perform "two-pass" layout rendering and allow for a customized error screen. |
| VelocityLayoutServlet | org.apache.velocity.tools.view.servlet | No description provided. |
| VelocityView | org.apache.velocity.tools.view | The class provides the following features: |
| VelocityViewServlet | org.apache.velocity.tools.view | A servlet to process Velocity templates. |
| VelocityViewServlet | org.apache.velocity.tools.view.servlet | No description provided. |
| VelocityViewTag | org.apache.velocity.tools.view.jsp | This tag enables use of Velocity and VelocityTools within JSP files and tags. |
| ViewRenderTool | org.apache.velocity.tools.view | This tool expose methods to evaluate the given strings as VTL (Velocity Template Language) and automatically using the current context. |
| ViewRenderTool | org.apache.velocity.tools.view.tools | Use ViewRenderTool |
| ViewResourceTool | org.apache.velocity.tools.view | Tool for accessing ResourceBundles and formatting messages therein. |
| ViewResourceTool | org.apache.velocity.tools.view.tools | Use ViewResourceTool |
| ViewToolContext | org.apache.velocity.tools.view | Velocity context implementation specific to the Servlet environment. |
| ViewToolInfo | org.apache.velocity.tools.view | ToolInfo implementation for view tools. |
| WebappLoader | org.apache.velocity.tools.view.servlet | This is basically an empty subclass of WebappResourceLoader that exists merely for backwards compatibility with VelocityTools 1.x. |
| WebappResourceLoader | org.apache.velocity.tools.view | Resource loader that uses the ServletContext of a webapp to load Velocity templates. |
| XmlFactoryConfiguration | org.apache.velocity.tools.config | No description provided. |
| XmlFactoryConfigurationRuleSet | org.apache.velocity.tools.config | No description provided. |
| XmlFactoryConfigurationRuleSet.DataValueInBodyRule | org.apache.velocity.tools.config | Rule for adding configuration properties |
| XmlFactoryConfigurationRuleSet.PropertyAttributeRule | org.apache.velocity.tools.config | No description provided. |
| XMLToolboxManager | org.apache.velocity.tools.view | A ToolboxManager for loading a toolbox from xml. |
| Search |




