public class JspConfigDescriptorImpl extends Object implements JspConfigDescriptor
Constructor and Description |
---|
JspConfigDescriptorImpl(Collection<JspPropertyGroupDescriptor> jspPropertyGroups,
Collection<TaglibDescriptor> taglibs) |
Modifier and Type | Method and Description |
---|---|
Collection<JspPropertyGroupDescriptor> |
getJspPropertyGroups()
Provide the set of JSP property groups obtained from the
<jsp-config> elements in the web application's deployment
descriptors.
|
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(Collection<JspPropertyGroupDescriptor> jspPropertyGroups, Collection<TaglibDescriptor> taglibs)
public Collection<JspPropertyGroupDescriptor> getJspPropertyGroups()
javax.servlet.descriptor.JspConfigDescriptor
getJspPropertyGroups
in interface JspConfigDescriptor
public Collection<TaglibDescriptor> getTaglibs()
javax.servlet.descriptor.JspConfigDescriptor
getTaglibs
in interface JspConfigDescriptor
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.