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 |
---|---|
FacesConfigManagedPropertyType<FacesConfigManagedBeanType<T>> |
FacesConfigManagedBeanType.createManagedProperty()
Creates a new
managed-property element |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
FacesConfigManagedPropertyType<FacesConfigManagedBeanType<T>> |
FacesConfigManagedBeanType.getOrCreateManagedProperty()
If not already created, a new
managed-property element will be created and returned. |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.id(String id)
Sets the
id attribute |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.nullValue()
Sets the
null-value element |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.propertyClass(String propertyClass)
Sets the
property-class element |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.propertyName(String propertyName)
Sets the
property-name element |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.removeAllDescription()
Removes the
description element |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.removeAllDisplayName()
Removes the
display-name element |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.removeAllIcon()
Removes all
icon elements |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.removeId()
Removes the
id attribute |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.removeListEntries()
Removes the
list-entries element |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.removeMapEntries()
Removes the
map-entries element |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.removeNullValue()
Removes the
null-value element |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.removePropertyClass()
Removes the
property-class element |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.removePropertyName()
Removes the
property-name element |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.removeValue()
Removes the
value element |
FacesConfigManagedPropertyType<T> |
FacesConfigManagedPropertyType.value(String value)
Sets the
value element |
Modifier and Type | Method and Description |
---|---|
IconType<FacesConfigManagedPropertyType<T>> |
FacesConfigManagedPropertyType.createIcon()
Creates a new
icon element |
List<IconType<FacesConfigManagedPropertyType<T>>> |
FacesConfigManagedPropertyType.getAllIcon()
Returns all
icon elements |
List<FacesConfigManagedPropertyType<FacesConfigManagedBeanType<T>>> |
FacesConfigManagedBeanType.getAllManagedProperty()
Returns all
managed-property elements |
IconType<FacesConfigManagedPropertyType<T>> |
FacesConfigManagedPropertyType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
FacesConfigListEntriesType<FacesConfigManagedPropertyType<T>> |
FacesConfigManagedPropertyType.getOrCreateListEntries()
If not already created, a new
list-entries element with the given value will be created. |
FacesConfigMapEntriesType<FacesConfigManagedPropertyType<T>> |
FacesConfigManagedPropertyType.getOrCreateMapEntries()
If not already created, a new
map-entries element with the given value will be created. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.