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

PortletPreferences - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.portlet.plugins.preferences
Interface PortletPreferences

All Superinterfaces:
ComponentPreferences, Preferences, ValueMap
All Known Implementing Classes:
PortletPreferencesPlugin

public interface PortletPreferences
extends ComponentPreferences


Method Summary
 PreferencesValidator getValidator()
           
 
Methods inherited from interface org.jboss.portal.server.plugins.preferences.ComponentPreferences
getDescription
 
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

getValidator

public PreferencesValidator getValidator()