ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20.TldAttributeType

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

Uses of TldAttributeType in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 that return TldAttributeType
 TldAttributeType<TagType<T>> TagType.createAttribute()
          Creates a new attribute element
 TldAttributeType<T> TldAttributeType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 TldAttributeType<T> TldAttributeType.fragment(GenericBooleanType fragment)
          Sets the fragment element
 TldAttributeType<T> TldAttributeType.fragment(String fragment)
          Sets the fragment element
 TldAttributeType<TagType<T>> TagType.getOrCreateAttribute()
          If not already created, a new attribute element will be created and returned.
 TldAttributeType<T> TldAttributeType.name(String name)
          Sets the name element
 TldAttributeType<T> TldAttributeType.removeAllDescription()
          Removes the description element
 TldAttributeType<T> TldAttributeType.removeFragment()
          Removes the fragment attribute
 TldAttributeType<T> TldAttributeType.removeName()
          Removes the name element
 TldAttributeType<T> TldAttributeType.removeRequired()
          Removes the required attribute
 TldAttributeType<T> TldAttributeType.removeRtexprvalue()
          Removes the rtexprvalue attribute
 TldAttributeType<T> TldAttributeType.removeType()
          Removes the type element
 TldAttributeType<T> TldAttributeType.required(GenericBooleanType required)
          Sets the required element
 TldAttributeType<T> TldAttributeType.required(String required)
          Sets the required element
 TldAttributeType<T> TldAttributeType.rtexprvalue(GenericBooleanType rtexprvalue)
          Sets the rtexprvalue element
 TldAttributeType<T> TldAttributeType.rtexprvalue(String rtexprvalue)
          Sets the rtexprvalue element
 TldAttributeType<T> TldAttributeType.type(String type)
          Sets the type element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsptaglibrary20 that return types with arguments of type TldAttributeType
 List<TldAttributeType<TagType<T>>> TagType.getAllAttribute()
          Returns all attribute elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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