当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
PreferencesImpl - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.core.impl.user
Class PreferencesImpl
java.lang.Object
org.jboss.portal.core.impl.preferences.MappedPreferences
org.jboss.portal.core.impl.user.PreferencesImpl
- All Implemented Interfaces:
- ValueMap
- public class PreferencesImpl
- extends MappedPreferences
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 |
PreferencesImpl
public PreferencesImpl()
PreferencesImpl
public PreferencesImpl(java.lang.String id)
newPreference
protected MappedPreference newPreference(java.lang.String name,
Value value)
- Override to provide the implementation for the user.
- Overrides:
newPreference
in class MappedPreferences