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

Method getServletName

java/jakarta/servlet/ServletConfig.java:33–33  ·  view source on GitHub ↗

Returns the name of this servlet instance. The name may be provided via server administration, assigned in the web application deployment descriptor, or for an unregistered (and thus unnamed) servlet instance it will be the servlet's class name. @return the name of the servlet instance

()

Source from the content-addressed store, hash-verified

31 * @return the name of the servlet instance
32 */
33 String getServletName();
34
35 /**
36 * Returns a reference to the {@link ServletContext} in which the caller is executing.

Callers 7

handlePageExceptionMethod · 0.65
addServletMethod · 0.65
configureContextMethod · 0.65
getServletNameMethod · 0.65
initMethod · 0.65
getServletNameMethod · 0.65

Implementers 3

StandardWrapperFacadejava/org/apache/catalina/core/Standard
StandardWrapperjava/org/apache/catalina/core/Standard
GenericServletjava/jakarta/servlet/GenericServlet.ja

Calls

no outgoing calls

Tested by

no test coverage detected