Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facesconfig22 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
FacesConfigMapEntriesType<FacesConfigManagedPropertyType<T>> |
FacesConfigManagedPropertyType.getOrCreateMapEntries()
If not already created, a new
map-entries element with the given value will be created. |
FacesConfigMapEntriesType<FacesConfigManagedBeanType<T>> |
FacesConfigManagedBeanType.getOrCreateMapEntries()
If not already created, a new
map-entries element with the given value will be created. |
FacesConfigMapEntriesType<T> |
FacesConfigMapEntriesType.id(String id)
Sets the
id attribute |
FacesConfigMapEntriesType<T> |
FacesConfigMapEntriesType.keyClass(String keyClass)
Sets the
key-class element |
FacesConfigMapEntriesType<T> |
FacesConfigMapEntriesType.removeAllMapEntry()
Removes all
map-entry elements |
FacesConfigMapEntriesType<T> |
FacesConfigMapEntriesType.removeId()
Removes the
id attribute |
FacesConfigMapEntriesType<T> |
FacesConfigMapEntriesType.removeKeyClass()
Removes the
key-class element |
FacesConfigMapEntriesType<T> |
FacesConfigMapEntriesType.removeValueClass()
Removes the
value-class element |
FacesConfigMapEntriesType<T> |
FacesConfigMapEntriesType.valueClass(String valueClass)
Sets the
value-class element |
Modifier and Type | Method and Description |
---|---|
FacesConfigMapEntryType<FacesConfigMapEntriesType<T>> |
FacesConfigMapEntriesType.createMapEntry()
Creates a new
map-entry element |
List<FacesConfigMapEntryType<FacesConfigMapEntriesType<T>>> |
FacesConfigMapEntriesType.getAllMapEntry()
Returns all
map-entry elements |
FacesConfigMapEntryType<FacesConfigMapEntriesType<T>> |
FacesConfigMapEntriesType.getOrCreateMapEntry()
If not already created, a new
map-entry element will be created and returned. |
Copyright © 2024 JBoss by Red Hat. All rights reserved.