Home / Function/ getAttributesForDispatch() — spring-boot Function Reference

getAttributesForDispatch() — spring-boot Function Reference

Architecture documentation for the getAttributesForDispatch() function in ErrorPageFilterTests.java from the spring-boot codebase.

Function java GradlePlugin DslExtensions calls 2 called by 4

Entity Profile

Dependency Diagram

graph TD
  f5a5d09b_242f_266b_ae47_7aada2f86902["getAttributesForDispatch()"]
  37f60d17_dca6_dcb2_0ce7_c66cafcaac62["exceptionError()"]
  37f60d17_dca6_dcb2_0ce7_c66cafcaac62 -->|calls| f5a5d09b_242f_266b_ae47_7aada2f86902
  065bd499_013f_3863_b667_ce165e3dd1d0["subClassExceptionError()"]
  065bd499_013f_3863_b667_ce165e3dd1d0 -->|calls| f5a5d09b_242f_266b_ae47_7aada2f86902
  ccf435b4_4652_7452_0941_f66de5321f2d["servletExceptionIsUnwrapped()"]
  ccf435b4_4652_7452_0941_f66de5321f2d -->|calls| f5a5d09b_242f_266b_ae47_7aada2f86902
  dcd98649_8993_75cc_a0a5_d24288a4797a["servletExceptionWithNoCause()"]
  dcd98649_8993_75cc_a0a5_d24288a4797a -->|calls| f5a5d09b_242f_266b_ae47_7aada2f86902
  bded85a1_9346_0e7f_d1d0_bb10b861d5b7["getDispatcher()"]
  f5a5d09b_242f_266b_ae47_7aada2f86902 -->|calls| bded85a1_9346_0e7f_d1d0_bb10b861d5b7
  39fc0080_e526_ba4c_25f6_b6e4c2e99c4f["getRequestAttributes()"]
  f5a5d09b_242f_266b_ae47_7aada2f86902 -->|calls| 39fc0080_e526_ba4c_25f6_b6e4c2e99c4f
  style f5a5d09b_242f_266b_ae47_7aada2f86902 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 431–433

	private Map<String, Object> getAttributesForDispatch(String path) {
		return this.request.getDispatcher(path).getRequestAttributes();
	}

Domain

Subdomains

Calls

  • getDispatcher()
  • getRequestAttributes()

Frequently Asked Questions

What does getAttributesForDispatch() do?
getAttributesForDispatch() is a function in the spring-boot codebase.
What does getAttributesForDispatch() call?
getAttributesForDispatch() calls 2 function(s): getDispatcher, getRequestAttributes.
What calls getAttributesForDispatch()?
getAttributesForDispatch() is called by 4 function(s): exceptionError, servletExceptionIsUnwrapped, servletExceptionWithNoCause, subClassExceptionError.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free