Package com.octo.captcha.component.word.wordgenerator

This package provides implementations of the WordGenerator interface. a wordGenerator is able to build random words

See:
          Description

Interface Summary
WordGenerator This interface defines methods to retrieve random words .
 

Class Summary
ComposeDictionaryWordGenerator This Word Generator use a Dictionnary to compose new Words from existing words.
DictionaryWordGenerator WordGenerator based on a dictionary.
DummyWordGenerator Description: dummy word generator contructed with a String returning the same string, with right length
RandomWordGenerator Random word generator. must be constructed with a String containing all possible chars
 

Package com.octo.captcha.component.word.wordgenerator Description

This package provides implementations of the WordGenerator interface. a wordGenerator is able to build random words



Copyright 2003-2009 JCaptcha. All Rights Reserved.