Class SetExecutor

java.lang.Object
org.apache.velocity.runtime.parser.node.SetExecutor
Direct Known Subclasses:
MapSetExecutor, PutExecutor, SetPropertyExecutor

public abstract class SetExecutor extends Object
Abstract class that is used to execute an arbitrary method that is in introspected. This is the superclass for the PutExecutor and SetPropertyExecutor. There really should be a superclass for this and AbstractExecutor (which should be refactored to GetExecutor) because they differ only in the execute() method.
Since:
1.5
Version:
$Id: SetExecutor.java 685685 2008-08-13 21:43:27Z nbubna $
Author:
Jason van Zyl, Geir Magnusson Jr., Henning P. Schmiedehausen
  • Field Details

    • log

      protected Log log
      Class logger
  • Constructor Details

    • SetExecutor

      public SetExecutor()
  • Method Details