net.sf.cantina.util
Class BeanUtils

java.lang.Object
  extended bynet.sf.cantina.util.BeanUtils

public abstract class BeanUtils
extends java.lang.Object

Author:
Stephane JAIS

Constructor Summary
BeanUtils()
           
 
Method Summary
static java.lang.Object getProperty(java.lang.Object o, java.lang.String propName)
           
static java.lang.Class getPropertyClass(java.lang.Class c, java.lang.String propName)
           
 
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

getProperty

public static java.lang.Object getProperty(java.lang.Object o,
                                           java.lang.String propName)
                                    throws java.lang.Exception
Throws:
java.lang.Exception

getPropertyClass

public static java.lang.Class getPropertyClass(java.lang.Class c,
                                               java.lang.String propName)
                                        throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 Cantina. All Rights Reserved.