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.struts VelocityStruts contains view tools for integrating Velocity with the Apache Struts 1 framework by providing easy access to Struts resources from within Velocity templates. 
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 ValueParser in org.apache.velocity.tools.generic
 

Methods in org.apache.velocity.tools.generic that return ValueParser
protected  ValueParser ValueParser.getSubkey(String subkey)
          subkey getter that returns a map -> value for every "subkey.subkey2" found entry
 

Methods in org.apache.velocity.tools.generic with parameters of type ValueParser
protected  void SafeConfig.configure(ValueParser values)
          Does the actual configuration.
protected  void RenderTool.configure(ValueParser parser)
          Looks for deprecated parse depth and catch.exceptions properties, as well as any 'forceThreadSafe' setting.
protected  void AlternatorTool.configure(ValueParser parser)
          Looks for a default auto-alternate value in the given params, if not, set the default to true.
protected  void LinkTool.configure(ValueParser props)
           
protected  void ContextTool.configure(ValueParser parser)
          Initializes this instance for the current request.
protected  void EscapeTool.configure(ValueParser values)
          Does the actual configuration.
protected  void XmlTool.configure(ValueParser parser)
          Looks for the "file" parameter and automatically uses XmlTool.read(String) to parse the file and set the resulting Document as the root node for this instance.
protected  void ClassTool.configure(ValueParser values)
           
protected  void FieldTool.configure(ValueParser values)
           
protected  void ConversionTool.configure(ValueParser values)
          Does the actual configuration.
protected  void LocaleConfig.configure(ValueParser values)
          Does the actual configuration.
protected  void ValueParser.configure(ValueParser values)
          Does the actual configuration.
protected  void ResourceTool.configure(ValueParser parser)
           
protected  void FormatConfig.configure(ValueParser values)
          Does the actual configuration.
protected  void DateTool.configure(ValueParser values)
          Does the actual configuration.
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 DisplayTool.configure(ValueParser values)
          Does the actual configuration.
 

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

Methods in org.apache.velocity.tools.struts with parameters of type ValueParser
protected  void StrutsLinkTool.configure(ValueParser props)
           
protected  void SecureLinkTool.configure(ValueParser props)
           
 

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

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

Methods in org.apache.velocity.tools.view with parameters of type ValueParser
protected  void ParameterTool.configure(ValueParser values)
           
protected  void LinkTool.configure(ValueParser props)
           
protected  void ViewContextTool.configure(ValueParser parser)
           
 

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

Subclasses of ValueParser in org.apache.velocity.tools.view.tools
 class ParameterParser
          Deprecated. 
 

Methods in org.apache.velocity.tools.view.tools with parameters of type ValueParser
protected  void LinkTool.configure(ValueParser parser)
          Deprecated.  
 



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