Uses of Interface
org.apache.pluto.internal.InternalPortletPreference

Packages that use InternalPortletPreference
org.apache.pluto.core   
org.apache.pluto.internal   
org.apache.pluto.internal.impl   
org.apache.pluto.spi.optional   
 

Uses of InternalPortletPreference in org.apache.pluto.core
 

Methods in org.apache.pluto.core that return InternalPortletPreference
 InternalPortletPreference[] DefaultPortletPreferencesService.getStoredPreferences(PortletWindow portletWindow, PortletRequest request)
          Returns the stored portlet preferences array.
 

Methods in org.apache.pluto.core with parameters of type InternalPortletPreference
 void DefaultPortletPreferencesService.store(PortletWindow portletWindow, PortletRequest request, InternalPortletPreference[] preferences)
          Stores the portlet preferences to the in-memory storage.
 

Uses of InternalPortletPreference in org.apache.pluto.internal
 

Methods in org.apache.pluto.internal that return InternalPortletPreference
 InternalPortletPreference[] PortletEntity.getDefaultPreferences()
          Returns an array of default preferences of this portlet.
 

Uses of InternalPortletPreference in org.apache.pluto.internal.impl
 

Classes in org.apache.pluto.internal.impl that implement InternalPortletPreference
 class PortletPreferenceImpl
          TODO: javadoc
 

Methods in org.apache.pluto.internal.impl that return InternalPortletPreference
 InternalPortletPreference[] PortletEntityImpl.getDefaultPreferences()
          Returns an array of default preferences of this portlet.
 

Uses of InternalPortletPreference in org.apache.pluto.spi.optional
 

Methods in org.apache.pluto.spi.optional that return InternalPortletPreference
 InternalPortletPreference[] PortletPreferencesService.getStoredPreferences(PortletWindow portletWindow, PortletRequest request)
          Returns the stored portlet preferences.
 

Methods in org.apache.pluto.spi.optional with parameters of type InternalPortletPreference
 void PortletPreferencesService.store(PortletWindow portletWindow, PortletRequest request, InternalPortletPreference[] preferences)
          Stores the portlet references to the persistent storage.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.