|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLBeanInfo | |
org.apache.commons.betwixt | |
org.apache.commons.betwixt.registry |
Uses of XMLBeanInfo in org.apache.commons.betwixt |
Methods in org.apache.commons.betwixt that return XMLBeanInfo | |
org.apache.commons.betwixt.XMLBeanInfo |
XMLIntrospector.introspect(java.lang.Object bean)
Create a standard XMLBeanInfo by introspection
The actual introspection depends only on the BeanInfo
associated with the bean. |
org.apache.commons.betwixt.XMLBeanInfo |
XMLIntrospector.introspect(org.apache.commons.beanutils.DynaClass dynaClass)
Creates XMLBeanInfo by reading the DynaProperties of a DynaBean. |
org.apache.commons.betwixt.XMLBeanInfo |
XMLIntrospector.introspect(java.lang.Class aClass)
Create a standard XMLBeanInfo by introspection. |
org.apache.commons.betwixt.XMLBeanInfo |
XMLIntrospector.introspect(java.beans.BeanInfo beanInfo)
Create a standard XMLBeanInfo by introspection. |
protected org.apache.commons.betwixt.XMLBeanInfo |
XMLIntrospector.createXMLBeanInfo(org.apache.commons.beanutils.DynaClass dynaClass)
Creates XMLBeanInfo for the given DynaClass. |
protected org.apache.commons.betwixt.XMLBeanInfo |
XMLIntrospector.findByXMLDescriptor(java.lang.Class aClass)
Attempt to lookup the XML descriptor for the given class using the classname + ".betwixt" using the same ClassLoader used to load the class or return null if it could not be loaded |
protected org.apache.commons.betwixt.XMLBeanInfo |
XMLIntrospector.createXMLBeanInfo(java.beans.BeanInfo beanInfo)
Factory method to create XMLBeanInfo instances |
Uses of XMLBeanInfo in org.apache.commons.betwixt.registry |
Methods in org.apache.commons.betwixt.registry that return XMLBeanInfo | |
org.apache.commons.betwixt.XMLBeanInfo |
DefaultXMLBeanInfoRegistry.get(java.lang.Class forThisClass)
Get XMLBeanInfo from cache. |
org.apache.commons.betwixt.XMLBeanInfo |
NoCacheRegistry.get(java.lang.Class forThisClass)
Always return null. |
org.apache.commons.betwixt.XMLBeanInfo |
XMLBeanInfoRegistry.get(java.lang.Class forThisClass)
Get the XMLBeanInfo for the given class. |
Methods in org.apache.commons.betwixt.registry with parameters of type XMLBeanInfo | |
void |
DefaultXMLBeanInfoRegistry.put(java.lang.Class forThisClass,
org.apache.commons.betwixt.XMLBeanInfo beanInfo)
Put into cache |
void |
NoCacheRegistry.put(java.lang.Class forThisClass,
org.apache.commons.betwixt.XMLBeanInfo beanInfo)
Do nothing (this implementation does not cache) |
void |
XMLBeanInfoRegistry.put(java.lang.Class forThisClass,
org.apache.commons.betwixt.XMLBeanInfo beanInfo)
Associate a class with it's XMLBeanInfo . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |