META-INF.mojarra_ext.tld Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jboss-jsf-api_2.3_spec Show documentation
Show all versions of jboss-jsf-api_2.3_spec Show documentation
JSR-000372: JavaServer(TM) Faces 2.3 API
1.1
mj
http://mojarra.dev.java.net/mojarra_ext
A validator that uses the pattern attribute to validate the wrapping
component. The entire pattern is matched against the String value
of the component. If it matches, it's valid.
regexValidator
com.sun.faces.taglib.jsf_core.RegexValidatorTag
empty
A regular expression pattern. Remember that, like in all Java
strings, backslash must be escaped with another backslash.
Additionally, to use #{ in a regex, it must also be escaped, since
it will otherwise be interpreted as an EL expression.
pattern
true
java.lang.String
A validator that checks a credit card number to see that it's valid,
using the Luhn Algorithm. The credit card number may only have numbers,
as well as dashes and spaces, which are ignored.
creditcardValidator
com.sun.faces.ext.taglib.CreditCardValidatorTag
empty
A tag to set the focus on a specified field. Place it within a form
tag, and set the for attribute to point to the field that should receive
the focus.
focus
com.sun.faces.ext.taglib.FocusTag
empty
A value binding that points to a bean property
binding
The client id of this component
id
Is this component rendered?
rendered
component ID that should receive the focus
for
true
java.lang.String