public interface JspConfigDescriptor
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.
|
java.util.Collection<TaglibDescriptor> getTaglibs()
java.util.Collection<JspPropertyGroupDescriptor> getJspPropertyGroups()
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.