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

Method setServletClass

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

Set the fully qualified servlet class name for this servlet. @param servletClass Servlet class name

(String servletClass)

Source from the content-addressed store, hash-verified

119 * @param servletClass Servlet class name
120 */
121 void setServletClass(String servletClass);
122
123
124 /**

Callers 5

addServletMethod · 0.95
configureContextMethod · 0.95
addServletMethod · 0.95
mergeServletMethod · 0.65
convertJspMethod · 0.65

Implementers 1

StandardWrapperjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected