Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21.ExtensibleType

Packages that use ExtensibleType
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of ExtensibleType in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 that return ExtensibleType
 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
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 that return types with arguments of type ExtensibleType
 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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.