|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.apache.commons.betwixt.registry.DefaultXMLBeanInfoRegistry
The default caching implementation. A hashmap is used.
| Constructor Summary | |
DefaultXMLBeanInfoRegistry()
|
|
| Method Summary | |
void |
flush()
Flush existing cached XMLBeanInfo's. |
org.apache.commons.betwixt.XMLBeanInfo |
get(java.lang.Class forThisClass)
Get XMLBeanInfo from cache. |
void |
put(java.lang.Class forThisClass,
org.apache.commons.betwixt.XMLBeanInfo beanInfo)
Put into cache |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultXMLBeanInfoRegistry()
| Method Detail |
public org.apache.commons.betwixt.XMLBeanInfo get(java.lang.Class forThisClass)
XMLBeanInfo from cache.
get in interface XMLBeanInfoRegistryforThisClass - the class for which to find a XMLBeanInfo
XMLBeanInfo associated with given class
or null if no XMLBeanInfo has been associated
public void put(java.lang.Class forThisClass,
org.apache.commons.betwixt.XMLBeanInfo beanInfo)
put in interface XMLBeanInfoRegistryforThisClass - the class to cache the XMLBeanInfo forbeanInfo - the XMLBeanInfo to cachepublic void flush()
XMLBeanInfo's.
flush in interface XMLBeanInfoRegistry
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||