
Public Member Functions | |
| ERReCaptcha (WOContext context) | |
| String | recaptchaHTML () |
| boolean | synchronizesVariablesWithBindings () |
| void | takeValuesFromRequest (WORequest request, WOContext context) |
Protected Member Functions | |
| ReCaptcha | recaptcha () |
Private Attributes | |
| String | _html |
| ERReCaptcha | ( | WOContext | context | ) |
| ReCaptcha recaptcha | ( | ) | [protected] |
Returns a ReCaptcha object configured with the current settings.
| String recaptchaHTML | ( | ) |
Returns the ReCaptcha HTML chunk to render into the page.
| boolean synchronizesVariablesWithBindings | ( | ) |
| void takeValuesFromRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
Calls _checkAccess prior to super.takeValuesFromRequest.
Reimplemented from ERXComponent.
1.5.8