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

Method getWrapper

java/org/apache/catalina/ContainerServlet.java:31–31  ·  view source on GitHub ↗

Obtain the Wrapper with which this Servlet is associated. @return The Wrapper with which this Servlet is associated.

()

Source from the content-addressed store, hash-verified

29 * @return The Wrapper with which this Servlet is associated.
30 */
31 Wrapper getWrapper();
32
33
34 /**

Callers 6

serviceJspFileMethod · 0.65
hasResourcePermissionMethod · 0.65
invokeMethod · 0.65
postParseRequestMethod · 0.65

Implementers 2

ManagerServletjava/org/apache/catalina/manager/Manag
HostManagerServletjava/org/apache/catalina/manager/host/

Calls

no outgoing calls

Tested by

no test coverage detected