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

ModeInfo - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.portlet.info
Interface ModeInfo

All Known Implementing Classes:
ModeInfoSupport

public interface ModeInfo

Since:
2.4

Method Summary
 LocalizedString getDescription()
          The mode description.
 Mode getMode()
          The mode value.
 java.lang.String getModeName()
          Retrieves the associated Mode name.
 

Method Detail

getDescription

public LocalizedString getDescription()
The mode description.


getMode

public Mode getMode()
The mode value.


getModeName

public java.lang.String getModeName()
Retrieves the associated Mode name.

Returns:
the associated Mode name.