Class 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 Detail

      • ProducerPortlet

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

      • 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()