MCPcopy Create free account
hub / github.com/apache/tomcat / getServletContext

Method getServletContext

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

Returns the ServletContext instance for which this Context acts as a facade. @return the ServletContext instance, or null if not yet initialized

()

Source from the content-addressed store, hash-verified

577 * @return the ServletContext instance, or {@code null} if not yet initialized
578 */
579 ServletContext getServletContext();
580
581
582 /**

Callers 15

testTagMethod · 0.95
testTagMethod · 0.95
testBug54239Method · 0.95
testWithWebappMethod · 0.95
lifecycleEventMethod · 0.95
doSnoopTestMethod · 0.95
runValveMethod · 0.95
testResourcesMethod · 0.95
testToURIMethod · 0.95
getContextMethod · 0.95
getRequestDispatcherMethod · 0.95

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 15

testTagMethod · 0.76
testTagMethod · 0.76
testBug54239Method · 0.76
testWithWebappMethod · 0.76
lifecycleEventMethod · 0.76
doSnoopTestMethod · 0.76
runValveMethod · 0.76
testResourcesMethod · 0.76
testToURIMethod · 0.76
doStartTagMethod · 0.52
contextInitializedMethod · 0.52
testBug54240Method · 0.52