com.liferay.portal.captcha.simplecaptcha
Class PinNumberTextProducer

java.lang.Object
  extended by com.liferay.portal.captcha.simplecaptcha.PinNumberTextProducer
All Implemented Interfaces:
nl.captcha.text.producer.TextProducer

public class PinNumberTextProducer
extends java.lang.Object
implements nl.captcha.text.producer.TextProducer

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PinNumberTextProducer()
           
 
Method Summary
 java.lang.String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PinNumberTextProducer

public PinNumberTextProducer()
Method Detail

getText

public java.lang.String getText()
Specified by:
getText in interface nl.captcha.text.producer.TextProducer