Class FederatedPortlet

java.lang.Object
org.gatein.pc.federation.impl.FederatedPortlet
All Implemented Interfaces:
org.gatein.pc.api.Portlet

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

    • FederatedPortlet

      public FederatedPortlet(FederatedPortletInvoker invoker, org.gatein.pc.api.PortletContext compoundContext, org.gatein.pc.api.Portlet portlet)
  • Method Details

    • getFederatedId

      public String getFederatedId()
    • 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