Uses of Class
org.apache.velocity.runtime.directive.Macro.MacroArg
-
Packages that use Macro.MacroArg Package Description org.apache.velocity.runtime org.apache.velocity.runtime.directive -
-
Uses of Macro.MacroArg in org.apache.velocity.runtime
Method parameters in org.apache.velocity.runtime with type arguments of type Macro.MacroArg Modifier and Type Method Description boolean
RuntimeInstance. addVelocimacro(java.lang.String name, Node macro, java.util.List<Macro.MacroArg> macroArgs, Template definingTemplate)
Adds a new Velocimacro.boolean
RuntimeServices. addVelocimacro(java.lang.String name, Node macro, java.util.List<Macro.MacroArg> macroArgs, Template definingTemplate)
Adds a new Velocimacro.static boolean
RuntimeSingleton. addVelocimacro(java.lang.String name, Node macro, java.util.List<Macro.MacroArg> macroArgs, Template definingTemplate)
Adds a new Velocimacro.boolean
VelocimacroFactory. addVelocimacro(java.lang.String name, Node macroBody, java.util.List<Macro.MacroArg> macroArgs, Template definingTemplate)
Adds a macro to the factory.boolean
VelocimacroManager. addVM(java.lang.String vmName, Node macroBody, java.util.List<Macro.MacroArg> macroArgs, Template definingTemplate, boolean canReplaceGlobalMacro)
Adds a VM definition to the cache.Constructor parameters in org.apache.velocity.runtime with type arguments of type Macro.MacroArg Constructor Description MacroEntry(java.lang.String vmName, Node macro, java.util.List<Macro.MacroArg> macroArgs, java.lang.String sourceTemplate, RuntimeServices rsvc)
-
Uses of Macro.MacroArg in org.apache.velocity.runtime.directive
Fields in org.apache.velocity.runtime.directive with type parameters of type Macro.MacroArg Modifier and Type Field Description private java.util.List<Macro.MacroArg>
VelocimacroProxy. macroArgs
Methods in org.apache.velocity.runtime.directive that return types with arguments of type Macro.MacroArg Modifier and Type Method Description private static java.util.List<Macro.MacroArg>
Macro. getArgArray(Node node, RuntimeServices rsvc)
Creates an array containing the literal text from the macro argument(s) (including the macro's name as the first arg).java.util.List<Macro.MacroArg>
VelocimacroProxy. getMacroArgs()
Return the list of macro arguments associated with this macroMethod parameters in org.apache.velocity.runtime.directive with type arguments of type Macro.MacroArg Modifier and Type Method Description static java.lang.StringBuilder
Macro. macroToString(java.lang.StringBuilder buf, java.util.List<Macro.MacroArg> macroArgs, RuntimeServices rsvc)
For debugging purposes.void
VelocimacroProxy. setMacroArgs(java.util.List<Macro.MacroArg> args)
sets the array of arguments specified in the macro definition
-