| java.lang.Object org.apache.commons.jxpath.JXPathBasicBeanInfo
JXPathBasicBeanInfo | public class JXPathBasicBeanInfo implements JXPathBeanInfo(Code) | | An implementation of JXPathBeanInfo based on JavaBeans' BeanInfo. Properties
advertised by JXPathBasicBeanInfo are the same as those advertised by
BeanInfo for the corresponding class.
See java.beans.BeanInfo, java.beans.Introspector
author: Dmitri Plotnikov version: $Revision: 1.9 $ $Date: 2004/05/08 15:03:36 $ |
JXPathBasicBeanInfo | public JXPathBasicBeanInfo(Class clazz)(Code) | | |
JXPathBasicBeanInfo | public JXPathBasicBeanInfo(Class clazz, boolean atomic)(Code) | | |
JXPathBasicBeanInfo | public JXPathBasicBeanInfo(Class clazz, Class dynamicPropertyHandlerClass)(Code) | | |
getDynamicPropertyHandlerClass | public Class getDynamicPropertyHandlerClass()(Code) | | For a dynamic class, returns the corresponding DynamicPropertyHandler
class.
|
isAtomic | public boolean isAtomic()(Code) | | Returns true if objects of this class are treated as atomic
objects which have no properties of their own.
|
isDynamic | public boolean isDynamic()(Code) | | Return true if the corresponding objects have dynamic properties.
|
|
|