当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
MappedPreferenceStore - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.migration.model20.impl.preferences
Class MappedPreferenceStore
java.lang.Object
org.jboss.portal.migration.model20.impl.preferences.MappedPreferenceStore
- All Implemented Interfaces:
- PreferenceStore
- public abstract class MappedPreferenceStore
- extends java.lang.Object
- implements PreferenceStore
- Version:
- $Revision: 5449 $
- Author:
- Julien Viet
Field Summary |
protected java.util.Map |
descendants
The cached contexts. |
private static org.apache.log4j.Logger |
log
Our logger. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final org.apache.log4j.Logger log
- Our logger.
descendants
protected java.util.Map descendants
- The cached contexts.
MappedPreferenceStore
public MappedPreferenceStore()
get
public PreferenceSet get(FQN fqn)
- Description copied from interface:
PreferenceStore
- Return a preference set for the given FQN.
- Specified by:
get
in interface PreferenceStore
- Parameters:
fqn
-
- Returns:
- the preference set
getRoot
protected abstract MappedPreferenceSet getRoot()
- Return the root.
getDescendant
private MappedPreferenceSet getDescendant(FQN fqn)