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

Method getResourceAsStream

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

Returns the resource located at the named path as an InputStream object. The data in the InputStream can be of any type or length. The path must be specified according to the rules given in getResource . This method returns null if no resource e

(String path)

Source from the content-addressed store, hash-verified

210 * specified path
211 */
212 InputStream getResourceAsStream(String path);
213
214 /**
215 * Returns a {@link RequestDispatcher} object that acts as a wrapper for the resource located at the given path. A

Callers 15

copyResourceMethod · 0.65
mainMethod · 0.65
loadClassMethod · 0.65
getResourceAsStreamMethod · 0.65
getSmapMethod · 0.65
getInputStreamMethod · 0.65
getInputSourceMethod · 0.65
findTypeMethod · 0.65
JavacErrorDetailMethod · 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 5

copyResourceMethod · 0.52
mainMethod · 0.52
loadClassMethod · 0.52