freemarker.testcase.models
Class BeanTestClass
java.lang.Object
freemarker.testcase.models.BeanTestClass
public class BeanTestClass
extends java.lang.Object
$Id: BeanTestClass.java,v 1.6 2003/01/12 23:40:25 revusky Exp $- Attila Szegedi, szegedia at freemail dot hu
STATIC_FIELD
public static String STATIC_FIELD
STATIC_FINAL_FIELD
public static final String STATIC_FINAL_FIELD
getBar
public String getBar(int index)
getFoo
public String getFoo()
overloaded
public String overloaded(String s)
overloaded
public String overloaded(int i)
staticMethod
public static String staticMethod()
staticOverloaded
public static String staticOverloaded(String s)
staticOverloaded
public static String staticOverloaded(int i)