Class FieldTool.MutableField

java.lang.Object
org.apache.velocity.tools.generic.FieldTool.MutableField
Enclosing class:
FieldTool

public class FieldTool.MutableField extends Object
Holds a Field and Class reference for later retrieval of the value of a field that is not final and may change at different lookups.
Since:
VelocityTools 2.0
Version:
$Id: FieldTool.java 463298 2006-10-12 16:10:32Z henning $
Author:
Geir Magnusson Jr., Nathan Bubna
  • Constructor Details

    • MutableField

      public MutableField(Field f, Class c)
  • Method Details

    • getValue

      public Object getValue()