Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
FaceletTaglibTagValidatorType<T> |
FaceletTaglibTagValidatorType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FaceletTaglibTagValidatorType<T> |
FaceletTaglibTagValidatorType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
FaceletTaglibTagValidatorType<FaceletTaglibTagType<T>> |
FaceletTaglibTagType.getOrCreateValidator()
If not already created, a new
validator element with the given value will be created. |
FaceletTaglibTagValidatorType<T> |
FaceletTaglibTagValidatorType.handlerClass(String handlerClass)
Sets the
handler-class element |
FaceletTaglibTagValidatorType<T> |
FaceletTaglibTagValidatorType.removeAllDescription()
Removes the
description element |
FaceletTaglibTagValidatorType<T> |
FaceletTaglibTagValidatorType.removeAllDisplayName()
Removes the
display-name element |
FaceletTaglibTagValidatorType<T> |
FaceletTaglibTagValidatorType.removeAllIcon()
Removes all
icon elements |
FaceletTaglibTagValidatorType<T> |
FaceletTaglibTagValidatorType.removeHandlerClass()
Removes the
handler-class element |
FaceletTaglibTagValidatorType<T> |
FaceletTaglibTagValidatorType.removeValidatorExtension()
Removes the
validator-extension element |
FaceletTaglibTagValidatorType<T> |
FaceletTaglibTagValidatorType.removeValidatorId()
Removes the
validator-id element |
FaceletTaglibTagValidatorType<T> |
FaceletTaglibTagValidatorType.validatorExtension()
Sets the
validator-extension element |
FaceletTaglibTagValidatorType<T> |
FaceletTaglibTagValidatorType.validatorId(String validatorId)
Sets the
validator-id element |
Modifier and Type | Method and Description |
---|---|
IconType<FaceletTaglibTagValidatorType<T>> |
FaceletTaglibTagValidatorType.createIcon()
Creates a new
icon element |
List<IconType<FaceletTaglibTagValidatorType<T>>> |
FaceletTaglibTagValidatorType.getAllIcon()
Returns all
icon elements |
IconType<FaceletTaglibTagValidatorType<T>> |
FaceletTaglibTagValidatorType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.