primefaces

Tag captcha

Component Information 
InfoValue
Component Typeorg.primefaces.component.Captcha
Handler ClassNone
Renderer Typeorg.primefaces.component.CaptchaRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.Default is generated.
callbackfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Callback executed when the user submits a successful captcha response.
converterfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.convert.Converter)
EL expression resolves to a converter instance or literal converter ID defining a component converter.
converterMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
executorfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript global executor for the captcha.Default is grecaptcha.
expiredfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Callback executed when the captcha response expires and the user needs to solve a new captcha.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.Default is generated.
immediatefalsejakarta.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.
labelfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
A localized user presentable name.
languagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Key of the supported languages.Default is en.
renderedfalsejakarta.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.Default is true.
requiredfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Marks component as required.Default is false.
requiredMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
sizefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The size of the widget.
sourceUrlfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
URL for the ReCaptcha JavaScript file. Some countries do not have access to Google.
tabindexfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Position of the input element in the tabbing order.Default is 0.
themefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Theme of the captcha either 'light', 'dark', or 'auto'.Default is auto.
typefalsejakarta.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.
validatorfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.validator.Validator)
A method expression referring to a method validating the input.
validatorMessagefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
No Description
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Value of the component.
valueChangeListenerfalsejakarta.el.ValueExpression
(must evaluate to jakarta.faces.event.ValueChangeListener)
A method binding expression referring to a method for handling a valuchangeevent.
verifyUrlfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
URL for the verification of the captcha.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.Default is generated ('widget_' + componentClientId).

Output generated by Vdldoc View Declaration Language Documentation Generator.