Interface IndexedLanguagesResolver
-
- All Known Implementing Classes:
DefaultIndexedLanguagesResolver
public interface IndexedLanguagesResolverIndexedLanguagesResolver checks if language is indexed in the system.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisIndexed(java.lang.String isoCode)isIndexed checks if language of given isoCode is indexed in the system.
-