Class MapGetExecutor

java.lang.Object
org.apache.velocity.runtime.parser.node.AbstractExecutor
org.apache.velocity.runtime.parser.node.MapGetExecutor

public class MapGetExecutor extends AbstractExecutor
GetExecutor that is smart about Maps. If it detects one, it does not use Reflection but a cast to access the getter.
Since:
1.5
Version:
$Id$
Author:
Henning P. Schmiedehausen
  • Constructor Details

    • MapGetExecutor

      public MapGetExecutor(org.slf4j.Logger log, Object object, String property)
  • Method Details