net.sf.seaf.util.bean
Class PropertyEnumerator
java.lang.Object
net.sf.seaf.util.bean.PropertyEnumerator
public class PropertyEnumerator
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyEnumerator
public PropertyEnumerator()
enumerate
public void enumerate(Object bean,
PropertyVisitor visitor)
- Enumerate all properties of a bean, visiting each one using a
PropertyVisitor.
- Parameters:
bean - The beanvisitor - The property visitor
Copyright © 2008-2011 SEAF. All Rights Reserved.