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

Method getString

java/org/apache/tomcat/util/http/fileupload/FileItem.java:132–132  ·  view source on GitHub ↗

Returns the contents of the file item as a String, using the default character encoding. This method uses #get() to retrieve the contents of the item. @return The contents of the item, as a string.

()

Source from the content-addressed store, hash-verified

130 * @return The contents of the item, as a string.
131 */
132 String getString();
133
134 /**
135 * Returns the contents of the file item as a String, using the specified

Callers 15

isManagedBeanMethod · 0.65
destroyInstanceMethod · 0.65
injectMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
renderHTMLMethod · 0.65
doGetMethod · 0.65
doGetMethod · 0.65
sendMessageMethod · 0.65
doAfterBodyMethod · 0.65

Implementers 1

DiskFileItemjava/org/apache/tomcat/util/http/fileu

Calls

no outgoing calls

Tested by 9

testNullKeyMethod · 0.52
testBug46933Method · 0.52
doTestHeaderLimitsMethod · 0.52
testBug53071Method · 0.52
configureClientCertMethod · 0.52