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

Packages that use ValueParser
org.apache.velocity.tools.generic Contains a collection of reusable, general-purpose "tools" for Velocity. 
org.apache.velocity.tools.view.tools Provides the ViewTool and Configurable interfaces, as well as a number of useful implementing classes. 
 

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

Methods in org.apache.velocity.tools.generic with parameters of type ValueParser
protected  void ComparisonDateTool.configure(ValueParser values)
          Calls the superclass implementation, then looks for a bundle name and any time units to be skipped.
protected  void DateTool.configure(ValueParser values)
          Does the actual configuration.
protected  void NumberTool.configure(ValueParser values)
          Does the actual configuration.
 

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

Subclasses of ValueParser in org.apache.velocity.tools.view.tools
 class ParameterParser
          Utility class for easy parsing of ServletRequest parameters.
 



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