| |||||||
FRAMES NO FRAMES |
Tag Information | |
Tag Class | org.apache.myfaces.taglib.core.ConvertNumberTag |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
currencyCode | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| ISO 4217 currency code |
currencySymbol | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The currency symbol used to format a currency value. Defaults to the currency symbol for locale. |
groupingUsed | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Specifies whether output will contain grouping separators. Default: true. |
integerOnly | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| Specifies whether only the integer part of the input will be parsed. Default: false. |
locale | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The name of the locale to be used, instead of the default as specified in the faces configuration file. |
maxFractionDigits | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| The maximum number of digits in the fractional portion of the number. |
maxIntegerDigits | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| The maximum number of digits in the integer portion of the number. |
minFractionDigits | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| The minimum number of digits in the fractional portion of the number. |
minIntegerDigits | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Integer )
| The minimum number of digits in the integer portion of the number. |
pattern | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A custom Date formatting pattern, in the format used by java.text.SimpleDateFormat. |
type | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The type of formatting/parsing to be performed. Values include: number, currency, and percent. Default: number. |
binding | false | false | javax.el.ValueExpression
(must evaluate to javax.faces.convert.NumberConverter )
| A ValueExpression that evaluates to a NumberConverter. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |