1 package org.exoplatform.services.wsrp.consumer; 2 3 import org.exoplatform.services.wsrp.type.PortletContext; 4 5 14 public interface WSRPPortlet { 15 16 22 public PortletKey getPortletKey(); 23 24 29 public void setPortletKey(PortletKey portletKey); 30 31 37 public PortletContext getPortletContext(); 38 39 44 public void setPortletContext(PortletContext portletContext); 45 46 52 public boolean isConsumerConfigured(); 53 54 62 public String getParent(); 63 64 72 public void setParent(String portletHandle); 73 } 74 | Popular Tags |