Uses of Class
org.apache.velocity.tools.generic.FieldTool.FieldToolSub
-
Packages that use FieldTool.FieldToolSub Package Description 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 Modifier and Type Method Description FieldTool.FieldToolSubFieldTool. in(Class clazz)Returns aFieldTool.FieldToolSubholding aMapof all the public static field names to values (or a placeholder if the value is not final) for the specifiedClass.FieldTool.FieldToolSubFieldTool. in(Object instance)Returns aFieldTool.FieldToolSubholding aMapof all the public static field names to values (or a placeholder if the value is not final) for theClassof the specified Object.FieldTool.FieldToolSubFieldTool. in(String classname)Returns aFieldTool.FieldToolSubholding aMapof all the public static field names to values (or a placeholder if the value is not final) for the specified class(name).
-