Class ProducerPortlet

java.lang.Object
org.gatein.pc.portlet.state.producer.ProducerPortlet
All Implemented Interfaces:
org.gatein.pc.api.Portlet

public class ProducerPortlet extends Object implements org.gatein.pc.api.Portlet
Version:
$Revision: 1.1 $
Author:
Julien Viet
  • Constructor Details

    • ProducerPortlet

      public ProducerPortlet(org.gatein.pc.api.PortletContext context, org.gatein.pc.api.Portlet next)
  • Method Details

    • getContext

      public org.gatein.pc.api.PortletContext getContext()
      Specified by:
      getContext in interface org.gatein.pc.api.Portlet
    • getInfo

      public org.gatein.pc.api.info.PortletInfo getInfo()
      Specified by:
      getInfo in interface org.gatein.pc.api.Portlet
    • isRemote

      public boolean isRemote()
      Specified by:
      isRemote in interface org.gatein.pc.api.Portlet
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getNext

      public org.gatein.pc.api.Portlet getNext()