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

Method getErrorPages

java/org/apache/tomcat/util/descriptor/web/WebXml.java:769–771  ·  view source on GitHub ↗

Returns the error pages. @return the error pages

()

Source from the content-addressed store, hash-verified

767 * @return the error pages
768 */
769 public Map<String,ErrorPage> getErrorPages() {
770 return errorPages;
771 }
772
773 // Digester will check there is only one jsp-config
774 // jsp-config/taglib or taglib (2.3 and earlier)

Callers 3

testEncodingMethod · 0.95
mergeMethod · 0.95
configureContextMethod · 0.80

Calls

no outgoing calls

Tested by 1

testEncodingMethod · 0.76