Class FieldTool.FieldToolSub
java.lang.Object
org.apache.velocity.tools.generic.FieldTool.FieldToolSub
- Enclosing class:
FieldTool
Holds a
Map of results for a particular class.
This exists simply to enable the $field.in("class.Name").FOO
syntax, even when storeDynamicLookups is set to false.
NOTE: we can't simply return the results Map when the in()
methods are called, because the Map contains placeholders
for any mutable fields found. We want to put off reading non-final
field values to the last moment, in case their values change.- Since:
- VelocityTools 2.0
- Version:
- $Id: FieldTool.java 463298 2006-10-12 16:10:32Z henning $
- Author:
- Geir Magnusson Jr., Nathan Bubna
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FieldToolSub
-
-
Method Details
-
get
-
toString
-