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

Method write

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

Create a new resource at the requested path using the provided InputStream. @param path The path to be used for the new Resource. It is relative to the root of the web application and must start with '/'. @param is The InputStream that will provide the content for t

(String path, InputStream is, boolean overwrite)

Source from the content-addressed store, hash-verified

78 * @return <code>true</code> if and only if the new Resource is written
79 */
80 boolean write(String path, InputStream is, boolean overwrite);
81
82 /**
83 * Sets the root for this resource set.

Callers 15

generateWebMappingMethod · 0.65
mergeIntoWebXmlMethod · 0.65
initWebXmlMethod · 0.65
completeWebXmlMethod · 0.65
writeMethod · 0.65
outputMethod · 0.65
installMethod · 0.65
escapeCDATAMethod · 0.65
processCharsMethod · 0.65
JspReaderMethod · 0.65
getTextMethod · 0.65
writeMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected