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

PreferencesInfo - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.info
Interface PreferencesInfo

All Known Implementing Classes:
ContainerPreferencesInfo, PreferencesInfoSupport

public interface PreferencesInfo

Since:
2.4
Version:
$Revision: 5448 $
Author:
Julien Viet

Method Summary
 java.util.Set getKeys()
          Return the immutable set of keys.
 PreferenceInfo getPreference(java.lang.String key)
          A preference specified by its key.
 

Method Detail

getKeys

public java.util.Set getKeys()
Return the immutable set of keys.


getPreference

public PreferenceInfo getPreference(java.lang.String key)
                             throws java.lang.IllegalArgumentException
A preference specified by its key.

Returns:
the preference info or null if it does not exist
Throws:
java.lang.IllegalArgumentException - if the key is null