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
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description ConsumerPortlet(org.gatein.pc.api.PortletContext context, org.gatein.pc.api.Portlet next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gatein.pc.api.PortletContextgetContext()org.gatein.pc.api.info.PortletInfogetInfo()org.gatein.pc.api.PortletgetNext()booleanisRemote()
-
-
-
Method Detail
-
getContext
public org.gatein.pc.api.PortletContext getContext()
- Specified by:
getContextin interfaceorg.gatein.pc.api.Portlet
-
getInfo
public org.gatein.pc.api.info.PortletInfo getInfo()
- Specified by:
getInfoin interfaceorg.gatein.pc.api.Portlet
-
isRemote
public boolean isRemote()
- Specified by:
isRemotein interfaceorg.gatein.pc.api.Portlet
-
getNext
public org.gatein.pc.api.Portlet getNext()
-
-