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

Method getServletContext

java/jakarta/servlet/FilterConfig.java:44–44  ·  view source on GitHub ↗

Returns a reference to the ServletContext in which the caller is executing. @return ServletContext object, used by the caller to interact with its servlet container @see ServletContext

()

Source from the content-addressed store, hash-verified

42 * @see ServletContext
43 */
44 ServletContext getServletContext();
45
46 /**
47 * Returns a <code>String</code> containing the value of the named initialization parameter, or <code>null</code> if

Callers 3

getServletContextMethod · 0.65
getServletContextMethod · 0.65
getServletContextMethod · 0.65

Implementers 5

FilterValvejava/org/apache/catalina/valves/Filter
ApplicationFilterConfigjava/org/apache/catalina/core/Applicat
GenericFilterjava/jakarta/servlet/GenericFilter.jav
TesterFilterConfigstest/org/apache/catalina/filters/Teste
TestCorsFiltertest/org/apache/catalina/filters/TestC

Calls

no outgoing calls

Tested by

no test coverage detected