public interface FacesConfigMapEntriesType<T> extends Child<T>, JavaeeFacesConfigMapEntriesCommonType<T,FacesConfigMapEntriesType<T>,FacesConfigMapEntryType<FacesConfigMapEntriesType<T>>>
faces-config-map-entriesType
xsd typeModifier and Type | Method and Description |
---|---|
FacesConfigMapEntryType<FacesConfigMapEntriesType<T>> |
createMapEntry()
Creates a new
map-entry element |
List<FacesConfigMapEntryType<FacesConfigMapEntriesType<T>>> |
getAllMapEntry()
Returns all
map-entry elements |
String |
getId()
Returns the
id attribute |
String |
getKeyClass()
Returns the
key-class element |
FacesConfigMapEntryType<FacesConfigMapEntriesType<T>> |
getOrCreateMapEntry()
If not already created, a new
map-entry element will be created and returned. |
String |
getValueClass()
Returns the
value-class element |
FacesConfigMapEntriesType<T> |
id(String id)
Sets the
id attribute |
FacesConfigMapEntriesType<T> |
keyClass(String keyClass)
Sets the
key-class element |
FacesConfigMapEntriesType<T> |
removeAllMapEntry()
Removes all
map-entry elements |
FacesConfigMapEntriesType<T> |
removeId()
Removes the
id attribute |
FacesConfigMapEntriesType<T> |
removeKeyClass()
Removes the
key-class element |
FacesConfigMapEntriesType<T> |
removeValueClass()
Removes the
value-class element |
FacesConfigMapEntriesType<T> |
valueClass(String valueClass)
Sets the
value-class element |
FacesConfigMapEntriesType<T> keyClass(String keyClass)
key-class
elementkeyClass
- the value for the element key-class
FacesConfigMapEntriesType
String getKeyClass()
key-class
elementkey-class
FacesConfigMapEntriesType<T> removeKeyClass()
key-class
elementFacesConfigMapEntriesType
FacesConfigMapEntriesType<T> valueClass(String valueClass)
value-class
elementvalueClass
- the value for the element value-class
FacesConfigMapEntriesType
String getValueClass()
value-class
elementvalue-class
FacesConfigMapEntriesType<T> removeValueClass()
value-class
elementFacesConfigMapEntriesType
FacesConfigMapEntryType<FacesConfigMapEntriesType<T>> getOrCreateMapEntry()
map-entry
element will be created and returned.
Otherwise, the first existing map-entry
element will be returned.map-entry
FacesConfigMapEntryType<FacesConfigMapEntriesType<T>> createMapEntry()
map-entry
elementFacesConfigMapEntryType>
List<FacesConfigMapEntryType<FacesConfigMapEntriesType<T>>> getAllMapEntry()
map-entry
elementsmap-entry
FacesConfigMapEntriesType<T> removeAllMapEntry()
map-entry
elementsFacesConfigMapEntryType>
FacesConfigMapEntriesType<T> id(String id)
id
attributeid
- the value for the attribute id
FacesConfigMapEntriesType
String getId()
id
attributeid
FacesConfigMapEntriesType<T> removeId()
id
attributeFacesConfigMapEntriesType
Copyright © 2016 JBoss by Red Hat. All rights reserved.