Uses of Interface
jakarta.servlet.descriptor.JspPropertyGroupDescriptor
Package
Description
Provides programmatic access to a web application's configuration information that was aggregated from the
web.xml
and
web-fragment.xml
descriptors.-
Uses of JspPropertyGroupDescriptor in jakarta.servlet.descriptor
Modifier and TypeMethodDescriptionJspConfigDescriptor.getJspPropertyGroups()
Gets the<jsp-property-group>
child elements of the<jsp-config>
element represented by thisJspConfigDescriptor
.