com.liferay.portal.captcha
Class DictionaryWordTextProducer

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

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

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
DictionaryWordTextProducer()
           
 
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

DictionaryWordTextProducer

public DictionaryWordTextProducer()
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