|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||