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