Class Summary |
BooleanConverter |
Converter that translates between boolean values (true/false)
and alternate versions of those boolean values like
(yes/no), (1/0), and (way/no way). |
ConvertBooleanTag |
|
ConvertDateTimeTag |
|
ConvertEnumTag |
|
ConverterTag |
Implementation of ConverterELTag
This is a copy of org.apache.myfaces.taglib.core.ConverterTag from
myfaces core impl 1.2. |
DateTimeConverter |
Simple convert that overrides the spec DateTimeConverter and uses TimeZone.getDefault() as the
base timezone, rather than GMT. |
EnumConverter |
Converts a Java 5 Enum. |
TypedNumberConverter |
Converter which uses either the manually set destType or the value binding to determine the
correct destination type to convert the number to
This tag creates a number formatting converter and associates it with the nearest
parent UIComponent. |
TypedNumberConverterTag |
|