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 |
---|---|
FacesConfigAttributeType<T> |
FacesConfigAttributeType.attributeClass(String attributeClass)
Sets the
attribute-class element |
FacesConfigAttributeType<T> |
FacesConfigAttributeType.attributeExtension()
Sets the
attribute-extension element |
FacesConfigAttributeType<T> |
FacesConfigAttributeType.attributeName(String attributeName)
Sets the
attribute-name element |
FacesConfigAttributeType<FacesConfigRendererType<T>> |
FacesConfigRendererType.createAttribute()
Creates a new
attribute element |
FacesConfigAttributeType<FacesConfigBehaviorType<T>> |
FacesConfigBehaviorType.createAttribute()
Creates a new
attribute element |
FacesConfigAttributeType<FacesConfigConverterType<T>> |
FacesConfigConverterType.createAttribute()
Creates a new
attribute element |
FacesConfigAttributeType<FacesConfigValidatorType<T>> |
FacesConfigValidatorType.createAttribute()
Creates a new
attribute element |
FacesConfigAttributeType<FacesConfigComponentType<T>> |
FacesConfigComponentType.createAttribute()
Creates a new
attribute element |
FacesConfigAttributeType<T> |
FacesConfigAttributeType.defaultValue(String defaultValue)
Sets the
default-value element |
FacesConfigAttributeType<T> |
FacesConfigAttributeType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FacesConfigAttributeType<T> |
FacesConfigAttributeType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
FacesConfigAttributeType<FacesConfigRendererType<T>> |
FacesConfigRendererType.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
FacesConfigAttributeType<FacesConfigBehaviorType<T>> |
FacesConfigBehaviorType.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
FacesConfigAttributeType<FacesConfigConverterType<T>> |
FacesConfigConverterType.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
FacesConfigAttributeType<FacesConfigValidatorType<T>> |
FacesConfigValidatorType.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
FacesConfigAttributeType<FacesConfigComponentType<T>> |
FacesConfigComponentType.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
FacesConfigAttributeType<T> |
FacesConfigAttributeType.id(String id)
Sets the
id attribute |
FacesConfigAttributeType<T> |
FacesConfigAttributeType.removeAllDescription()
Removes the
description element |
FacesConfigAttributeType<T> |
FacesConfigAttributeType.removeAllDisplayName()
Removes the
display-name element |
FacesConfigAttributeType<T> |
FacesConfigAttributeType.removeAllIcon()
Removes all
icon elements |
FacesConfigAttributeType<T> |
FacesConfigAttributeType.removeAttributeClass()
Removes the
attribute-class element |
FacesConfigAttributeType<T> |
FacesConfigAttributeType.removeAttributeExtension()
Removes the
attribute-extension element |
FacesConfigAttributeType<T> |
FacesConfigAttributeType.removeAttributeName()
Removes the
attribute-name element |
FacesConfigAttributeType<T> |
FacesConfigAttributeType.removeDefaultValue()
Removes the
default-value element |
FacesConfigAttributeType<T> |
FacesConfigAttributeType.removeId()
Removes the
id attribute |
FacesConfigAttributeType<T> |
FacesConfigAttributeType.removeSuggestedValue()
Removes the
suggested-value element |
FacesConfigAttributeType<T> |
FacesConfigAttributeType.suggestedValue(String suggestedValue)
Sets the
suggested-value element |
Modifier and Type | Method and Description |
---|---|
IconType<FacesConfigAttributeType<T>> |
FacesConfigAttributeType.createIcon()
Creates a new
icon element |
List<FacesConfigAttributeType<FacesConfigRendererType<T>>> |
FacesConfigRendererType.getAllAttribute()
Returns all
attribute elements |
List<FacesConfigAttributeType<FacesConfigBehaviorType<T>>> |
FacesConfigBehaviorType.getAllAttribute()
Returns all
attribute elements |
List<FacesConfigAttributeType<FacesConfigConverterType<T>>> |
FacesConfigConverterType.getAllAttribute()
Returns all
attribute elements |
List<FacesConfigAttributeType<FacesConfigValidatorType<T>>> |
FacesConfigValidatorType.getAllAttribute()
Returns all
attribute elements |
List<FacesConfigAttributeType<FacesConfigComponentType<T>>> |
FacesConfigComponentType.getAllAttribute()
Returns all
attribute elements |
List<IconType<FacesConfigAttributeType<T>>> |
FacesConfigAttributeType.getAllIcon()
Returns all
icon elements |
IconType<FacesConfigAttributeType<T>> |
FacesConfigAttributeType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.