Class DefaultIndexedLanguagesResolver

    • Method Summary

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultIndexedLanguagesResolver

        public DefaultIndexedLanguagesResolver()
    • Method Detail

      • isIndexed

        public boolean isIndexed​(java.lang.String isoCode)
        Description copied from interface: IndexedLanguagesResolver
        isIndexed checks if language of given isoCode is indexed in the system.
        Specified by:
        isIndexed in interface IndexedLanguagesResolver
        Parameters:
        isoCode - of language
        Returns:
        true if indexed, false otherwise