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

Method getServletConfig

java/jakarta/servlet/Servlet.java:81–81  ·  view source on GitHub ↗

Returns a ServletConfig object, which contains initialization and startup parameters for this servlet. The ServletConfig object returned is the one passed to the init method. Implementations of this interface are responsible for storing the ServletConfig</

()

Source from the content-addressed store, hash-verified

79 * @see #init
80 */
81 ServletConfig getServletConfig();
82
83 /**
84 * Called by the servlet container to allow the servlet to respond to a request.

Callers 13

doGetMethod · 0.65
testConcurrencyMethod · 0.65
doGetMethod · 0.65
initializeMethod · 0.65
getServletConfigMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65
initMethod · 0.65

Implementers 1

GenericServletjava/jakarta/servlet/GenericServlet.ja

Calls

no outgoing calls

Tested by 2

testConcurrencyMethod · 0.52
doGetMethod · 0.52