Liferay 7.0-ce-b4

com.liferay.portal.kernel.words
Interface Words

All Known Implementing Classes:
WordsImpl

@ProviderType
public interface Words


Method Summary
 List<InvalidWord> checkSpelling(String text)
           
 List<String> getDictionaryList()
           
 Set<String> getDictionarySet()
           
 String getRandomWord()
           
 boolean isDictionaryWord(String word)
           
 

Method Detail

checkSpelling

List<InvalidWord> checkSpelling(String text)

getDictionaryList

List<String> getDictionaryList()

getDictionarySet

Set<String> getDictionarySet()

getRandomWord

String getRandomWord()

isDictionaryWord

boolean isDictionaryWord(String word)

Liferay 7.0-ce-b4