Uses of Interface
jakarta.servlet.descriptor.TaglibDescriptor
-
Packages that use TaglibDescriptor Package Description jakarta.servlet.descriptor -
-
Uses of TaglibDescriptor in jakarta.servlet.descriptor
Methods in jakarta.servlet.descriptor that return types with arguments of type TaglibDescriptor Modifier and Type Method Description java.util.Collection<TaglibDescriptor>JspConfigDescriptor. getTaglibs()Provide the set of tag library descriptors obtained from the <jsp-config> elements in the web application's deployment descriptors.
-