Class MapSetExecutor
java.lang.Object
org.apache.velocity.runtime.parser.node.SetExecutor
org.apache.velocity.runtime.parser.node.MapSetExecutor
SetExecutor that is smart about Maps. If it detects one, it does not
use Reflection but a cast to access the setter.
- Since:
- 1.5
- Version:
- $Id$
- Author:
- Henning P. Schmiedehausen
-
Field Summary
Fields inherited from class org.apache.velocity.runtime.parser.node.SetExecutor
log
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.velocity.runtime.parser.node.SetExecutor
getMethod, isAlive, setMethod
-
Constructor Details
-
MapSetExecutor
-
-
Method Details
-
discover
-
execute
Description copied from class:SetExecutor
Execute method against context.- Specified by:
execute
in classSetExecutor
- Parameters:
o
-arg
-- Returns:
- The result of the invocation.
-