Uses of Interface
jakarta.servlet.descriptor.JspConfigDescriptor
Packages that use 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 io.undertow.servlet.api
Methods in io.undertow.servlet.api that return JspConfigDescriptorMethods in io.undertow.servlet.api with parameters of type JspConfigDescriptorModifier and TypeMethodDescriptionDeploymentInfo.setJspConfigDescriptor(JspConfigDescriptor jspConfigDescriptor) -
Uses of JspConfigDescriptor in io.undertow.servlet.spec
Methods in io.undertow.servlet.spec that return JspConfigDescriptor -
Uses of JspConfigDescriptor in jakarta.servlet
Methods in jakarta.servlet that return JspConfigDescriptorModifier and TypeMethodDescriptionServletContext.getJspConfigDescriptor()Gets the<jsp-config>related configuration that was aggregated from theweb.xmlandweb-fragment.xmldescriptor files of the web application represented by this ServletContext.