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

Method getSwallowOutput

java/org/apache/catalina/Context.java:619–619  ·  view source on GitHub ↗

Returns whether stdout and stderr are redirected to the logger during servlet execution. @return true if output is swallowed and redirected to the logger

()

Source from the content-addressed store, hash-verified

617 * @return {@code true} if output is swallowed and redirected to the logger
618 */
619 boolean getSwallowOutput();
620
621
622 /**

Callers 3

invokeMethod · 0.95
initFilterMethod · 0.65
setParentMethod · 0.65

Implementers 5

TesterContexttest/org/apache/tomcat/unittest/Tester
SelectorContextjava/org/apache/naming/SelectorContext
NamingContextjava/org/apache/naming/NamingContext.j
FailedContextjava/org/apache/catalina/startup/Faile
StandardContextjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected