1 16 19 20 package org.apache.pluto.factory; 21 22 import javax.portlet.PortletPreferences; 23 24 import org.apache.pluto.om.entity.PortletEntity; 25 import org.apache.pluto.om.portlet.PortletDefinition; 26 27 public interface PortletPreferencesFactory extends Factory { 28 29 public PortletPreferences getPortletPreferences(Integer methodId, PortletEntity portletEntity); 30 31 public PortletPreferences getPortletPreferences(Integer methodId, PortletDefinition portletDefinition); 32 33 } 34 | Popular Tags |