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

ContainerModeInfo - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.portlet.container.info
Class ContainerModeInfo

java.lang.Object
  extended byorg.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

Field Summary
private static LocalizedString DEFAULT_DESCRIPTION
           
private  Mode mode
           
 
Constructor Summary
ContainerModeInfo(Mode mode)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 LocalizedString getDescription()
          The mode description.
 Mode getMode()
          The mode value.
 java.lang.String getModeName()
          Retrieves the associated Mode name.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mode

private final Mode mode

DEFAULT_DESCRIPTION

private static final LocalizedString DEFAULT_DESCRIPTION
Constructor Detail

ContainerModeInfo

public ContainerModeInfo(Mode mode)
Method Detail

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()