Interface IMetaElementValue

  • All Superinterfaces:
    com.helger.commons.name.IHasName, Serializable
    All Known Implementing Classes:
    MetaElementValue

    public interface IMetaElementValue
    extends com.helger.commons.name.IHasName, Serializable
    Represents the value of a single meta element
    Author:
    Philip Helger
    • Method Detail

      • getContent

        @Nonnull
        String getContent()
        Returns:
        The content of the meta tag. May not be null.
      • getContentLocale

        @Nullable
        Locale getContentLocale()
        Returns:
        The specific locale of the meta tag. May be null.