org.apache.pluto.factory
Interface PortletPreferencesFactory

All Superinterfaces:
Factory
All Known Implementing Classes:
PortletPreferencesFactoryImpl

public interface PortletPreferencesFactory
extends Factory


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

Method Detail

getPortletPreferences

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

getPortletPreferences

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


Copyright © 2003-2009 . All Rights Reserved.