Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facesconfig20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
FacesConfigConverterType<T> |
FacesConfigConverterType.converterClass(String converterClass)
Sets the
converter-class element |
FacesConfigConverterType<T> |
FacesConfigConverterType.converterExtension()
Sets the
converter-extension element |
FacesConfigConverterType<T> |
FacesConfigConverterType.converterForClass(String converterForClass)
Sets the
converter-for-class element |
FacesConfigConverterType<T> |
FacesConfigConverterType.converterId(String converterId)
Sets the
converter-id element |
FacesConfigConverterType<WebFacesConfigDescriptor> |
WebFacesConfigDescriptor.createConverter()
Creates a new
converter element |
FacesConfigConverterType<T> |
FacesConfigConverterType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FacesConfigConverterType<T> |
FacesConfigConverterType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
FacesConfigConverterType<WebFacesConfigDescriptor> |
WebFacesConfigDescriptor.getOrCreateConverter()
If not already created, a new
converter element will be created and returned. |
FacesConfigConverterType<T> |
FacesConfigConverterType.id(String id)
Sets the
id attribute |
FacesConfigConverterType<T> |
FacesConfigConverterType.removeAllAttribute()
Removes all
attribute elements |
FacesConfigConverterType<T> |
FacesConfigConverterType.removeAllDescription()
Removes the
description element |
FacesConfigConverterType<T> |
FacesConfigConverterType.removeAllDisplayName()
Removes the
display-name element |
FacesConfigConverterType<T> |
FacesConfigConverterType.removeAllIcon()
Removes all
icon elements |
FacesConfigConverterType<T> |
FacesConfigConverterType.removeAllProperty()
Removes all
property elements |
FacesConfigConverterType<T> |
FacesConfigConverterType.removeConverterClass()
Removes the
converter-class element |
FacesConfigConverterType<T> |
FacesConfigConverterType.removeConverterExtension()
Removes the
converter-extension element |
FacesConfigConverterType<T> |
FacesConfigConverterType.removeConverterForClass()
Removes the
converter-for-class element |
FacesConfigConverterType<T> |
FacesConfigConverterType.removeConverterId()
Removes the
converter-id element |
FacesConfigConverterType<T> |
FacesConfigConverterType.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
FacesConfigAttributeType<FacesConfigConverterType<T>> |
FacesConfigConverterType.createAttribute()
Creates a new
attribute element |
IconType<FacesConfigConverterType<T>> |
FacesConfigConverterType.createIcon()
Creates a new
icon element |
FacesConfigPropertyType<FacesConfigConverterType<T>> |
FacesConfigConverterType.createProperty()
Creates a new
property element |
List<FacesConfigAttributeType<FacesConfigConverterType<T>>> |
FacesConfigConverterType.getAllAttribute()
Returns all
attribute elements |
List<FacesConfigConverterType<WebFacesConfigDescriptor>> |
WebFacesConfigDescriptor.getAllConverter()
Returns all
converter elements |
List<IconType<FacesConfigConverterType<T>>> |
FacesConfigConverterType.getAllIcon()
Returns all
icon elements |
List<FacesConfigPropertyType<FacesConfigConverterType<T>>> |
FacesConfigConverterType.getAllProperty()
Returns all
property elements |
FacesConfigAttributeType<FacesConfigConverterType<T>> |
FacesConfigConverterType.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
IconType<FacesConfigConverterType<T>> |
FacesConfigConverterType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
FacesConfigPropertyType<FacesConfigConverterType<T>> |
FacesConfigConverterType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.