Uses of Interface
javax.servlet.descriptor.TaglibDescriptor

Packages that use TaglibDescriptor
com.caucho.jsp.cfg   
com.caucho.server.webapp   
javax.servlet.descriptor   
 

Uses of TaglibDescriptor in com.caucho.jsp.cfg
 

Classes in com.caucho.jsp.cfg that implement TaglibDescriptor
 class JspTaglib
          Configuration for the taglib in the web.xml
 

Uses of TaglibDescriptor in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp that return types with arguments of type TaglibDescriptor
 java.util.Collection<TaglibDescriptor> WebApp.getTaglibs()
           
 

Uses of TaglibDescriptor in javax.servlet.descriptor
 

Methods in javax.servlet.descriptor that return types with arguments of type TaglibDescriptor
 java.util.Collection<TaglibDescriptor> JspConfigDescriptor.getTaglibs()