Interface ModeInfo

All Known Subinterfaces:
PortletManagedModeInfo

public interface ModeInfo
Since:
2.4
Version:
$Revision: 6818 $
Author:
Julien Viet
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gatein.common.i18n.LocalizedString
    The mode description.
    The mode value.
    Retrieves the associated Mode name.
  • Method Details

    • getDescription

      org.gatein.common.i18n.LocalizedString getDescription()
      The mode description.
      Returns:
      the description
    • getMode

      Mode getMode()
      The mode value.
      Returns:
      the mode
    • getModeName

      String getModeName()
      Retrieves the associated Mode name.
      Returns:
      the associated Mode name.