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

Method getResourcePaths

java/jakarta/servlet/ServletContext.java:160–160  ·  view source on GitHub ↗

Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path matches the supplied path argument. Paths indicating subdirectory paths end with a '/'. The returned paths are all relative to the root of the web application and have a leading '/'. For

(String path)

Source from the content-addressed store, hash-verified

158 * @since Servlet 2.3
159 */
160 Set<String> getResourcePaths(String path);
161
162 /**
163 * Returns a URL to the resource that is mapped to a specified path. The path must begin with a "/" and is

Callers 9

doGetMethod · 0.95
getResourcePathsMethod · 0.65
scanFilesInternalMethod · 0.65
scanResourcePathsMethod · 0.65
scanWebInfClassesMethod · 0.65
scanMethod · 0.65
getResourcePathsMethod · 0.65
getResourcePathsMethod · 0.65

Implementers 5

TesterServletContexttest/org/apache/tomcat/unittest/Tester
JspCServletContextjava/org/apache/jasper/servlet/JspCSer
NoPluggabilityServletContextjava/org/apache/catalina/core/Standard
ApplicationContextjava/org/apache/catalina/core/Applicat
ApplicationContextFacadejava/org/apache/catalina/core/Applicat

Calls

no outgoing calls

Tested by 1

doGetMethod · 0.76