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: MapGetExecutor.java 799457 2009-07-30 22:10:27Z nbubna $
  • Field Details

    • property

      private final String property
  • Constructor Details

    • MapGetExecutor

      public MapGetExecutor(Log log, Class clazz, String property)
  • Method Details