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

MappedPreferenceStore - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.migration.model20.impl.preferences
Class MappedPreferenceStore

java.lang.Object
  extended byorg.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.
 
Constructor Summary
MappedPreferenceStore()
           
 
Method Summary
 PreferenceSet get(FQN fqn)
          Return a preference set for the given FQN.
private  MappedPreferenceSet getDescendant(FQN fqn)
           
protected abstract  MappedPreferenceSet getRoot()
          Return the root.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.log4j.Logger log
Our logger.


descendants

protected java.util.Map descendants
The cached contexts.

Constructor Detail

MappedPreferenceStore

public MappedPreferenceStore()
Method Detail

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)