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

Method getResource

java/org/apache/catalina/WebResourceSet.java:36–36  ·  view source on GitHub ↗

Obtain the object that represents the resource at the given path. Note the resource at that path may not exist. @param path The path for the resource of interest relative to the root of the web application. It must start with '/'. @return The object that represents the resource at

(String path)

Source from the content-addressed store, hash-verified

34 * @return The object that represents the resource at the given path
35 */
36 WebResource getResource(String path);
37
38 /**
39 * Obtain the list of the names of all of the files and directories located in the specified directory.

Callers 15

getResourceMethod · 0.65
initMethod · 0.65
isOutDatedMethod · 0.65
getLastModifiedMethod · 0.65
getInputSourceMethod · 0.65
getURLMethod · 0.65
initMethod · 0.65
serviceJspFileMethod · 0.65
scanJspConfigMethod · 0.65
parseTldMethod · 0.65

Implementers 2

EmptyResourceSetjava/org/apache/catalina/webresources/
AbstractResourceSetjava/org/apache/catalina/webresources/

Calls

no outgoing calls

Tested by

no test coverage detected