Uses of Interface
jakarta.servlet.descriptor.TaglibDescriptor
-
Packages that use TaglibDescriptor Package Description jakarta.servlet.descriptor Provides programmatic access to a web application's configuration information that was aggregated from theweb.xml
andweb-fragment.xml
descriptors. -
-
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 Collection<TaglibDescriptor>
JspConfigDescriptor. getTaglibs()
Gets the<taglib>
child elements of the<jsp-config>
element represented by thisJspConfigDescriptor
.
-