org.opennms.web
Class BeanUtils

java.lang.Object
  extended by org.opennms.web.BeanUtils

public class BeanUtils
extends Object


Constructor Summary
BeanUtils()
           
 
Method Summary
static
<T> T
getPathValue(Object bean, String path, Class<T> expectedClass)
           
static Collection<String> getProperties(Object bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanUtils

public BeanUtils()
Method Detail

getProperties

public static Collection<String> getProperties(Object bean)

getPathValue

public static <T> T getPathValue(Object bean,
                                 String path,
                                 Class<T> expectedClass)


Copyright © 2009. All Rights Reserved.