ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 that return TagType
 TagType<T> TagType.bodyContent(BodyContentType bodyContent)
          Sets the body-content element
 TagType<T> TagType.bodyContent(String bodyContent)
          Sets the body-content element
 TagType<TldTaglibType<T>> TldTaglibType.createTag()
          Creates a new tag element
 TagType<WebJsptaglibraryDescriptor> WebJsptaglibraryDescriptor.createTag()
          Creates a new tag element
 TagType<T> TagType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 TagType<T> TagType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 TagType<T> TagType.dynamicAttributes(GenericBooleanType dynamicAttributes)
          Sets the dynamic-attributes element
 TagType<T> TagType.dynamicAttributes(String dynamicAttributes)
          Sets the dynamic-attributes element
 TagType<T> TagType.example(String example)
          Sets the example element
 TagType<TldTaglibType<T>> TldTaglibType.getOrCreateTag()
          If not already created, a new tag element will be created and returned.
 TagType<WebJsptaglibraryDescriptor> WebJsptaglibraryDescriptor.getOrCreateTag()
          If not already created, a new tag element will be created and returned.
 TagType<T> TagType.name(String name)
          Sets the name element
 TagType<T> TagType.removeAllAttribute()
          Removes all attribute elements
 TagType<T> TagType.removeAllDescription()
          Removes the description element
 TagType<T> TagType.removeAllDisplayName()
          Removes the display-name element
 TagType<T> TagType.removeAllIcon()
          Removes all icon elements
 TagType<T> TagType.removeAllTagExtension()
          Removes all tag-extension elements
 TagType<T> TagType.removeAllVariable()
          Removes all variable elements
 TagType<T> TagType.removeBodyContent()
          Removes the body-content attribute
 TagType<T> TagType.removeDynamicAttributes()
          Removes the dynamic-attributes attribute
 TagType<T> TagType.removeExample()
          Removes the example element
 TagType<T> TagType.removeName()
          Removes the name element
 TagType<T> TagType.removeTagClass()
          Removes the tag-class element
 TagType<T> TagType.removeTeiClass()
          Removes the tei-class element
 TagType<T> TagType.tagClass(String tagClass)
          Sets the tag-class element
 TagType<T> TagType.teiClass(String teiClass)
          Sets the tei-class element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 that return types with arguments of type TagType
 TldAttributeType<TagType<T>> TagType.createAttribute()
          Creates a new attribute element
 IconType<TagType<T>> TagType.createIcon()
          Creates a new icon element
 TldExtensionType<TagType<T>> TagType.createTagExtension()
          Creates a new tag-extension element
 VariableType<TagType<T>> TagType.createVariable()
          Creates a new variable element
 List<TldAttributeType<TagType<T>>> TagType.getAllAttribute()
          Returns all attribute elements
 List<IconType<TagType<T>>> TagType.getAllIcon()
          Returns all icon elements
 List<TagType<TldTaglibType<T>>> TldTaglibType.getAllTag()
          Returns all tag elements
 List<TagType<WebJsptaglibraryDescriptor>> WebJsptaglibraryDescriptor.getAllTag()
          Returns all tag elements
 List<TldExtensionType<TagType<T>>> TagType.getAllTagExtension()
          Returns all tag-extension elements
 List<VariableType<TagType<T>>> TagType.getAllVariable()
          Returns all variable elements
 TldAttributeType<TagType<T>> TagType.getOrCreateAttribute()
          If not already created, a new attribute element will be created and returned.
 IconType<TagType<T>> TagType.getOrCreateIcon()
          If not already created, a new icon 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.
 VariableType<TagType<T>> TagType.getOrCreateVariable()
          If not already created, a new variable element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.