
public interface FacesConfigConverterType<T> extends Child<T>, JavaeeFacesConfigConverterCommonType<T,FacesConfigConverterType<T>,FacesConfigAttributeType<FacesConfigConverterType<T>>,FacesConfigPropertyType<FacesConfigConverterType<T>>>
faces-config-converterType xsd type| Modifier 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 objectsFacesConfigConverterTypeList<String> getAllDescription()
description elementsdescriptionFacesConfigConverterType<T> removeAllDescription()
description elementFacesConfigConverterTypeFacesConfigConverterType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsFacesConfigConverterTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameFacesConfigConverterType<T> removeAllDisplayName()
display-name elementFacesConfigConverterTypeIconType<FacesConfigConverterType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<FacesConfigConverterType<T>> createIcon()
icon elementIconType> List<IconType<FacesConfigConverterType<T>>> getAllIcon()
icon elementsiconFacesConfigConverterType<T> removeAllIcon()
icon elementsIconType> FacesConfigConverterType<T> converterId(String converterId)
converter-id elementconverterId - the value for the element converter-idFacesConfigConverterTypeString getConverterId()
converter-id elementconverter-idFacesConfigConverterType<T> removeConverterId()
converter-id elementFacesConfigConverterTypeFacesConfigConverterType<T> converterForClass(String converterForClass)
converter-for-class elementconverterForClass - the value for the element converter-for-classFacesConfigConverterTypeString getConverterForClass()
converter-for-class elementconverter-for-classFacesConfigConverterType<T> removeConverterForClass()
converter-for-class elementFacesConfigConverterTypeFacesConfigConverterType<T> converterClass(String converterClass)
converter-class elementconverterClass - the value for the element converter-classFacesConfigConverterTypeString getConverterClass()
converter-class elementconverter-classFacesConfigConverterType<T> removeConverterClass()
converter-class elementFacesConfigConverterTypeFacesConfigAttributeType<FacesConfigConverterType<T>> getOrCreateAttribute()
attribute element will be created and returned.
Otherwise, the first existing attribute element will be returned.attributeFacesConfigAttributeType<FacesConfigConverterType<T>> createAttribute()
attribute elementFacesConfigAttributeType> List<FacesConfigAttributeType<FacesConfigConverterType<T>>> getAllAttribute()
attribute elementsattributeFacesConfigConverterType<T> removeAllAttribute()
attribute elementsFacesConfigAttributeType> FacesConfigPropertyType<FacesConfigConverterType<T>> getOrCreateProperty()
property element will be created and returned.
Otherwise, the first existing property element will be returned.propertyFacesConfigPropertyType<FacesConfigConverterType<T>> createProperty()
property elementFacesConfigPropertyType> List<FacesConfigPropertyType<FacesConfigConverterType<T>>> getAllProperty()
property elementspropertyFacesConfigConverterType<T> removeAllProperty()
property elementsFacesConfigPropertyType> FacesConfigConverterType<T> converterExtension()
converter-extension elementFacesConfigConverterTypeBoolean isConverterExtension()
converter-extension elementFacesConfigConverterTypeFacesConfigConverterType<T> removeConverterExtension()
converter-extension elementFacesConfigConverterTypeFacesConfigConverterType<T> id(String id)
id attributeid - the value for the attribute idFacesConfigConverterTypeString getId()
id attributeidFacesConfigConverterType<T> removeId()
id attributeFacesConfigConverterTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.