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

ComponentPreferences - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.server.plugins.preferences
Interface ComponentPreferences

All Superinterfaces:
Preferences, ValueMap
All Known Subinterfaces:
PortletPreferences
All Known Implementing Classes:
ComponentPreferencesPlugin, PortletPreferencesPlugin

public interface ComponentPreferences
extends Preferences


Method Summary
 LocalizedString getDescription(java.lang.String key)
          Return the description for the specified key or null if it does not exist.
 
Methods inherited from interface org.jboss.portal.common.prefs.Preferences
isReadOnly, setReadOnly
 
Methods inherited from interface org.jboss.portal.common.value.ValueMap
getKeys, getValue, setValue
 

Method Detail

getDescription

public LocalizedString getDescription(java.lang.String key)
Return the description for the specified key or null if it does not exist.

Parameters:
key -
Returns: