Uses of Class
org.apache.velocity.test.provider.Person

Packages that use Person
org.apache.velocity.test.provider   
 

Uses of Person in org.apache.velocity.test.provider
 

Subclasses of Person in org.apache.velocity.test.provider
 class Child
          Rudimentary class used in the testbed to test introspection with subclasses of a particular class.
 

Methods in org.apache.velocity.test.provider that return Person
 Person TestProvider.getPerson()
           
 

Methods in org.apache.velocity.test.provider with parameters of type Person
 java.lang.String TestProvider.showPerson(Person person)
           
 



Copyright © 2003 Apache Software Foundation. All Rights Reserved.