org.apache.velocity.test.provider
Class ForeachMethodCallHelper

java.lang.Object
  extended by org.apache.velocity.test.provider.ForeachMethodCallHelper

public class ForeachMethodCallHelper
extends Object

Provides overloaded methods for testing method execution within a foreach

Version:
$Id: ForeachMethodCallHelper.java 191743 2005-06-21 23:22:20Z dlr $
Author:
Will Glass-Husain

Constructor Summary
ForeachMethodCallHelper()
           
 
Method Summary
 String getFoo(Integer v)
           
 String getFoo(String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForeachMethodCallHelper

public ForeachMethodCallHelper()
Method Detail

getFoo

public String getFoo(Integer v)

getFoo

public String getFoo(String v)


Copyright © 2002 Apache Software Foundation. All Rights Reserved.