Package | Description |
---|---|
javax.faces.application | |
javax.faces.component | |
javax.faces.convert | |
javax.faces.webapp | |
org.apache.myfaces.core.api.shared |
Modifier and Type | Method and Description |
---|---|
Converter |
ApplicationWrapper.createConverter(Class<?> targetClass) |
abstract Converter |
Application.createConverter(Class<?> targetClass)
Instantiate and return a new
instance of the class that has registered itself as
capable of performing conversions for objects of the specified type. |
Converter |
ApplicationWrapper.createConverter(String converterId) |
abstract Converter |
Application.createConverter(String converterId)
Instantiate and return a new
instance of the class specified by a previous call to
addConverter() for the specified converter id. |
Modifier and Type | Method and Description |
---|---|
Converter |
UIOutput.getConverter()
An expression that specifies the Converter for this component.
|
Converter |
ValueHolder.getConverter() |
Modifier and Type | Method and Description |
---|---|
void |
UIOutput.setConverter(Converter converter) |
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
This tag associates a date time converter with the nearest parent UIComponent.
|
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
This tag creates a number formatting converter and associates it
with the nearest parent UIComponent.
|
class |
ShortConverter
see Javadoc of JSF Specification
|
Modifier and Type | Method and Description |
---|---|
protected Converter |
ConverterTag.createConverter()
Deprecated.
|
protected abstract Converter |
ConverterELTag.createConverter() |
Modifier and Type | Method and Description |
---|---|
static Converter |
SharedRendererUtils.findUIOutputConverter(FacesContext facesContext,
UIOutput component) |
static Converter |
SharedRendererUtils.getSelectItemsValueConverter(Iterator<SelectItem> iterator,
FacesContext facesContext)
Iterates through the SelectItems with the given Iterator and tries to obtain
a by-class-converter based on the Class of SelectItem.getValue().
|
static Converter |
SharedRendererUtils.getValueTypeConverter(FacesContext facesContext,
UISelectMany component)
Uses the valueType attribute of the given UISelectMany component to
get a by-type converter.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.