Class PersonalizedValueMap

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,String>
org.eclnt.jsfserver.streamstore.personalization.PersonalizedValueMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>, IPropertyTypeResolver

public class PersonalizedValueMap extends HashMap<String,String> implements IPropertyTypeResolver
Map of personalized values that can be directly referenced by expressions within a page bean.

Example: #{d.Xxxx.pvm.folderXxxxOpened} takes the value of folderXxxxOpened directly from personalized values.

Only used methods #put(String key, String value) and #get(Object key), all other nethods do not make sense because the content of the map is lazy loading.
See Also: