Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
TagFileType<WebJsptaglibraryDescriptor> |
WebJsptaglibraryDescriptor.createTagFile()
Creates a new
tag-file element |
TagFileType<T> |
TagFileType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
TagFileType<T> |
TagFileType.displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
TagFileType<T> |
TagFileType.example(String example)
Sets the
example element |
TagFileType<WebJsptaglibraryDescriptor> |
WebJsptaglibraryDescriptor.getOrCreateTagFile()
If not already created, a new
tag-file element will be created and returned. |
TagFileType<T> |
TagFileType.id(String id)
Sets the
id attribute |
TagFileType<T> |
TagFileType.name(String name)
Sets the
name element |
TagFileType<T> |
TagFileType.path(String path)
Sets the
path element |
TagFileType<T> |
TagFileType.removeAllDescription()
Removes the
description element |
TagFileType<T> |
TagFileType.removeAllDisplayName()
Removes the
display-name element |
TagFileType<T> |
TagFileType.removeAllIcon()
Removes all
icon elements |
TagFileType<T> |
TagFileType.removeAllTagExtension()
Removes all
tag-extension elements |
TagFileType<T> |
TagFileType.removeExample()
Removes the
example element |
TagFileType<T> |
TagFileType.removeId()
Removes the
id attribute |
TagFileType<T> |
TagFileType.removeName()
Removes the
name element |
TagFileType<T> |
TagFileType.removePath()
Removes the
path element |
Modifier and Type | Method and Description |
---|---|
IconType<TagFileType<T>> |
TagFileType.createIcon()
Creates a new
icon element |
TldExtensionType<TagFileType<T>> |
TagFileType.createTagExtension()
Creates a new
tag-extension element |
List<IconType<TagFileType<T>>> |
TagFileType.getAllIcon()
Returns all
icon elements |
List<TldExtensionType<TagFileType<T>>> |
TagFileType.getAllTagExtension()
Returns all
tag-extension elements |
List<TagFileType<WebJsptaglibraryDescriptor>> |
WebJsptaglibraryDescriptor.getAllTagFile()
Returns all
tag-file elements |
IconType<TagFileType<T>> |
TagFileType.getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
TldExtensionType<TagFileType<T>> |
TagFileType.getOrCreateTagExtension()
If not already created, a new
tag-extension element will be created and returned. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.