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 |
---|---|
FacesConfigReferencedBeanType<WebFacesConfigDescriptor> |
WebFacesConfigDescriptor.createReferencedBean()
Creates a new
referenced-bean element |
FacesConfigReferencedBeanType<T> |
FacesConfigReferencedBeanType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FacesConfigReferencedBeanType<T> |
FacesConfigReferencedBeanType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
FacesConfigReferencedBeanType<WebFacesConfigDescriptor> |
WebFacesConfigDescriptor.getOrCreateReferencedBean()
If not already created, a new
referenced-bean element will be created and returned. |
FacesConfigReferencedBeanType<T> |
FacesConfigReferencedBeanType.id(String id)
Sets the
id attribute |
FacesConfigReferencedBeanType<T> |
FacesConfigReferencedBeanType.referencedBeanClass(String referencedBeanClass)
Sets the
referenced-bean-class element |
FacesConfigReferencedBeanType<T> |
FacesConfigReferencedBeanType.referencedBeanName(String referencedBeanName)
Sets the
referenced-bean-name element |
FacesConfigReferencedBeanType<T> |
FacesConfigReferencedBeanType.removeAllDescription()
Removes the
description element |
FacesConfigReferencedBeanType<T> |
FacesConfigReferencedBeanType.removeAllDisplayName()
Removes the
display-name element |
FacesConfigReferencedBeanType<T> |
FacesConfigReferencedBeanType.removeAllIcon()
Removes all
icon elements |
FacesConfigReferencedBeanType<T> |
FacesConfigReferencedBeanType.removeId()
Removes the
id attribute |
FacesConfigReferencedBeanType<T> |
FacesConfigReferencedBeanType.removeReferencedBeanClass()
Removes the
referenced-bean-class element |
FacesConfigReferencedBeanType<T> |
FacesConfigReferencedBeanType.removeReferencedBeanName()
Removes the
referenced-bean-name element |
Modifier and Type | Method and Description |
---|---|
IconType<FacesConfigReferencedBeanType<T>> |
FacesConfigReferencedBeanType.createIcon()
Creates a new
icon element |
List<IconType<FacesConfigReferencedBeanType<T>>> |
FacesConfigReferencedBeanType.getAllIcon()
Returns all
icon elements |
List<FacesConfigReferencedBeanType<WebFacesConfigDescriptor>> |
WebFacesConfigDescriptor.getAllReferencedBean()
Returns all
referenced-bean elements |
IconType<FacesConfigReferencedBeanType<T>> |
FacesConfigReferencedBeanType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.