Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jsp22.TaglibType

Packages that use TaglibType
org.jboss.shrinkwrap.descriptor.api.jsp22 Provides the interfaces and enumeration types as defined in the schema jsp_2_2.xsd 
org.jboss.shrinkwrap.descriptor.impl.jsp22 Provides the implementation classes as defined in the schema jsp_2_2.xsd 
 

Uses of TaglibType in org.jboss.shrinkwrap.descriptor.api.jsp22
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsp22 that return TaglibType
 TaglibType<T> TaglibType.removeTaglibLocation()
          Removes the taglib-location element
 TaglibType<T> TaglibType.removeTaglibUri()
          Removes the taglib-uri element
 TaglibType<T> TaglibType.setTaglibLocation(java.lang.String taglibLocation)
          If not already created, a new taglib-location element with the given value will be created.
 TaglibType<T> TaglibType.setTaglibUri(java.lang.String taglibUri)
          If not already created, a new taglib-uri element with the given value will be created.
 TaglibType<JspConfigType<T>> JspConfigType.taglib()
          Returns the taglib element
 

Methods in org.jboss.shrinkwrap.descriptor.api.jsp22 that return types with arguments of type TaglibType
 java.util.List<TaglibType<JspConfigType<T>>> JspConfigType.getTaglibList()
          Returns all taglib elements
 

Uses of TaglibType in org.jboss.shrinkwrap.descriptor.impl.jsp22
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jsp22 that implement TaglibType
 class TaglibTypeImpl<T>
          This class implements the taglibType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jsp22 that return TaglibType
 TaglibType<T> TaglibTypeImpl.removeTaglibLocation()
          Removes the taglib-location element
 TaglibType<T> TaglibTypeImpl.removeTaglibUri()
          Removes the taglib-uri element
 TaglibType<T> TaglibTypeImpl.setTaglibLocation(java.lang.String taglibLocation)
          If not already created, a new taglib-location element with the given value will be created.
 TaglibType<T> TaglibTypeImpl.setTaglibUri(java.lang.String taglibUri)
          If not already created, a new taglib-uri element with the given value will be created.
 TaglibType<JspConfigType<T>> JspConfigTypeImpl.taglib()
          Returns the taglib element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jsp22 that return types with arguments of type TaglibType
 java.util.List<TaglibType<JspConfigType<T>>> JspConfigTypeImpl.getTaglibList()
          Returns all taglib elements