com.octo.captcha.component.word
Interface DictionaryReader

All Known Implementing Classes:
FileDictionary

public interface DictionaryReader

Base interface used by the DictionaryWordGenerator to retrieve words.


Method Summary
 SizeSortedWordList getWordList()
           
 SizeSortedWordList getWordList(java.util.Locale locale)
           
 

Method Detail

getWordList

SizeSortedWordList getWordList()

getWordList

SizeSortedWordList getWordList(java.util.Locale locale)


Copyright 2003-2009 JCaptcha. All Rights Reserved.