Uses of Interface
javax.servlet.descriptor.JspConfigDescriptor
Packages that use JspConfigDescriptor
-
Uses of JspConfigDescriptor in javax.servlet
Methods in javax.servlet that return JspConfigDescriptorModifier 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.