Class VelocimacroProxy

java.lang.Object
org.apache.velocity.runtime.directive.Directive
org.apache.velocity.runtime.directive.VelocimacroProxy
All Implemented Interfaces:
Cloneable, DirectiveConstants

public class VelocimacroProxy extends Directive
VelocimacroProxy.java a proxy Directive-derived object to fit with the current directive system
Version:
$Id: VelocimacroProxy.java 898032 2010-01-11 19:51:03Z nbubna $
  • Field Details

    • macroName

      private String macroName
    • argArray

      private String[] argArray
    • literalArgArray

      private String[] literalArgArray
    • nodeTree

      private SimpleNode nodeTree
    • numMacroArgs

      private int numMacroArgs
    • strictArguments

      private boolean strictArguments
    • localContextScope

      private boolean localContextScope
    • maxCallDepth

      private int maxCallDepth
    • bodyReference

      private String bodyReference
  • Constructor Details

    • VelocimacroProxy

      public VelocimacroProxy()
  • Method Details