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: