Interface MetaInfo


public interface MetaInfo
Portlet metadata (display-name, title, short title, keywords).
Since:
2.4
Version:
$Revision: 6818 $
Author:
Julien Viet
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Key for description.
    static final String
    Key for display name.
    static final String
    Key for locale specific keywords associated with this portlet.
    static final String
    Key for short title.
    static final String
    Key for title.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gatein.common.i18n.LocalizedString
    Return the meta value of the portlet for a specific key.
  • Field Details

  • Method Details

    • getMetaValue

      org.gatein.common.i18n.LocalizedString getMetaValue(String key)
      Return the meta value of the portlet for a specific key.
      Parameters:
      key - the key
      Returns:
      an internationalized value