Package org.eclnt.jsfserver.streamstore.personalization
package org.eclnt.jsfserver.streamstore.personalization
-
ClassesClassDescriptionStores a user-dependent value in the stream store.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.Instance that is bound via expression #{pv. ...} expressions.