public interface JspConfigDescriptor
<jsp-config>
 related configuration of a web application.
 The configuration is aggregated from the web.xml and
 web-fragment.xml descriptor files of the web application.
| Modifier and Type | Method and Description | 
|---|---|
Collection<JspPropertyGroupDescriptor> | 
getJspPropertyGroups()
Gets the  
<jsp-property-group> child elements
 of the <jsp-config> element represented by this
 JspConfigDescriptor. | 
Collection<TaglibDescriptor> | 
getTaglibs()
Gets the  
<taglib> child elements of the
 <jsp-config> element represented by this
 JspConfigDescriptor. | 
Collection<TaglibDescriptor> getTaglibs()
<taglib> child elements of the
 <jsp-config> element represented by this
 JspConfigDescriptor.
 Any changes to the returned Collection must not 
 affect this JspConfigDescriptor.
Collection of the
 <taglib<>/code> child elements of the
 <jsp-config> element represented by this
 JspConfigDescriptorCollection<JspPropertyGroupDescriptor> getJspPropertyGroups()
<jsp-property-group> child elements
 of the <jsp-config> element represented by this
 JspConfigDescriptor.
 Any changes to the returned Collection must not 
 affect this JspConfigDescriptor.
Collection of the
 <jsp-property-group> child elements of the
 <jsp-config> element represented by this
 JspConfigDescriptorCopyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.