Class CmsLazyPropertyMap

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,CmsClientProperty>
org.opencms.gwt.shared.property.CmsLazyPropertyMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,CmsClientProperty>

A lazy initialized map of properties. Will return a property object for any key.

See Also: