org.apache.wsrp4j.consumer.driver
Class ConsumerPortletContext

java.lang.Object
  extended byorg.apache.wsrp4j.consumer.driver.ConsumerPortletContext

public class ConsumerPortletContext
extends java.lang.Object


Constructor Summary
ConsumerPortletContext()
           
 
Method Summary
 PortletContext getPortletContext()
           
 PortletKey getPortletKey()
           
 void setPortletContext(PortletContext portletContext)
           
 void setPortletKey(PortletKey portletKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsumerPortletContext

public ConsumerPortletContext()
Method Detail

getPortletKey

public PortletKey getPortletKey()

setPortletKey

public void setPortletKey(PortletKey portletKey)

setPortletContext

public void setPortletContext(PortletContext portletContext)

getPortletContext

public PortletContext getPortletContext()