Package | Description |
---|---|
javax.faces.application | |
javax.faces.component | |
javax.faces.convert | |
javax.faces.webapp |
Modifier and Type | Method and Description |
---|---|
abstract Converter |
Application.createConverter(Class targetClass) |
abstract Converter |
Application.createConverter(String converterId) |
Modifier and Type | Method and Description |
---|---|
Converter |
UIOutput.getConverter()
Gets An expression that specifies the Converter for this component.
|
Converter |
ValueHolder.getConverter() |
Modifier and Type | Method and Description |
---|---|
void |
UIOutput.setConverter(Converter converter)
Sets An expression that specifies the Converter for this component.
|
void |
ValueHolder.setConverter(Converter converter) |
Modifier and Type | Class and Description |
---|---|
class |
BigDecimalConverter
see Javadoc of JSF Specification
|
class |
BigIntegerConverter
see Javadoc of JSF Specification
|
class |
BooleanConverter
see Javadoc of JSF Specification
|
class |
ByteConverter
see Javadoc of JSF Specification
|
class |
CharacterConverter
see Javadoc of JSF Specification
|
class |
DateTimeConverter
see Javadoc of JSF Specification
|
class |
DoubleConverter
see Javadoc of JSF Specification
|
class |
EnumConverter
see Javadoc of JSF Specification
|
class |
FloatConverter
see Javadoc of JSF Specification
|
class |
IntegerConverter
see Javadoc of JSF Specification
|
class |
LongConverter
see Javadoc of JSF Specification
|
class |
NumberConverter
see Javadoc of JSF Specification
|
class |
ShortConverter
see Javadoc of JSF Specification
|
Modifier and Type | Method and Description |
---|---|
protected abstract Converter |
ConverterELTag.createConverter() |
protected Converter |
ConverterTag.createConverter()
Deprecated.
|
Copyright © 2013 Apache Software Foundation. All Rights Reserved.