Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facesconfig21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
FacesConfigMapEntryType<FacesConfigMapEntriesType<T>> |
FacesConfigMapEntriesType.createMapEntry()
Creates a new
map-entry element |
FacesConfigMapEntryType<FacesConfigMapEntriesType<T>> |
FacesConfigMapEntriesType.getOrCreateMapEntry()
If not already created, a new
map-entry element will be created and returned. |
FacesConfigMapEntryType<T> |
FacesConfigMapEntryType.id(String id)
Sets the
id attribute |
FacesConfigMapEntryType<T> |
FacesConfigMapEntryType.key(String key)
Sets the
key element |
FacesConfigMapEntryType<T> |
FacesConfigMapEntryType.nullValue()
Sets the
null-value element |
FacesConfigMapEntryType<T> |
FacesConfigMapEntryType.removeId()
Removes the
id attribute |
FacesConfigMapEntryType<T> |
FacesConfigMapEntryType.removeKey()
Removes the
key element |
FacesConfigMapEntryType<T> |
FacesConfigMapEntryType.removeNullValue()
Removes the
null-value element |
FacesConfigMapEntryType<T> |
FacesConfigMapEntryType.removeValue()
Removes the
value element |
FacesConfigMapEntryType<T> |
FacesConfigMapEntryType.value(String value)
Sets the
value element |
Modifier and Type | Method and Description |
---|---|
List<FacesConfigMapEntryType<FacesConfigMapEntriesType<T>>> |
FacesConfigMapEntriesType.getAllMapEntry()
Returns all
map-entry elements |
Copyright © 2023 JBoss by Red Hat. All rights reserved.