META-INF.converters.tld Maven / Gradle / Ivy
1.0
1.2
convert
http://shale.apache.org/converters
Shale Converter JSF Tags
This tag library contains tags for the JSF Converters supported by
the Shale Framework for integration with Commons Validator.
double
org.apache.shale.validator.tag.DoubleConverterTag
empty
Double Converter
Convert between strings and doubles based on the specified
converter properties.
locale
false
false
Locale to use for locale-sensitive conversions. If not
specified, the Locale for the current view is used.
message
false
false
Error message template for reporting conversion errors. If not
specified, the default value from either the application
message resource bundle, or the default resource bundle,
will be used.
pattern
false
false
Number format pattern string (see javadocs for
java.text.DecimalFormat for details) to use for
conversion. If not specified, no pattern is used.
float
org.apache.shale.validator.tag.FloatConverterTag
empty
Float Converter
Convert between strings and floats based on the specified
converter properties.
locale
false
false
Locale to use for locale-sensitive conversions. If not
specified, the Locale for the current view is used.
message
false
false
Error message template for reporting conversion errors. If not
specified, the default value from either the application
message resource bundle, or the default resource bundle,
will be used.
pattern
false
false
Number format pattern string (see javadocs for
java.text.DecimalFormat for details) to use for
conversion. If not specified, no pattern is used.
integer
org.apache.shale.validator.tag.IntegerConverterTag
empty
Integer Converter
Convert between strings and integers based on the specified
converter properties.
locale
false
false
Locale to use for locale-sensitive conversions. If not
specified, the Locale for the current view is used.
message
false
false
Error message template for reporting conversion errors. If not
specified, the default value from either the application
message resource bundle, or the default resource bundle,
will be used.
pattern
false
false
Number format pattern string (see javadocs for
java.text.DecimalFormat for details) to use for
conversion. If not specified, no pattern is used.
long
org.apache.shale.validator.tag.LongConverterTag
empty
Long Converter
Convert between strings and longs based on the specified
converter properties.
locale
false
false
Locale to use for locale-sensitive conversions. If not
specified, the Locale for the current view is used.
message
false
false
Error message template for reporting conversion errors. If not
specified, the default value from either the application
message resource bundle, or the default resource bundle,
will be used.
pattern
false
false
Number format pattern string (see javadocs for
java.text.DecimalFormat for details) to use for
conversion. If not specified, no pattern is used.
short
org.apache.shale.validator.tag.ShortConverterTag
empty
Short Converter
Convert between strings and shorts based on the specified
converter properties.
locale
false
false
Locale to use for locale-sensitive conversions. If not
specified, the Locale for the current view is used.
message
false
false
Error message template for reporting conversion errors. If not
specified, the default value from either the application
message resource bundle, or the default resource bundle,
will be used.
pattern
false
false
Number format pattern string (see javadocs for
java.text.DecimalFormat for details) to use for
conversion. If not specified, no pattern is used.