Info | Value |
---|---|
Component Type | org.primefaces.component.Captcha |
Handler Class | None |
Renderer Type | org.primefaces.component.CaptchaRenderer |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
binding | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent )
| An el expression referring to a server side UIComponent instance in a backing bean. |
callback | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Callback executed when the user submits a successful captcha response. |
converter | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.convert.Converter )
| An el expression or a literal text that defines a converter for the component. When it's an EL expression, it's resolved to a converter instance. In case it's a static text, it must refer to a converter id. |
converterMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when conversion fails. |
executor | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| JavaScript global executor for the captcha. Default is 'grecaptcha'. |
expired | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Callback executed when the captcha response expires and the user needs to solve a new captcha. |
id | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Unique identifier of the component in a namingContainer. |
immediate | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| When set true, process validations logic is executed at apply request values phase for this component. Default is false. |
label | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| A localized user presentable name. |
language | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Key of the supported languages. Default is "en". |
rendered | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Boolean value to specify the rendering of the component, when set to false component will not be rendered. |
required | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Marks component as required. |
requiredMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when required field validation fails. |
size | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| The size of the widget. |
sourceUrl | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| URL for the ReCaptcha JavaScript file. Some countries do not have access to Google. |
tabindex | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Integer )
| Position of the input element in the tabbing order. |
theme | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Theme of the captcha either 'light', 'dark', or 'auto'. Default is auto. |
type | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Which captcha to use, either 'g-recaptcha' for Google reCaptcha or 'h-captcha` for hCaptcha. Default is 'g-recaptcha'. |
validator | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.validator.Validator )
| A method expression referring to a method validating the input. |
validatorMessage | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| Message to display when validation fails. |
value | false | jakarta.el.ValueExpression
(must evaluate to java.lang.Object )
| Value of the component. |
valueChangeListener | false | jakarta.el.ValueExpression
(must evaluate to javax.faces.event.ValueChangeListener )
| A method binding expression referring to a method for handling a valuchangeevent. |
verifyUrl | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| URL for the verification of the captcha. |
Output generated by Vdldoc View Declaration Language Documentation Generator.