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 |
---|---|
FacesConfigComponentType<T> |
FacesConfigComponentType.componentClass(String componentClass)
Sets the
component-class element |
FacesConfigComponentType<T> |
FacesConfigComponentType.componentExtension()
Sets the
component-extension element |
FacesConfigComponentType<T> |
FacesConfigComponentType.componentType(String componentType)
Sets the
component-type element |
FacesConfigComponentType<WebFacesConfigDescriptor> |
WebFacesConfigDescriptor.createComponent()
Creates a new
component element |
FacesConfigComponentType<FacesConfigType<T>> |
FacesConfigType.createComponent()
Creates a new
component element |
FacesConfigComponentType<T> |
FacesConfigComponentType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FacesConfigComponentType<T> |
FacesConfigComponentType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
FacesConfigComponentType<WebFacesConfigDescriptor> |
WebFacesConfigDescriptor.getOrCreateComponent()
If not already created, a new
component element will be created and returned. |
FacesConfigComponentType<FacesConfigType<T>> |
FacesConfigType.getOrCreateComponent()
If not already created, a new
component element will be created and returned. |
FacesConfigComponentType<T> |
FacesConfigComponentType.removeAllAttribute()
Removes all
attribute elements |
FacesConfigComponentType<T> |
FacesConfigComponentType.removeAllDescription()
Removes the
description element |
FacesConfigComponentType<T> |
FacesConfigComponentType.removeAllDisplayName()
Removes the
display-name element |
FacesConfigComponentType<T> |
FacesConfigComponentType.removeAllFacet()
Removes all
facet elements |
FacesConfigComponentType<T> |
FacesConfigComponentType.removeAllIcon()
Removes all
icon elements |
FacesConfigComponentType<T> |
FacesConfigComponentType.removeAllProperty()
Removes all
property elements |
FacesConfigComponentType<T> |
FacesConfigComponentType.removeComponentClass()
Removes the
component-class element |
FacesConfigComponentType<T> |
FacesConfigComponentType.removeComponentExtension()
Removes the
component-extension element |
FacesConfigComponentType<T> |
FacesConfigComponentType.removeComponentType()
Removes the
component-type element |
Modifier and Type | Method and Description |
---|---|
FacesConfigAttributeType<FacesConfigComponentType<T>> |
FacesConfigComponentType.createAttribute()
Creates a new
attribute element |
FacesConfigFacetType<FacesConfigComponentType<T>> |
FacesConfigComponentType.createFacet()
Creates a new
facet element |
IconType<FacesConfigComponentType<T>> |
FacesConfigComponentType.createIcon()
Creates a new
icon element |
FacesConfigPropertyType<FacesConfigComponentType<T>> |
FacesConfigComponentType.createProperty()
Creates a new
property element |
List<FacesConfigAttributeType<FacesConfigComponentType<T>>> |
FacesConfigComponentType.getAllAttribute()
Returns all
attribute elements |
List<FacesConfigComponentType<WebFacesConfigDescriptor>> |
WebFacesConfigDescriptor.getAllComponent()
Returns all
component elements |
List<FacesConfigComponentType<FacesConfigType<T>>> |
FacesConfigType.getAllComponent()
Returns all
component elements |
List<FacesConfigFacetType<FacesConfigComponentType<T>>> |
FacesConfigComponentType.getAllFacet()
Returns all
facet elements |
List<IconType<FacesConfigComponentType<T>>> |
FacesConfigComponentType.getAllIcon()
Returns all
icon elements |
List<FacesConfigPropertyType<FacesConfigComponentType<T>>> |
FacesConfigComponentType.getAllProperty()
Returns all
property elements |
FacesConfigAttributeType<FacesConfigComponentType<T>> |
FacesConfigComponentType.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
FacesConfigFacetType<FacesConfigComponentType<T>> |
FacesConfigComponentType.getOrCreateFacet()
If not already created, a new
facet element will be created and returned. |
IconType<FacesConfigComponentType<T>> |
FacesConfigComponentType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
FacesConfigPropertyType<FacesConfigComponentType<T>> |
FacesConfigComponentType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.