Class JspConfigDescriptorImpl
java.lang.Object
org.apache.tomcat.util.descriptor.web.JspConfigDescriptorImpl
- All Implemented Interfaces:
JspConfigDescriptor
-
Constructor Summary
ConstructorDescriptionJspConfigDescriptorImpl
(Collection<JspPropertyGroupDescriptor> jspPropertyGroups, Collection<TaglibDescriptor> taglibs) -
Method Summary
Modifier and TypeMethodDescriptionProvide the set of JSP property groups obtained from the <jsp-config> elements in the web application's deployment descriptors.Provide the set of tag library descriptors obtained from the <jsp-config> elements in the web application's deployment descriptors.
-
Constructor Details
-
JspConfigDescriptorImpl
public JspConfigDescriptorImpl(Collection<JspPropertyGroupDescriptor> jspPropertyGroups, Collection<TaglibDescriptor> taglibs)
-
-
Method Details
-
getJspPropertyGroups
Description copied from interface:javax.servlet.descriptor.JspConfigDescriptor
Provide the set of JSP property groups obtained from the <jsp-config> elements in the web application's deployment descriptors.- Specified by:
getJspPropertyGroups
in interfaceJspConfigDescriptor
- Returns:
- the JSP property groups
-
getTaglibs
Description copied from interface:javax.servlet.descriptor.JspConfigDescriptor
Provide the set of tag library descriptors obtained from the <jsp-config> elements in the web application's deployment descriptors.- Specified by:
getTaglibs
in interfaceJspConfigDescriptor
- Returns:
- the tag library descriptors
-