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

Method getErrorDispatcher

java/org/apache/jasper/compiler/Compiler.java:591–593  ·  view source on GitHub ↗

Returns the error dispatcher. @return the error dispatcher.

()

Source from the content-addressed store, hash-verified

589 * @return the error dispatcher.
590 */
591 public ErrorDispatcher getErrorDispatcher() {
592 return errDispatcher;
593 }
594
595 /**
596 * Returns the page information.

Callers 10

ParserControllerMethod · 0.80
JspDocumentParserMethod · 0.80
ParserMethod · 0.80
DirectiveVisitorMethod · 0.80
ValidateVisitorMethod · 0.80
TagExtraInfoVisitorMethod · 0.80
validateXmlViewMethod · 0.80
GeneratorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected