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 |
---|---|
FacesConfigBehaviorType<T> |
FacesConfigBehaviorType.behaviorClass(String behaviorClass)
Sets the
behavior-class element |
FacesConfigBehaviorType<T> |
FacesConfigBehaviorType.behaviorExtension()
Sets the
behavior-extension element |
FacesConfigBehaviorType<T> |
FacesConfigBehaviorType.behaviorId(String behaviorId)
Sets the
behavior-id element |
FacesConfigBehaviorType<WebFacesConfigDescriptor> |
WebFacesConfigDescriptor.createBehavior()
Creates a new
behavior element |
FacesConfigBehaviorType<FacesConfigType<T>> |
FacesConfigType.createBehavior()
Creates a new
behavior element |
FacesConfigBehaviorType<T> |
FacesConfigBehaviorType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FacesConfigBehaviorType<T> |
FacesConfigBehaviorType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
FacesConfigBehaviorType<WebFacesConfigDescriptor> |
WebFacesConfigDescriptor.getOrCreateBehavior()
If not already created, a new
behavior element will be created and returned. |
FacesConfigBehaviorType<FacesConfigType<T>> |
FacesConfigType.getOrCreateBehavior()
If not already created, a new
behavior element will be created and returned. |
FacesConfigBehaviorType<T> |
FacesConfigBehaviorType.removeAllAttribute()
Removes all
attribute elements |
FacesConfigBehaviorType<T> |
FacesConfigBehaviorType.removeAllDescription()
Removes the
description element |
FacesConfigBehaviorType<T> |
FacesConfigBehaviorType.removeAllDisplayName()
Removes the
display-name element |
FacesConfigBehaviorType<T> |
FacesConfigBehaviorType.removeAllIcon()
Removes all
icon elements |
FacesConfigBehaviorType<T> |
FacesConfigBehaviorType.removeAllProperty()
Removes all
property elements |
FacesConfigBehaviorType<T> |
FacesConfigBehaviorType.removeBehaviorClass()
Removes the
behavior-class element |
FacesConfigBehaviorType<T> |
FacesConfigBehaviorType.removeBehaviorExtension()
Removes the
behavior-extension element |
FacesConfigBehaviorType<T> |
FacesConfigBehaviorType.removeBehaviorId()
Removes the
behavior-id element |
Modifier and Type | Method and Description |
---|---|
FacesConfigAttributeType<FacesConfigBehaviorType<T>> |
FacesConfigBehaviorType.createAttribute()
Creates a new
attribute element |
IconType<FacesConfigBehaviorType<T>> |
FacesConfigBehaviorType.createIcon()
Creates a new
icon element |
FacesConfigPropertyType<FacesConfigBehaviorType<T>> |
FacesConfigBehaviorType.createProperty()
Creates a new
property element |
List<FacesConfigAttributeType<FacesConfigBehaviorType<T>>> |
FacesConfigBehaviorType.getAllAttribute()
Returns all
attribute elements |
List<FacesConfigBehaviorType<WebFacesConfigDescriptor>> |
WebFacesConfigDescriptor.getAllBehavior()
Returns all
behavior elements |
List<FacesConfigBehaviorType<FacesConfigType<T>>> |
FacesConfigType.getAllBehavior()
Returns all
behavior elements |
List<IconType<FacesConfigBehaviorType<T>>> |
FacesConfigBehaviorType.getAllIcon()
Returns all
icon elements |
List<FacesConfigPropertyType<FacesConfigBehaviorType<T>>> |
FacesConfigBehaviorType.getAllProperty()
Returns all
property elements |
FacesConfigAttributeType<FacesConfigBehaviorType<T>> |
FacesConfigBehaviorType.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
IconType<FacesConfigBehaviorType<T>> |
FacesConfigBehaviorType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
FacesConfigPropertyType<FacesConfigBehaviorType<T>> |
FacesConfigBehaviorType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Copyright © 2013 JBoss by Red Hat. All rights reserved.