Class JspConfigDescriptorImpl
- java.lang.Object
- 
- org.apache.tomcat.util.descriptor.web.JspConfigDescriptorImpl
 
- 
- All Implemented Interfaces:
- JspConfigDescriptor
 
 public class JspConfigDescriptorImpl extends java.lang.Object implements JspConfigDescriptor 
- 
- 
Constructor SummaryConstructors Constructor Description JspConfigDescriptorImpl(java.util.Collection<JspPropertyGroupDescriptor> jspPropertyGroups, java.util.Collection<TaglibDescriptor> taglibs)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method 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.
 
- 
- 
- 
Constructor Detail- 
JspConfigDescriptorImplpublic JspConfigDescriptorImpl(java.util.Collection<JspPropertyGroupDescriptor> jspPropertyGroups, java.util.Collection<TaglibDescriptor> taglibs) 
 
- 
 - 
Method Detail- 
getJspPropertyGroupspublic java.util.Collection<JspPropertyGroupDescriptor> getJspPropertyGroups() Description copied from interface:javax.servlet.descriptor.JspConfigDescriptorProvide the set of JSP property groups obtained from the <jsp-config> elements in the web application's deployment descriptors.- Specified by:
- getJspPropertyGroupsin interface- JspConfigDescriptor
- Returns:
- the JSP property groups
 
 - 
getTaglibspublic java.util.Collection<TaglibDescriptor> getTaglibs() Description copied from interface:javax.servlet.descriptor.JspConfigDescriptorProvide the set of tag library descriptors obtained from the <jsp-config> elements in the web application's deployment descriptors.- Specified by:
- getTaglibsin interface- JspConfigDescriptor
- Returns:
- the tag library descriptors
 
 
- 
 
-