freemarker.ext.beans2
Class BeanExplorer

java.lang.Object
  extended by freemarker.ext.beans2.BeanExplorer

public class BeanExplorer
extends java.lang.Object

A simple test class for testing introspection by Bean or Reflection packages.

Version:
$Id: BeanExplorer.java 1109 2005-09-09 11:21:12Z run2000 $
Author:
Nicholas Cull

Field Summary
 int test1
           
protected  int test2
           
static int test5
           
 
Constructor Summary
BeanExplorer()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

test1

public int test1

test2

protected int test2

test5

public static final int test5
See Also:
Constant Field Values
Constructor Detail

BeanExplorer

public BeanExplorer()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception