ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jsp22 that return TaglibType
 TaglibType<JspConfigType<T>> JspConfigType.createTaglib()
          Creates a new taglib element
 TaglibType<JspConfigType<T>> JspConfigType.getOrCreateTaglib()
          If not already created, a new taglib element will be created and returned.
 TaglibType<T> TaglibType.removeTaglibLocation()
          Removes the taglib-location element
 TaglibType<T> TaglibType.removeTaglibUri()
          Removes the taglib-uri element
 TaglibType<T> TaglibType.taglibLocation(String taglibLocation)
          Sets the taglib-location element
 TaglibType<T> TaglibType.taglibUri(String taglibUri)
          Sets the taglib-uri element
 

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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