|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DictionaryReader | |
---|---|
com.octo.captcha.component.word | This is the base package for jcaptcha word manipulation components. |
com.octo.captcha.component.word.wordgenerator | This package provides implementations of the WordGenerator interface. a wordGenerator is able to build random words |
Uses of DictionaryReader in com.octo.captcha.component.word |
---|
Classes in com.octo.captcha.component.word that implement DictionaryReader | |
---|---|
class |
FileDictionary
Implementation of the DictionaryReader interface, uses a .properties file to retrieve words and return a WordList.Constructed with the name of the properties file. |
Uses of DictionaryReader in com.octo.captcha.component.word.wordgenerator |
---|
Constructors in com.octo.captcha.component.word.wordgenerator with parameters of type DictionaryReader | |
---|---|
ComposeDictionaryWordGenerator(DictionaryReader reader)
|
|
DictionaryWordGenerator(DictionaryReader reader)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |