net.sf.seaf.util.bean
Class PropertyEnumerator

java.lang.Object
  extended by net.sf.seaf.util.bean.PropertyEnumerator

public class PropertyEnumerator
extends Object


Constructor Summary
PropertyEnumerator()
           
 
Method Summary
 void enumerate(Object bean, PropertyVisitor visitor)
          Enumerate all properties of a bean, visiting each one using a PropertyVisitor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyEnumerator

public PropertyEnumerator()
Method Detail

enumerate

public void enumerate(Object bean,
                      PropertyVisitor visitor)
Enumerate all properties of a bean, visiting each one using a PropertyVisitor.

Parameters:
bean - The bean
visitor - The property visitor


Copyright © 2008-2011 SEAF. All Rights Reserved.