Class AbstractExecutor

java.lang.Object
org.apache.velocity.runtime.parser.node.AbstractExecutor
Direct Known Subclasses:
GetExecutor, MapGetExecutor, PropertyExecutor, PublicFieldExecutor

public abstract class AbstractExecutor extends Object
Abstract class that is used to execute an arbitrary method that is in introspected. This is the superclass for the GetExecutor and PropertyExecutor.
Version:
$Id$
  • Field Details

    • log

      protected org.slf4j.Logger log
    • method

      private Method method
      Method to be executed.
  • Constructor Details

    • AbstractExecutor

      public AbstractExecutor()
  • Method Details