Uses of Interface
com.octo.captcha.component.word.DictionaryReader

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. 
 

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)
           
 



Copyright © 2003-2012 JCaptcha corp.. All Rights Reserved.