Uses of Class
org.apache.velocity.exception.MacroOverflowException
-
Packages that use MacroOverflowException Package Description org.apache.velocity.runtime.directive -
-
Uses of MacroOverflowException in org.apache.velocity.runtime.directive
Methods in org.apache.velocity.runtime.directive that throw MacroOverflowException Modifier and Type Method Description booleanVelocimacroProxy. render(InternalContextAdapter context, java.io.Writer writer, Node node)booleanVelocimacroProxy. render(InternalContextAdapter context, java.io.Writer writer, Node node, Renderable body)Renders the macro using the context.
-