org.apache.jetspeed.om.portlet
Interface Preferences
- All Superinterfaces:
- org.apache.pluto.container.om.portlet.Preferences, java.io.Serializable
public interface Preferences
- extends org.apache.pluto.container.om.portlet.Preferences, java.io.Serializable
- Version:
- $Id: Preferences.java 755263 2009-03-17 14:23:52Z ate $
Methods inherited from interface org.apache.pluto.container.om.portlet.Preferences |
getPreferencesValidator, setPreferencesValidator |
getPortletPreference
Preference getPortletPreference(java.lang.String name)
- Specified by:
getPortletPreference
in interface org.apache.pluto.container.om.portlet.Preferences
getPortletPreferences
java.util.List<Preference> getPortletPreferences()
- Specified by:
getPortletPreferences
in interface org.apache.pluto.container.om.portlet.Preferences
addPreference
Preference addPreference(java.lang.String name)
- Specified by:
addPreference
in interface org.apache.pluto.container.om.portlet.Preferences
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.