Uses of Class
org.apache.velocity.tools.generic.FieldTool.FieldToolSub

Packages that use FieldTool.FieldToolSub
org.apache.velocity.tools.generic Contains a collection of reusable, general-purpose "tools" for Velocity. 
 

Uses of FieldTool.FieldToolSub in org.apache.velocity.tools.generic
 

Methods in org.apache.velocity.tools.generic that return FieldTool.FieldToolSub
 FieldTool.FieldToolSub FieldTool.in(Class clazz)
          Returns a FieldTool.FieldToolSub holding a Map of all the public static field names to values (or a placeholder if the value is not final) for the specified Class.
 FieldTool.FieldToolSub FieldTool.in(Object instance)
          Returns a FieldTool.FieldToolSub holding a Map of all the public static field names to values (or a placeholder if the value is not final) for the Class of the specified Object.
 FieldTool.FieldToolSub FieldTool.in(String classname)
          Returns a FieldTool.FieldToolSub holding a Map of all the public static field names to values (or a placeholder if the value is not final) for the specified class(name).
 



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