1 16 19 20 package org.apache.pluto.factory; 21 22 import javax.portlet.PortletContext; 23 24 import org.apache.pluto.om.portlet.PortletApplicationDefinition; 25 26 public interface PortletContextFactory extends Factory { 27 28 public PortletContext getPortletContext(javax.servlet.ServletContext servletContext, 29 PortletApplicationDefinition portletApplicationDefinition); 30 } 31 | Popular Tags |