Class ConsumerPortlet

java.lang.Object
org.gatein.pc.portlet.state.consumer.ConsumerPortlet
All Implemented Interfaces:
org.gatein.pc.api.Portlet

public class ConsumerPortlet extends Object implements org.gatein.pc.api.Portlet
  • Constructor Details

    • ConsumerPortlet

      public ConsumerPortlet(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
    • getNext

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