Uses of Interface
javax.servlet.descriptor.JspConfigDescriptor
-
Packages that use JspConfigDescriptor Package Description javax.servlet -
-
Uses of JspConfigDescriptor in javax.servlet
Methods in javax.servlet that return JspConfigDescriptor Modifier and Type Method Description JspConfigDescriptor
ServletContext. 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.
-