1 16 19 20 package org.apache.pluto.factory; 21 22 import javax.portlet.PortletConfig; 23 import javax.portlet.PortletContext; 24 25 import org.apache.pluto.om.portlet.PortletDefinition; 26 27 public interface PortletConfigFactory extends Factory { 28 29 30 public PortletConfig getPortletConfig(javax.servlet.ServletConfig servletConfig, 31 PortletContext portletContext, 32 PortletDefinition portletDefinition); 33 34 35 } 36 | Popular Tags |