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

Method getEffectiveMinorVersion

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

Returns the effective minor version of the Servlet spec used by this context. @return the effective minor version of the Servlet spec used by this context

()

Source from the content-addressed store, hash-verified

1385 * @return the effective minor version of the Servlet spec used by this context
1386 */
1387 int getEffectiveMinorVersion();
1388
1389
1390 /**

Callers 4

processWebDotXmlMethod · 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