|
|||||||||
| Home >> All >> org >> scopemvc >> model >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scopemvc.model.beans
Class BeanInfos

java.lang.Objectorg.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)
|
|||||||||
| Home >> All >> org >> scopemvc >> model >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.scopemvc.model.beans.BeanInfos