org.apache.velocity.tools.generic
Class FieldTool.MutableField
java.lang.Object
org.apache.velocity.tools.generic.FieldTool.MutableField
- Enclosing class:
- FieldTool
public static 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. If a Log
is passed in,
then this will log errors, otherwise it will fail silently.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldTool.MutableField
public FieldTool.MutableField(Field f,
Class c,
Log l)
getValue
public Object getValue()
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.