Uses of Interface
jakarta.servlet.descriptor.JspPropertyGroupDescriptor
-
Packages that use JspPropertyGroupDescriptor 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 JspPropertyGroupDescriptor in jakarta.servlet.descriptor
Methods in jakarta.servlet.descriptor that return types with arguments of type JspPropertyGroupDescriptor Modifier and Type Method Description Collection<JspPropertyGroupDescriptor>
JspConfigDescriptor. getJspPropertyGroups()
Gets the<jsp-property-group>
child elements of the<jsp-config>
element represented by thisJspConfigDescriptor
.
-