Uses of Class
org.apache.velocity.runtime.directive.VelocimacroProxy
-
Packages that use VelocimacroProxy Package Description org.apache.velocity.runtime -
-
Uses of VelocimacroProxy in org.apache.velocity.runtime
Fields in org.apache.velocity.runtime declared as VelocimacroProxy Modifier and Type Field Description private VelocimacroProxy
VelocimacroManager.MacroEntry. vp
Methods in org.apache.velocity.runtime that return VelocimacroProxy Modifier and Type Method Description VelocimacroProxy
VelocimacroManager. get(java.lang.String vmName, Template renderingTemplate, Template template)
Gets a VelocimacroProxy object by the name / source template duple.(package private) VelocimacroProxy
VelocimacroManager.MacroEntry. getProxy()
-