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

Method find

java/org/apache/catalina/util/ErrorPageSupport.java:82–84  ·  view source on GitHub ↗

Finds the ErrorPage, if any, for the given HTTP status code. @param statusCode The HTTP status code @return The ErrorPage for the status code, or null if none is configured

(int statusCode)

Source from the content-addressed store, hash-verified

80 * @return The ErrorPage for the status code, or {@code null} if none is configured
81 */
82 public ErrorPage find(int statusCode) {
83 return statusPages.get(Integer.valueOf(statusCode));
84 }
85
86
87 /**

Callers 6

findErrorPageMethod · 0.45
getPropertyMethod · 0.45
getPathsMethod · 0.45
loadMethod · 0.45
findErrorPageMethod · 0.45
compareBranchesMethod · 0.45

Calls 4

getMethod · 0.65
getNameMethod · 0.65
equalsMethod · 0.65
valueOfMethod · 0.45

Tested by

no test coverage detected