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 |
---|---|
TldExtensionType<FunctionType<T>> |
FunctionType.createFunctionExtension()
Creates a new
function-extension element |
TldExtensionType<TagType<T>> |
TagType.createTagExtension()
Creates a new
tag-extension element |
TldExtensionType<TagFileType<T>> |
TagFileType.createTagExtension()
Creates a new
tag-extension element |
TldExtensionType<WebJsptaglibraryDescriptor> |
WebJsptaglibraryDescriptor.createTaglibExtension()
Creates a new
taglib-extension element |
TldExtensionType<FunctionType<T>> |
FunctionType.getOrCreateFunctionExtension()
If not already created, a new
function-extension 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. |
TldExtensionType<TagFileType<T>> |
TagFileType.getOrCreateTagExtension()
If not already created, a new
tag-extension element will be created and returned. |
TldExtensionType<WebJsptaglibraryDescriptor> |
WebJsptaglibraryDescriptor.getOrCreateTaglibExtension()
If not already created, a new
taglib-extension element will be created and returned. |
TldExtensionType<T> |
TldExtensionType.id(String id)
Sets the
id attribute |
TldExtensionType<T> |
TldExtensionType.namespace(String namespace)
Sets the
namespace attribute |
TldExtensionType<T> |
TldExtensionType.removeAllExtensionElement()
Removes all
extension-element elements |
TldExtensionType<T> |
TldExtensionType.removeId()
Removes the
id attribute |
TldExtensionType<T> |
TldExtensionType.removeNamespace()
Removes the
namespace attribute |
Modifier and Type | Method and Description |
---|---|
ExtensibleType<TldExtensionType<T>> |
TldExtensionType.createExtensionElement()
Creates a new
extension-element element |
List<ExtensibleType<TldExtensionType<T>>> |
TldExtensionType.getAllExtensionElement()
Returns all
extension-element elements |
List<TldExtensionType<FunctionType<T>>> |
FunctionType.getAllFunctionExtension()
Returns all
function-extension elements |
List<TldExtensionType<TagType<T>>> |
TagType.getAllTagExtension()
Returns all
tag-extension elements |
List<TldExtensionType<TagFileType<T>>> |
TagFileType.getAllTagExtension()
Returns all
tag-extension elements |
List<TldExtensionType<WebJsptaglibraryDescriptor>> |
WebJsptaglibraryDescriptor.getAllTaglibExtension()
Returns all
taglib-extension elements |
ExtensibleType<TldExtensionType<T>> |
TldExtensionType.getOrCreateExtensionElement()
If not already created, a new
extension-element element will be created and returned. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.