org.jboss.portal.portlet.info
Interface ModeInfo

All Known Subinterfaces:
PortletManagedModeInfo
All Known Implementing Classes:
ContainerPortletManagedModeInfo

public interface ModeInfo

Since:
2.4
Version:
$Revision: 6818 $
Author:
Julien Viet

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

Method Detail

getDescription

org.jboss.portal.common.i18n.LocalizedString getDescription()
The mode description.

Returns:
the description

getMode

org.jboss.portal.Mode getMode()
The mode value.

Returns:
the mode

getModeName

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

Returns:
the associated Mode name.


Copyright © 2008. All Rights Reserved.