public class JspConfigDescriptorImpl extends java.lang.Object implements JspConfigDescriptor
| Constructor and Description |
|---|
JspConfigDescriptorImpl(java.util.Collection<JspPropertyGroupDescriptor> jspPropertyGroups,
java.util.Collection<TaglibDescriptor> taglibs) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<JspPropertyGroupDescriptor> |
getJspPropertyGroups()
Provide the set of JSP property groups obtained from the
<jsp-config> elements in the web application's deployment
descriptors.
|
java.util.Collection<TaglibDescriptor> |
getTaglibs()
Provide the set of tag library descriptors obtained from the
<jsp-config> elements in the web application's deployment
descriptors.
|
public JspConfigDescriptorImpl(java.util.Collection<JspPropertyGroupDescriptor> jspPropertyGroups, java.util.Collection<TaglibDescriptor> taglibs)
public java.util.Collection<JspPropertyGroupDescriptor> getJspPropertyGroups()
javax.servlet.descriptor.JspConfigDescriptorgetJspPropertyGroups in interface JspConfigDescriptorpublic java.util.Collection<TaglibDescriptor> getTaglibs()
javax.servlet.descriptor.JspConfigDescriptorgetTaglibs in interface JspConfigDescriptorCopyright © 2000-2023 Apache Software Foundation. All Rights Reserved.