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

PortletPreferencesPlugin - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.portlet.plugins.preferences
Class PortletPreferencesPlugin

java.lang.Object
  extended byorg.jboss.portal.common.value.SimpleValueMap
      extended byorg.jboss.portal.server.plugins.preferences.ComponentPreferencesPlugin
          extended byorg.jboss.portal.portlet.plugins.preferences.PortletPreferencesPlugin
All Implemented Interfaces:
AdapterPlugin, ComponentPreferences, Plugin, PortletPreferences, Preferences, ValueMap

public class PortletPreferencesPlugin
extends ComponentPreferencesPlugin
implements PortletPreferences

An extension of the preferences plugin that adds the preference validator.


Field Summary
protected  PreferencesValidator preferencesValidator
          The preference validator instance.
 
Fields inherited from class org.jboss.portal.server.plugins.preferences.ComponentPreferencesPlugin
container, descs, log, metadata, readOnlyMap
 
Fields inherited from class org.jboss.portal.common.value.SimpleValueMap
values
 
Constructor Summary
PortletPreferencesPlugin()
           
 
Method Summary
 PreferencesValidator getValidator()
           
 void init(PluginContext pluginContext)
           
 
Methods inherited from class org.jboss.portal.server.plugins.preferences.ComponentPreferencesPlugin
destroy, getAdaptedClass, getAdapter, getDescription, isReadOnly, setReadOnly, setValue
 
Methods inherited from class org.jboss.portal.common.value.SimpleValueMap
getKeys, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Field Detail

preferencesValidator

protected PreferencesValidator preferencesValidator
The preference validator instance.

Constructor Detail

PortletPreferencesPlugin

public PortletPreferencesPlugin()
Method Detail

init

public void init(PluginContext pluginContext)
Specified by:
init in interface Plugin
Overrides:
init in class ComponentPreferencesPlugin

getValidator

public PreferencesValidator getValidator()
Specified by:
getValidator in interface PortletPreferences