Uses of Interface
javax.servlet.descriptor.JspPropertyGroupDescriptor
-
Packages that use JspPropertyGroupDescriptor Package Description javax.servlet.descriptor -
-
Uses of JspPropertyGroupDescriptor in javax.servlet.descriptor
Methods in javax.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
.
-