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 |
---|---|
ExtensibleType<TldExtensionType<T>> |
TldExtensionType.createExtensionElement()
Creates a new
extension-element element |
ExtensibleType<ExtensibleType<T>> |
ExtensibleType.getOrCreateExtensibleType()
If not already created, a new
extensibleType element with the given value will be created. |
ExtensibleType<TldExtensionType<T>> |
TldExtensionType.getOrCreateExtensionElement()
If not already created, a new
extension-element element will be created and returned. |
ExtensibleType<T> |
ExtensibleType.id(String id)
Sets the
id attribute |
ExtensibleType<T> |
ExtensibleType.removeExtensibleType()
Removes the
extensibleType element |
ExtensibleType<T> |
ExtensibleType.removeId()
Removes the
id attribute |
Modifier and Type | Method and Description |
---|---|
List<ExtensibleType<TldExtensionType<T>>> |
TldExtensionType.getAllExtensionElement()
Returns all
extension-element elements |
ExtensibleType<ExtensibleType<T>> |
ExtensibleType.getOrCreateExtensibleType()
If not already created, a new
extensibleType element with the given value will be created. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.