com.liferay.portal.captcha
Class PinNumberTextProducer

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

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

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PinNumberTextProducer()
           
 
Method Summary
 java.lang.String getText()
           
 void setProperties(java.util.Properties props)
           
 
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

setProperties

public void setProperties(java.util.Properties props)
Specified by:
setProperties in interface nl.captcha.text.TextProducer

getText

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