站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

Portlet - JBOSS Portal 2.4 API 英文版文档


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