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 |
---|---|
FacesConfigValidatorType<FacesConfigType<T>> |
FacesConfigType.createValidator()
Creates a new
validator element |
FacesConfigValidatorType<WebFacesConfigDescriptor> |
WebFacesConfigDescriptor.createValidator()
Creates a new
validator element |
FacesConfigValidatorType<T> |
FacesConfigValidatorType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FacesConfigValidatorType<T> |
FacesConfigValidatorType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
FacesConfigValidatorType<FacesConfigType<T>> |
FacesConfigType.getOrCreateValidator()
If not already created, a new
validator element will be created and returned. |
FacesConfigValidatorType<WebFacesConfigDescriptor> |
WebFacesConfigDescriptor.getOrCreateValidator()
If not already created, a new
validator element will be created and returned. |
FacesConfigValidatorType<T> |
FacesConfigValidatorType.removeAllAttribute()
Removes all
attribute elements |
FacesConfigValidatorType<T> |
FacesConfigValidatorType.removeAllDescription()
Removes the
description element |
FacesConfigValidatorType<T> |
FacesConfigValidatorType.removeAllDisplayName()
Removes the
display-name element |
FacesConfigValidatorType<T> |
FacesConfigValidatorType.removeAllIcon()
Removes all
icon elements |
FacesConfigValidatorType<T> |
FacesConfigValidatorType.removeAllProperty()
Removes all
property elements |
FacesConfigValidatorType<T> |
FacesConfigValidatorType.removeValidatorClass()
Removes the
validator-class element |
FacesConfigValidatorType<T> |
FacesConfigValidatorType.removeValidatorExtension()
Removes the
validator-extension element |
FacesConfigValidatorType<T> |
FacesConfigValidatorType.removeValidatorId()
Removes the
validator-id element |
FacesConfigValidatorType<T> |
FacesConfigValidatorType.validatorClass(String validatorClass)
Sets the
validator-class element |
FacesConfigValidatorType<T> |
FacesConfigValidatorType.validatorExtension()
Sets the
validator-extension element |
FacesConfigValidatorType<T> |
FacesConfigValidatorType.validatorId(String validatorId)
Sets the
validator-id element |
Modifier and Type | Method and Description |
---|---|
FacesConfigAttributeType<FacesConfigValidatorType<T>> |
FacesConfigValidatorType.createAttribute()
Creates a new
attribute element |
IconType<FacesConfigValidatorType<T>> |
FacesConfigValidatorType.createIcon()
Creates a new
icon element |
FacesConfigPropertyType<FacesConfigValidatorType<T>> |
FacesConfigValidatorType.createProperty()
Creates a new
property element |
List<FacesConfigAttributeType<FacesConfigValidatorType<T>>> |
FacesConfigValidatorType.getAllAttribute()
Returns all
attribute elements |
List<IconType<FacesConfigValidatorType<T>>> |
FacesConfigValidatorType.getAllIcon()
Returns all
icon elements |
List<FacesConfigPropertyType<FacesConfigValidatorType<T>>> |
FacesConfigValidatorType.getAllProperty()
Returns all
property elements |
List<FacesConfigValidatorType<FacesConfigType<T>>> |
FacesConfigType.getAllValidator()
Returns all
validator elements |
List<FacesConfigValidatorType<WebFacesConfigDescriptor>> |
WebFacesConfigDescriptor.getAllValidator()
Returns all
validator elements |
FacesConfigAttributeType<FacesConfigValidatorType<T>> |
FacesConfigValidatorType.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
IconType<FacesConfigValidatorType<T>> |
FacesConfigValidatorType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
FacesConfigPropertyType<FacesConfigValidatorType<T>> |
FacesConfigValidatorType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.