Package org.gatein.pc.api
Interface Portlet
public interface Portlet
Defines a logical portlet.
- Version:
- $Revision: 5448 $
- Author:
- Julien Viet
-
Method Details
-
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
-