站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

PreferencesImpl - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.core.impl.user
Class PreferencesImpl

java.lang.Object
  extended byorg.jboss.portal.core.impl.preferences.MappedPreferences
      extended byorg.jboss.portal.core.impl.user.PreferencesImpl
All Implemented Interfaces:
ValueMap

public class PreferencesImpl
extends MappedPreferences


Field Summary
 
Fields inherited from class org.jboss.portal.core.impl.preferences.MappedPreferences
map
 
Constructor Summary
PreferencesImpl()
           
PreferencesImpl(java.lang.String id)
           
 
Method Summary
protected  MappedPreference newPreference(java.lang.String name, Value value)
          Override to provide the implementation for the user.
 
Methods inherited from class org.jboss.portal.core.impl.preferences.MappedPreferences
getContent, getId, getKey, getKeys, getValue, isReadOnly, setContent, setId, setKey, setReadOnly, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferencesImpl

public PreferencesImpl()

PreferencesImpl

public PreferencesImpl(java.lang.String id)
Method Detail

newPreference

protected MappedPreference newPreference(java.lang.String name,
                                         Value value)
Override to provide the implementation for the user.

Overrides:
newPreference in class MappedPreferences