Uses of Class
org.apache.velocity.tools.generic.LocaleConfig

Packages that use LocaleConfig
org.apache.velocity.tools.generic Contains a collection of reusable, general-purpose "tools" for Velocity. 
org.apache.velocity.tools.view Contains tools and supporting infrastructure for using those tools in a servlet environment as well as general use classes to support use of Velocity as (or in) the view layer of web applications. 
org.apache.velocity.tools.view.tools All classes in this package have been deprecated and moved to org.apache.velocity.tools.view
 

Uses of LocaleConfig in org.apache.velocity.tools.generic
 

Subclasses of LocaleConfig in org.apache.velocity.tools.generic
 class ComparisonDateTool
          Tool for comparing Date and Calendar values in Velocity templates.
 class ConversionTool
          Utility class for easy conversion of String values to richer types.
 class DateTool
          Tool for working with Date and Calendar in Velocity templates.
 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.
 

Uses of LocaleConfig in org.apache.velocity.tools.view
 

Subclasses of LocaleConfig in org.apache.velocity.tools.view
 class BrowserTool
          browser-sniffing tool (session or request scope requested, session scope advised).
 class ParameterTool
          Utility class for easy parsing of ServletRequest parameters.
 

Uses of LocaleConfig in org.apache.velocity.tools.view.tools
 

Subclasses of LocaleConfig in org.apache.velocity.tools.view.tools
 class BrowserSnifferTool
          Deprecated. 
 class ParameterParser
          Deprecated. 
 class ViewResourceTool
          Deprecated. 
 



Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.