当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
PreferencesInfo - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.portlet.info
Interface PreferencesInfo
- All Known Implementing Classes:
- ContainerPreferencesInfo, PreferencesInfoSupport
- public interface PreferencesInfo
- Since:
- 2.4
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