Class PutExecutor

java.lang.Object
org.apache.velocity.runtime.parser.node.SetExecutor
org.apache.velocity.runtime.parser.node.PutExecutor

public class PutExecutor extends SetExecutor
Executor that simply tries to execute a put(key, value) operation. This will try to find a put(key) method for any type of object, not just objects that implement the Map interface as was previously the case.
Since:
1.5
Version:
$Id$
Author:
Jason van Zyl, Henning P. Schmiedehausen