nl.captcha.text.producer
Class FiveLetterFirstNameTextProducer

java.lang.Object
  extended by nl.captcha.text.producer.FiveLetterFirstNameTextProducer
All Implemented Interfaces:
TextProducer

public class FiveLetterFirstNameTextProducer
extends java.lang.Object
implements TextProducer

Author:
James Childers

Constructor Summary
FiveLetterFirstNameTextProducer()
           
 
Method Summary
 java.lang.String getText()
          Generate a series of characters to be used as the answer for the CAPTCHA.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FiveLetterFirstNameTextProducer

public FiveLetterFirstNameTextProducer()
Method Detail

getText

public java.lang.String getText()
Description copied from interface: TextProducer
Generate a series of characters to be used as the answer for the CAPTCHA.

Specified by:
getText in interface TextProducer
Returns:
The answer for the CAPTCHA.


Copyright © 2010-2011 James Childers. All Rights Reserved.