Class AbstractExecutor

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

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: AbstractExecutor.java 685685 2008-08-13 21:43:27Z nbubna $
  • Field Details

    • log

      protected Log log
    • method

      private Method method
      Method to be executed.
  • Constructor Details

    • AbstractExecutor

      public AbstractExecutor()
  • Method Details