Interface IndexedLanguagesResolver

  • All Known Implementing Classes:
    DefaultIndexedLanguagesResolver

    public interface IndexedLanguagesResolver
    IndexedLanguagesResolver checks if language is indexed in the system.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isIndexed​(java.lang.String isoCode)
      isIndexed checks if language of given isoCode is indexed in the system.
    • Method Detail

      • isIndexed

        boolean isIndexed​(java.lang.String isoCode)
        isIndexed checks if language of given isoCode is indexed in the system.
        Parameters:
        isoCode - of language
        Returns:
        true if indexed, false otherwise