Package jakarta.servlet.descriptor
Provides programmatic access to a web application's configuration information that was aggregated from the
web.xml
and
web-fragment.xml
descriptors. @since Servlet 3.0-
Interface Summary Interface Description JspConfigDescriptor This interface exposes the JSP specific configuration information obtain ed from the deployment descriptors.JspPropertyGroupDescriptor Represents the JSP property groups in the deployment descriptors.TaglibDescriptor Represents a taglib descriptor definitions in the deployment descriptor.