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

Method getWebappPath

java/org/apache/catalina/WebResource.java:114–114  ·  view source on GitHub ↗

Returns the webapp path of this resource. @return The path of this resource relative to the web application root. If the resource is a directory, the return value will end in '/'.

()

Source from the content-addressed store, hash-verified

112 * return value will end in '/'.
113 */
114 String getWebappPath();
115
116 /**
117 * Returns the weak ETag calculated from the content length and last modified.

Implementers 3

CachedResourcejava/org/apache/catalina/webresources/
AbstractResourcejava/org/apache/catalina/webresources/
EmptyResourcejava/org/apache/catalina/webresources/

Calls

no outgoing calls