Example #1
0
 /**
  * Returns the appropriate VelocimacroProxy object if strVMname is a valid current Velocimacro.
  *
  * @param String vmName Name of velocimacro requested
  * @return String VelocimacroProxy
  */
 public static Directive getVelocimacro(String vmName, String templateName) {
   return RuntimeSingleton.getVelocimacro(vmName, templateName);
 }