当前页面:
在线文档首页 >
JBOSS Portal 2.2 API 英文版文档
PortletPreferencesPlugin - JBOSS Portal 2.2 API 英文版文档
org.jboss.portal.portlet.plugins.preferences
Class PortletPreferencesPlugin
java.lang.Object
org.jboss.portal.common.value.SimpleValueMap
org.jboss.portal.server.plugins.preferences.ComponentPreferencesPlugin
org.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
preferencesValidator
protected PreferencesValidator preferencesValidator
- The preference validator instance.
PortletPreferencesPlugin
public PortletPreferencesPlugin()
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