org.apache.velocity.runtime.parser.node
Class MapSetExecutor
java.lang.Object
org.apache.velocity.runtime.parser.node.SetExecutor
org.apache.velocity.runtime.parser.node.MapSetExecutor
public class MapSetExecutor
- extends SetExecutor
SetExecutor that is smart about Maps. If it detects one, it does not
use Reflection but a cast to access the setter.
- Version:
- $Id: MapSetExecutor.java 463298 2006-10-12 16:10:32Z henning $
- Author:
- Henning P. Schmiedehausen
Fields inherited from class org.apache.velocity.runtime.parser.node.SetExecutor |
log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapSetExecutor
public MapSetExecutor(Log log,
Class clazz,
String property)
discover
protected void discover(Class clazz)
execute
public Object execute(Object o,
Object arg)
- Description copied from class:
SetExecutor
- Execute method against context.
- Specified by:
execute
in class SetExecutor
- Returns:
- The result of the invocation.
Copyright © 2000-2007 The Apache Software Foundation. All Rights Reserved.