org.loom.appengine
Class AppEngineRecaptchaServiceImpl

java.lang.Object
  extended by org.loom.addons.recaptcha.AbstractRecaptchaService
      extended by org.loom.appengine.AppEngineRecaptchaServiceImpl
All Implemented Interfaces:
org.loom.addons.recaptcha.RecaptchaService

@Scope(value="singleton")
public class AppEngineRecaptchaServiceImpl
extends org.loom.addons.recaptcha.AbstractRecaptchaService

RecaptchaService implementation to use the AppEngine API


Field Summary
 
Fields inherited from class org.loom.addons.recaptcha.AbstractRecaptchaService
VERIFY_URL
 
Constructor Summary
AppEngineRecaptchaServiceImpl()
           
 
Method Summary
protected  byte[] getValidationResult(java.util.Map<java.lang.String,java.lang.String> params)
           
 
Methods inherited from class org.loom.addons.recaptcha.AbstractRecaptchaService
setPrivateKey, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppEngineRecaptchaServiceImpl

public AppEngineRecaptchaServiceImpl()
Method Detail

getValidationResult

protected byte[] getValidationResult(java.util.Map<java.lang.String,java.lang.String> params)
Specified by:
getValidationResult in class org.loom.addons.recaptcha.AbstractRecaptchaService