Uses of Interface
javax.servlet.descriptor.JspPropertyGroupDescriptor

Packages that use JspPropertyGroupDescriptor
com.caucho.jsp.cfg   
com.caucho.server.webapp   
javax.servlet.descriptor   
 

Uses of JspPropertyGroupDescriptor in com.caucho.jsp.cfg
 

Classes in com.caucho.jsp.cfg that implement JspPropertyGroupDescriptor
 class JspPropertyGroup
          Configuration for the jsp-property-group.
 

Uses of JspPropertyGroupDescriptor in com.caucho.server.webapp
 

Methods in com.caucho.server.webapp that return types with arguments of type JspPropertyGroupDescriptor
 java.util.Collection<JspPropertyGroupDescriptor> WebApp.getJspPropertyGroups()
           
 

Uses of JspPropertyGroupDescriptor in javax.servlet.descriptor
 

Methods in javax.servlet.descriptor that return types with arguments of type JspPropertyGroupDescriptor
 java.util.Collection<JspPropertyGroupDescriptor> JspConfigDescriptor.getJspPropertyGroups()