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

Method getContent

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

Returns the binary content of this resource. @return the binary content of this resource or null if it is not available in a byte[] because, for example, it is too big.

()

Source from the content-addressed store, hash-verified

159 * example, it is too big.
160 */
161 byte[] getContent();
162
163 /**
164 * Returns the creation time of this resource.

Callers 15

testGetResourceFileMethod · 0.95
findClassInternalMethod · 0.95
serveResourceMethod · 0.95
getObjectInstanceMethod · 0.65
getObjectInstanceMethod · 0.65
testDoublePushPopMethod · 0.65
testDoubleUnpopPopMethod · 0.65
testDoublePushUnpushMethod · 0.65
testSinglePushRemoveMethod · 0.65
testDoublePushRemoveMethod · 0.65

Implementers 3

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

Calls

no outgoing calls