
com.gruuf.struts2.gae.recaptcha.ReCaptchaAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of struts2-gae-plugin Show documentation
Show all versions of struts2-gae-plugin Show documentation
Supports running Apache Struts 2 based application on Google AppEngine
The newest version!
package com.gruuf.struts2.gae.recaptcha;
public interface ReCaptchaAware {
/**
* Sets result of performed reCAPTCHA verification
*
* @param valid true if validation passed
*/
void setReCaptchaResult(boolean valid);
/**
* Allows enable/disable reCaptcha validation per action
*
* @return true if reCaptcha validation should be performed
*/
boolean isReCaptchaEnabled();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy