Package org.gatein.pc.api
Interface Portlet
-
public interface PortletDefines a logical portlet.- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PortletContextgetContext()Return the portlet context.PortletInfogetInfo()Return the portlet info.booleanisRemote()Determines whether the described portlet is remote or not.
-
-
-
Method Detail
-
getContext
PortletContext getContext()
Return the portlet context.- Returns:
- the portlet context
-
getInfo
PortletInfo getInfo()
Return the portlet info.- Returns:
- the portlet info
-
isRemote
boolean isRemote()
Determines whether the described portlet is remote or not.- Returns:
trueif the described portlet runs in a remote context (such as WSRP),falseotherwise
-
-