getChainResponse() — spring-boot Function Reference
Architecture documentation for the getChainResponse() function in ErrorPageFilterTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD b31ddfb9_cf30_450c_456a_1eb75ca296e5["getChainResponse()"] 0fc949d7_4b93_7e28_2565_2f81968198d7["notAnError()"] 0fc949d7_4b93_7e28_2565_2f81968198d7 -->|calls| b31ddfb9_cf30_450c_456a_1eb75ca296e5 1b3cf6d8_1c25_c82a_7114_adc82842a816["notAnErrorButNotOK()"] 1b3cf6d8_1c25_c82a_7114_adc82842a816 -->|calls| b31ddfb9_cf30_450c_456a_1eb75ca296e5 dbc270f0_10cd_2e53_0338_0393d69daa87["unauthorizedWithErrorPath()"] dbc270f0_10cd_2e53_0338_0393d69daa87 -->|calls| b31ddfb9_cf30_450c_456a_1eb75ca296e5 e59ccdee_ed4a_7ee4_088d_dc60abccfb51["responseCommitted()"] e59ccdee_ed4a_7ee4_088d_dc60abccfb51 -->|calls| b31ddfb9_cf30_450c_456a_1eb75ca296e5 17293076_455d_cef4_9c1d_1f391142d3e1["responseUncommittedWithoutErrorPage()"] 17293076_455d_cef4_9c1d_1f391142d3e1 -->|calls| b31ddfb9_cf30_450c_456a_1eb75ca296e5 ca720b5d_5aeb_5313_5c67_99f697ae319b["globalError()"] ca720b5d_5aeb_5313_5c67_99f697ae319b -->|calls| b31ddfb9_cf30_450c_456a_1eb75ca296e5 2a929cee_f44b_7d5a_b87d_c01c692faf23["statusError()"] 2a929cee_f44b_7d5a_b87d_c01c692faf23 -->|calls| b31ddfb9_cf30_450c_456a_1eb75ca296e5 69c773d5_5122_b02c_0d63_f95ef53fc116["statusErrorWithCommittedResponse()"] 69c773d5_5122_b02c_0d63_f95ef53fc116 -->|calls| b31ddfb9_cf30_450c_456a_1eb75ca296e5 37f60d17_dca6_dcb2_0ce7_c66cafcaac62["exceptionError()"] 37f60d17_dca6_dcb2_0ce7_c66cafcaac62 -->|calls| b31ddfb9_cf30_450c_456a_1eb75ca296e5 d7a07567_1635_1dd6_5272_1028aff3cc12["statusCode()"] d7a07567_1635_1dd6_5272_1028aff3cc12 -->|calls| b31ddfb9_cf30_450c_456a_1eb75ca296e5 065bd499_013f_3863_b667_ce165e3dd1d0["subClassExceptionError()"] 065bd499_013f_3863_b667_ce165e3dd1d0 -->|calls| b31ddfb9_cf30_450c_456a_1eb75ca296e5 85774e5e_42c3_34e4_eeb4_e40c0dbc30e0["responseIsNotCommittedWhenRequestIsAsync()"] 85774e5e_42c3_34e4_eeb4_e40c0dbc30e0 -->|calls| b31ddfb9_cf30_450c_456a_1eb75ca296e5 d58c9f18_a450_67aa_bd3a_b5485793e69b["responseIsCommittedWhenRequestIsAsyncAndExceptionIsThrown()"] d58c9f18_a450_67aa_bd3a_b5485793e69b -->|calls| b31ddfb9_cf30_450c_456a_1eb75ca296e5 c6129923_4e9e_3e74_f6cc_f4c528e82ba3["responseIsCommittedWhenRequestIsAsyncAndStatusIs400Plus()"] c6129923_4e9e_3e74_f6cc_f4c528e82ba3 -->|calls| b31ddfb9_cf30_450c_456a_1eb75ca296e5 style b31ddfb9_cf30_450c_456a_1eb75ca296e5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/web/servlet/support/ErrorPageFilterTests.java lines 435–439
private HttpServletResponseWrapper getChainResponse() {
HttpServletResponseWrapper response = (HttpServletResponseWrapper) this.chain.getResponse();
assertThat(response).isNotNull();
return response;
}
Domain
Subdomains
Called By
- exceptionError()
- globalError()
- notAnError()
- notAnErrorButNotOK()
- responseCommitted()
- responseIsCommittedWhenExceptionIsThrownDuringAsyncDispatch()
- responseIsCommittedWhenRequestIsAsyncAndExceptionIsThrown()
- responseIsCommittedWhenRequestIsAsyncAndStatusIs400Plus()
- responseIsCommittedWhenStatusIs400PlusDuringAsyncDispatch()
- responseIsNotCommittedDuringAsyncDispatch()
- responseIsNotCommittedWhenRequestIsAsync()
- responseUncommittedWithoutErrorPage()
- servletExceptionIsUnwrapped()
- servletExceptionWithNoCause()
- statusCode()
- statusError()
- statusErrorWithCommittedResponse()
- subClassExceptionError()
- unauthorizedWithErrorPath()
Source
Frequently Asked Questions
What does getChainResponse() do?
getChainResponse() is a function in the spring-boot codebase.
What calls getChainResponse()?
getChainResponse() is called by 19 function(s): exceptionError, globalError, notAnError, notAnErrorButNotOK, responseCommitted, responseIsCommittedWhenExceptionIsThrownDuringAsyncDispatch, responseIsCommittedWhenRequestIsAsyncAndExceptionIsThrown, responseIsCommittedWhenRequestIsAsyncAndStatusIs400Plus, and 11 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free