public interface FacesConfigConverterType<T> extends Child<T>, JavaeeFacesConfigConverterCommonType<T,FacesConfigConverterType<T>,FacesConfigAttributeType<FacesConfigConverterType<T>>,FacesConfigPropertyType<FacesConfigConverterType<T>>>
faces-config-converterType
xsd typeModifier and Type | Method and Description |
---|---|
FacesConfigConverterType<T> |
converterClass(String converterClass)
Sets the
converter-class element |
FacesConfigConverterType<T> |
converterExtension()
Sets the
converter-extension element |
FacesConfigConverterType<T> |
converterForClass(String converterForClass)
Sets the
converter-for-class element |
FacesConfigConverterType<T> |
converterId(String converterId)
Sets the
converter-id element |
FacesConfigAttributeType<FacesConfigConverterType<T>> |
createAttribute()
Creates a new
attribute element |
IconType<FacesConfigConverterType<T>> |
createIcon()
Creates a new
icon element |
FacesConfigPropertyType<FacesConfigConverterType<T>> |
createProperty()
Creates a new
property element |
FacesConfigConverterType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FacesConfigConverterType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
List<FacesConfigAttributeType<FacesConfigConverterType<T>>> |
getAllAttribute()
Returns all
attribute elements |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<IconType<FacesConfigConverterType<T>>> |
getAllIcon()
Returns all
icon elements |
List<FacesConfigPropertyType<FacesConfigConverterType<T>>> |
getAllProperty()
Returns all
property elements |
String |
getConverterClass()
Returns the
converter-class element |
String |
getConverterForClass()
Returns the
converter-for-class element |
String |
getConverterId()
Returns the
converter-id element |
String |
getId()
Returns the
id attribute |
FacesConfigAttributeType<FacesConfigConverterType<T>> |
getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
IconType<FacesConfigConverterType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
FacesConfigPropertyType<FacesConfigConverterType<T>> |
getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
FacesConfigConverterType<T> |
id(String id)
Sets the
id attribute |
Boolean |
isConverterExtension()
Removes the
converter-extension element |
FacesConfigConverterType<T> |
removeAllAttribute()
Removes all
attribute elements |
FacesConfigConverterType<T> |
removeAllDescription()
Removes the
description element |
FacesConfigConverterType<T> |
removeAllDisplayName()
Removes the
display-name element |
FacesConfigConverterType<T> |
removeAllIcon()
Removes all
icon elements |
FacesConfigConverterType<T> |
removeAllProperty()
Removes all
property elements |
FacesConfigConverterType<T> |
removeConverterClass()
Removes the
converter-class element |
FacesConfigConverterType<T> |
removeConverterExtension()
Removes the
converter-extension element |
FacesConfigConverterType<T> |
removeConverterForClass()
Removes the
converter-for-class element |
FacesConfigConverterType<T> |
removeConverterId()
Removes the
converter-id element |
FacesConfigConverterType<T> |
removeId()
Removes the
id attribute |
FacesConfigConverterType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsFacesConfigConverterType
List<String> getAllDescription()
description
elementsdescription
FacesConfigConverterType<T> removeAllDescription()
description
elementFacesConfigConverterType
FacesConfigConverterType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsFacesConfigConverterType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
FacesConfigConverterType<T> removeAllDisplayName()
display-name
elementFacesConfigConverterType
IconType<FacesConfigConverterType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<FacesConfigConverterType<T>> createIcon()
icon
elementIconType>
List<IconType<FacesConfigConverterType<T>>> getAllIcon()
icon
elementsicon
FacesConfigConverterType<T> removeAllIcon()
icon
elementsIconType>
FacesConfigConverterType<T> converterId(String converterId)
converter-id
elementconverterId
- the value for the element converter-id
FacesConfigConverterType
String getConverterId()
converter-id
elementconverter-id
FacesConfigConverterType<T> removeConverterId()
converter-id
elementFacesConfigConverterType
FacesConfigConverterType<T> converterForClass(String converterForClass)
converter-for-class
elementconverterForClass
- the value for the element converter-for-class
FacesConfigConverterType
String getConverterForClass()
converter-for-class
elementconverter-for-class
FacesConfigConverterType<T> removeConverterForClass()
converter-for-class
elementFacesConfigConverterType
FacesConfigConverterType<T> converterClass(String converterClass)
converter-class
elementconverterClass
- the value for the element converter-class
FacesConfigConverterType
String getConverterClass()
converter-class
elementconverter-class
FacesConfigConverterType<T> removeConverterClass()
converter-class
elementFacesConfigConverterType
FacesConfigAttributeType<FacesConfigConverterType<T>> getOrCreateAttribute()
attribute
element will be created and returned.
Otherwise, the first existing attribute
element will be returned.attribute
FacesConfigAttributeType<FacesConfigConverterType<T>> createAttribute()
attribute
elementFacesConfigAttributeType>
List<FacesConfigAttributeType<FacesConfigConverterType<T>>> getAllAttribute()
attribute
elementsattribute
FacesConfigConverterType<T> removeAllAttribute()
attribute
elementsFacesConfigAttributeType>
FacesConfigPropertyType<FacesConfigConverterType<T>> getOrCreateProperty()
property
element will be created and returned.
Otherwise, the first existing property
element will be returned.property
FacesConfigPropertyType<FacesConfigConverterType<T>> createProperty()
property
elementFacesConfigPropertyType>
List<FacesConfigPropertyType<FacesConfigConverterType<T>>> getAllProperty()
property
elementsproperty
FacesConfigConverterType<T> removeAllProperty()
property
elementsFacesConfigPropertyType>
FacesConfigConverterType<T> converterExtension()
converter-extension
elementFacesConfigConverterType
Boolean isConverterExtension()
converter-extension
elementFacesConfigConverterType
FacesConfigConverterType<T> removeConverterExtension()
converter-extension
elementFacesConfigConverterType
FacesConfigConverterType<T> id(String id)
id
attributeid
- the value for the attribute id
FacesConfigConverterType
String getId()
id
attributeid
FacesConfigConverterType<T> removeId()
id
attributeFacesConfigConverterType
Copyright © 2020 JBoss by Red Hat. All rights reserved.