webwork.util
Class BeanInfoUtil

java.lang.Object
  extended bywebwork.util.BeanInfoUtil

public class BeanInfoUtil
extends java.lang.Object

Get the java.beans.BeanInfo object for a given object

Version:
$Revision: 1.7 $
Author:
Rickard Öberg (rickard@middleware-company.com)
See Also:
BeanInfo

Constructor Summary
BeanInfoUtil()
           
 
Method Summary
 java.beans.BeanInfo getBeanInfo()
           
 void setBean(java.lang.Object aBean)
          The object whose BeanInfo should be retrieved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanInfoUtil

public BeanInfoUtil()
Method Detail

setBean

public void setBean(java.lang.Object aBean)
The object whose BeanInfo should be retrieved


getBeanInfo

public java.beans.BeanInfo getBeanInfo()
                                throws java.beans.IntrospectionException
Throws:
java.beans.IntrospectionException


Copyright © 2001-2003 WebWork All Rights Reserved.