|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jxpath.JXPathIntrospector
public class JXPathIntrospector
JXPathIntrospector maintains a registry of JXPathBeanInfo
objects for Java classes.
Constructor Summary | |
---|---|
JXPathIntrospector()
|
Method Summary | |
---|---|
static JXPathBeanInfo |
getBeanInfo(Class beanClass)
Creates and registers a JXPathBeanInfo object for the supplied class. |
static void |
registerAtomicClass(Class beanClass)
Automatically creates and registers a JXPathBeanInfo object for the specified class. |
static void |
registerDynamicClass(Class beanClass,
Class dynamicPropertyHandlerClass)
Automatically creates and registers a JXPathBeanInfo object
for the specified class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JXPathIntrospector()
Method Detail |
---|
public static void registerAtomicClass(Class beanClass)
beanClass
- to registerpublic static void registerDynamicClass(Class beanClass, Class dynamicPropertyHandlerClass)
JXPathBeanInfo
object
for the specified class. That object returns true to
JXPathBeanInfo.isDynamic()
.
beanClass
- to registerdynamicPropertyHandlerClass
- to handle beanClasspublic static JXPathBeanInfo getBeanInfo(Class beanClass)
The process of creation of JXPathBeanInfo is as follows:
<beanClass>XBeanInfo
exists,
an instance of that class is allocated.
JXPathBasicBeanInfo
is allocated.
beanClass
- whose info to get
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |