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<ExtensibleType<T>> |
ExtensibleType.createExtensibleType()
Creates a new
extensibleType element |
ExtensibleType<TldExtensionType<T>> |
TldExtensionType.createExtensionElement()
Creates a new
extension-element element |
ExtensibleType<ExtensibleType<T>> |
ExtensibleType.getOrCreateExtensibleType()
If not already created, a new
extensibleType element will be created and returned. |
ExtensibleType<TldExtensionType<T>> |
TldExtensionType.getOrCreateExtensionElement()
If not already created, a new
extension-element element will be created and returned. |
ExtensibleType<T> |
ExtensibleType.removeAllExtensibleType()
Removes all
extensibleType elements |
Modifier and Type | Method and Description |
---|---|
ExtensibleType<ExtensibleType<T>> |
ExtensibleType.createExtensibleType()
Creates a new
extensibleType element |
List<ExtensibleType<ExtensibleType<T>>> |
ExtensibleType.getAllExtensibleType()
Returns all
extensibleType elements |
List<ExtensibleType<ExtensibleType<T>>> |
ExtensibleType.getAllExtensibleType()
Returns all
extensibleType elements |
List<ExtensibleType<TldExtensionType<T>>> |
TldExtensionType.getAllExtensionElement()
Returns all
extension-element elements |
ExtensibleType<ExtensibleType<T>> |
ExtensibleType.getOrCreateExtensibleType()
If not already created, a new
extensibleType element will be created and returned. |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.