Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scopemvc.model.beans
Class BeanInfos  view BeanInfos download BeanInfos.java

java.lang.Object
  extended byorg.scopemvc.model.beans.BeanInfos

final class BeanInfos
extends java.lang.Object

Internal class used by the Beans ModelManagers to access BeanInfo for model objects.

Version:
$Revision: 1.5 $ $Date: 2002/01/26 09:46:20 $

Field Summary
private static java.util.HashMap beanInfos
           
private static org.apache.commons.logging.Log LOG
           
private static java.util.HashMap propertyDescriptors
           
 
Constructor Summary
(package private) BeanInfos()
           
 
Method Summary
private static void cachePropertyDescriptors(java.lang.Class inModelClass, java.beans.BeanInfo beanInfo)
           
(package private) static java.beans.BeanInfo getBeanInfo(java.lang.Class inModelClass)
           
(package private) static java.beans.PropertyDescriptor getPropertyDescriptor(java.lang.Class inModelClass, java.lang.String inPropertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final org.apache.commons.logging.Log LOG

beanInfos

private static java.util.HashMap beanInfos

propertyDescriptors

private static java.util.HashMap propertyDescriptors
Constructor Detail

BeanInfos

BeanInfos()
Method Detail

getBeanInfo

static java.beans.BeanInfo getBeanInfo(java.lang.Class inModelClass)

cachePropertyDescriptors

private static void cachePropertyDescriptors(java.lang.Class inModelClass,
                                             java.beans.BeanInfo beanInfo)

getPropertyDescriptor

static java.beans.PropertyDescriptor getPropertyDescriptor(java.lang.Class inModelClass,
                                                           java.lang.String inPropertyName)