ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 that return TagFileType
 TagFileType<TldTaglibType<T>> TldTaglibType.createTagFile()
          Creates a new tag-file element
 TagFileType<WebJsptaglibraryDescriptor> WebJsptaglibraryDescriptor.createTagFile()
          Creates a new tag-file element
 TagFileType<T> TagFileType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 TagFileType<T> TagFileType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 TagFileType<T> TagFileType.example(String example)
          Sets the example element
 TagFileType<TldTaglibType<T>> TldTaglibType.getOrCreateTagFile()
          If not already created, a new tag-file element will be created and returned.
 TagFileType<WebJsptaglibraryDescriptor> WebJsptaglibraryDescriptor.getOrCreateTagFile()
          If not already created, a new tag-file element will be created and returned.
 TagFileType<T> TagFileType.name(String name)
          Sets the name element
 TagFileType<T> TagFileType.path(String path)
          Sets the path element
 TagFileType<T> TagFileType.removeAllDescription()
          Removes the description element
 TagFileType<T> TagFileType.removeAllDisplayName()
          Removes the display-name element
 TagFileType<T> TagFileType.removeAllIcon()
          Removes all icon elements
 TagFileType<T> TagFileType.removeAllTagExtension()
          Removes all tag-extension elements
 TagFileType<T> TagFileType.removeExample()
          Removes the example element
 TagFileType<T> TagFileType.removeName()
          Removes the name element
 TagFileType<T> TagFileType.removePath()
          Removes the path element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary21 that return types with arguments of type TagFileType
 IconType<TagFileType<T>> TagFileType.createIcon()
          Creates a new icon element
 TldExtensionType<TagFileType<T>> TagFileType.createTagExtension()
          Creates a new tag-extension element
 List<IconType<TagFileType<T>>> TagFileType.getAllIcon()
          Returns all icon elements
 List<TldExtensionType<TagFileType<T>>> TagFileType.getAllTagExtension()
          Returns all tag-extension elements
 List<TagFileType<TldTaglibType<T>>> TldTaglibType.getAllTagFile()
          Returns all tag-file elements
 List<TagFileType<WebJsptaglibraryDescriptor>> WebJsptaglibraryDescriptor.getAllTagFile()
          Returns all tag-file elements
 IconType<TagFileType<T>> TagFileType.getOrCreateIcon()
          If not already created, a new icon 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.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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