当前页面:
在线文档首页 >
JBOSS Portal 2.6 API 英文版文档
ContainerModeInfo - JBOSS Portal 2.6 API 英文版文档
org.jboss.portal.portlet.container.info
Class ContainerModeInfo
java.lang.Object
org.jboss.portal.portlet.container.info.ContainerModeInfo
- All Implemented Interfaces:
- ModeInfo
- class ContainerModeInfo
- extends java.lang.Object
- implements ModeInfo
- Since:
- 2.4
- Version:
- $Revision: 5448 $
- Author:
- Chris Laprun
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
mode
private final Mode mode
DEFAULT_DESCRIPTION
private static final LocalizedString DEFAULT_DESCRIPTION
ContainerModeInfo
public ContainerModeInfo(Mode mode)
getDescription
public LocalizedString getDescription()
- Description copied from interface:
ModeInfo
- The mode description.
- Specified by:
getDescription
in interface ModeInfo
getMode
public Mode getMode()
- Description copied from interface:
ModeInfo
- The mode value.
- Specified by:
getMode
in interface ModeInfo
getModeName
public java.lang.String getModeName()
- Description copied from interface:
ModeInfo
- Retrieves the associated Mode name.
- Specified by:
getModeName
in interface ModeInfo
- Returns:
- the associated Mode name.
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()