Package | Description |
---|---|
org.apache.velocity.tools.generic |
Contains a collection of reusable, general-purpose "tools" for Velocity.
|
Modifier and Type | Class and Description |
---|---|
class |
ComparisonDateTool
|
class |
ConversionTool
Deprecated.
use NumberTool for numbers formatting/parsing, DateTool for date/time formatting/parsing,
or CollectionTool for toStrings().
|
class |
DateTool
|
class |
DisplayTool
Provides general utility methods for controlling the display of references.
|
class |
FormatConfig
Implements common logic and constants for tools which allow their
default format to be configured.
|
class |
MathTool
Tool for performing math in Velocity.
|
class |
NumberTool
Tool for working with
Number in Velocity templates. |
class |
ResourceTool
Tool for accessing ResourceBundles and formatting messages therein.
|
class |
ValueParser
Utility class for easy parsing of String values held in a Map.
|
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.