org.jboss.portal.portlet
Interface Portlet

All Known Implementing Classes:
PortletContainer, PortletSupport, WSRPPortlet

public interface Portlet

Defines a logical portlet.


Method Summary
 java.lang.String getId()
          Return the portlet identifier.
 PortletInfo getInfo()
          Return the portlet info.
 boolean isRemote()
          Determines whether the described portlet is remote or not.
 

Method Detail

getId

public java.lang.String getId()
Return the portlet identifier.


getInfo

public PortletInfo getInfo()
Return the portlet info.


isRemote

public boolean isRemote()
Determines whether the described portlet is remote or not.

Returns:
true if the described portlet runs in a remote context (such as WSRP), false otherwise