1 23 package org.infoglue.deliver.portal.services; 24 25 import javax.naming.NameNotFoundException ; 26 27 import org.apache.pluto.om.window.PortletWindow; 28 29 33 public interface PortletWindowRegistryService { 34 35 36 42 public PortletWindow getPortletWindow(String id); 43 44 49 public PortletWindow createPortletWindow(String windowID, String entityID) throws NameNotFoundException ; 50 } | Popular Tags |