Uses of Interface
jakarta.servlet.descriptor.JspConfigDescriptor
Package
Description
The jakarta.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container.
-
Uses of JspConfigDescriptor in jakarta.servlet
Modifier and TypeMethodDescriptionServletContext.getJspConfigDescriptor()
Gets the<jsp-config>
related configuration that was aggregated from theweb.xml
andweb-fragment.xml
descriptor files of the web application represented by this ServletContext.