Class ComponentAttributes

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
com.webmethods.caf.faces.component.ComponentAttributes
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class ComponentAttributes extends HashMap<String,Object> implements Map<String,Object>
Faster version of the Component attributes map. The original reference implementation has following problems: - Property descriptors are caches in the WeakHashMap which is synchronized and thus creates contention for multiple threads - using override to turn off security checks when obtaining property value using method.invoke()
See Also: