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

Method getServletClass

java/org/apache/catalina/Wrapper.java:113–113  ·  view source on GitHub ↗

Returns the fully qualified servlet class name for this servlet. @return the servlet class name

()

Source from the content-addressed store, hash-verified

111 * @return the servlet class name
112 */
113 String getServletClass();
114
115
116 /**

Callers 7

addJspFileMethod · 0.95
addServletMethod · 0.95
getNonAsyncClassNamesMethod · 0.95
mergeServletMethod · 0.65
configureContextMethod · 0.65
getClassNameMethod · 0.65

Implementers 1

StandardWrapperjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected