MCPcopy Index your code
hub / github.com/apache/tomcat / getJspConfigDescriptor

Method getJspConfigDescriptor

java/org/apache/catalina/Context.java:1403–1403  ·  view source on GitHub ↗

Returns the JSP configuration for this context. @return the JSP configuration for this context. Will be null if there is no JSP configuration

()

Source from the content-addressed store, hash-verified

1401 * @return the JSP configuration for this context. Will be null if there is no JSP configuration
1402 */
1403 JspConfigDescriptor getJspConfigDescriptor();
1404
1405
1406 /**

Callers 7

processWebDotXmlMethod · 0.65
JspCServletContextMethod · 0.65
scanJspConfigMethod · 0.65
configureContextMethod · 0.65

Implementers 5

TesterContexttest/org/apache/tomcat/unittest/Tester
SelectorContextjava/org/apache/naming/SelectorContext
NamingContextjava/org/apache/naming/NamingContext.j
FailedContextjava/org/apache/catalina/startup/Faile
StandardContextjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected