org.apache.pluto.factory
Interface PortletPreferencesFactory

All Superinterfaces:
Factory
All Known Implementing Classes:
PortletPreferencesFactoryImpl

public interface PortletPreferencesFactory
extends Factory


Method Summary
 PortletPreferences getPortletPreferences(java.lang.Integer methodId, PortletDefinition portletDefinition)
           
 PortletPreferences getPortletPreferences(java.lang.Integer methodId, PortletEntity portletEntity)
           
 
Methods inherited from interface org.apache.pluto.factory.Factory
destroy, init
 

Method Detail

getPortletPreferences

PortletPreferences getPortletPreferences(java.lang.Integer methodId,
                                         PortletEntity portletEntity)

getPortletPreferences

PortletPreferences getPortletPreferences(java.lang.Integer methodId,
                                         PortletDefinition portletDefinition)