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 |
---|---|
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<T> |
TldExtensionType.extensionElement()
Sets the
extension-element 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.removeExtensionElement()
Removes the
extension-element element |
TldExtensionType<T> |
TldExtensionType.removeId()
Removes the
id attribute |
TldExtensionType<T> |
TldExtensionType.removeNamespace()
Removes the
namespace attribute |
Modifier and Type | Method and Description |
---|---|
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 |
Copyright © 2017 JBoss by Red Hat. All rights reserved.