Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
TagType<T> |
TagType.bodyContent(BodyContentType bodyContent)
Sets the
body-content element |
TagType<T> |
TagType.bodyContent(String bodyContent)
Sets the
body-content element |
TagType<WebJsptaglibraryDescriptor> |
WebJsptaglibraryDescriptor.createTag()
Creates a new
tag element |
TagType<T> |
TagType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
TagType<T> |
TagType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
TagType<T> |
TagType.dynamicAttributes(GenericBooleanType dynamicAttributes)
Sets the
dynamic-attributes element |
TagType<T> |
TagType.dynamicAttributes(String dynamicAttributes)
Sets the
dynamic-attributes element |
TagType<T> |
TagType.example(String example)
Sets the
example element |
TagType<WebJsptaglibraryDescriptor> |
WebJsptaglibraryDescriptor.getOrCreateTag()
If not already created, a new
tag element will be created and returned. |
TagType<T> |
TagType.id(String id)
Sets the
id attribute |
TagType<T> |
TagType.name(String name)
Sets the
name element |
TagType<T> |
TagType.removeAllAttribute()
Removes all
attribute elements |
TagType<T> |
TagType.removeAllDescription()
Removes the
description element |
TagType<T> |
TagType.removeAllDisplayName()
Removes the
display-name element |
TagType<T> |
TagType.removeAllIcon()
Removes all
icon elements |
TagType<T> |
TagType.removeAllTagExtension()
Removes all
tag-extension elements |
TagType<T> |
TagType.removeAllVariable()
Removes all
variable elements |
TagType<T> |
TagType.removeBodyContent()
Removes the
body-content attribute |
TagType<T> |
TagType.removeDynamicAttributes()
Removes the
dynamic-attributes attribute |
TagType<T> |
TagType.removeExample()
Removes the
example element |
TagType<T> |
TagType.removeId()
Removes the
id attribute |
TagType<T> |
TagType.removeName()
Removes the
name element |
TagType<T> |
TagType.removeTagClass()
Removes the
tag-class element |
TagType<T> |
TagType.removeTeiClass()
Removes the
tei-class element |
TagType<T> |
TagType.tagClass(String tagClass)
Sets the
tag-class element |
TagType<T> |
TagType.teiClass(String teiClass)
Sets the
tei-class element |
Modifier and Type | Method and Description |
---|---|
TldAttributeType<TagType<T>> |
TagType.createAttribute()
Creates a new
attribute element |
IconType<TagType<T>> |
TagType.createIcon()
Creates a new
icon element |
TldExtensionType<TagType<T>> |
TagType.createTagExtension()
Creates a new
tag-extension element |
VariableType<TagType<T>> |
TagType.createVariable()
Creates a new
variable element |
List<TldAttributeType<TagType<T>>> |
TagType.getAllAttribute()
Returns all
attribute elements |
List<IconType<TagType<T>>> |
TagType.getAllIcon()
Returns all
icon elements |
List<TagType<WebJsptaglibraryDescriptor>> |
WebJsptaglibraryDescriptor.getAllTag()
Returns all
tag elements |
List<TldExtensionType<TagType<T>>> |
TagType.getAllTagExtension()
Returns all
tag-extension elements |
List<VariableType<TagType<T>>> |
TagType.getAllVariable()
Returns all
variable elements |
TldAttributeType<TagType<T>> |
TagType.getOrCreateAttribute()
If not already created, a new
attribute element will be created and returned. |
IconType<TagType<T>> |
TagType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
TldExtensionType<TagType<T>> |
TagType.getOrCreateTagExtension()
If not already created, a new
tag-extension element will be created and returned. |
VariableType<TagType<T>> |
TagType.getOrCreateVariable()
If not already created, a new
variable element will be created and returned. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.