testServlet() — spring-boot Function Reference
Architecture documentation for the testServlet() function in ServletContextInitializerBeansTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 5bb45df1_07ef_1788_30ce_bd619e5f54d7["testServlet()"] e29b8e22_74b9_c08f_bb82_37e19f5ebd34["testServlet()"] e29b8e22_74b9_c08f_bb82_37e19f5ebd34 -->|calls| 5bb45df1_07ef_1788_30ce_bd619e5f54d7 302b4a4e_b3eb_fc85_9a28_a4805693a607["testServlet()"] 302b4a4e_b3eb_fc85_9a28_a4805693a607 -->|calls| 5bb45df1_07ef_1788_30ce_bd619e5f54d7 e2482247_5d01_c989_6d54_e0917392021a["testServlet()"] e2482247_5d01_c989_6d54_e0917392021a -->|calls| 5bb45df1_07ef_1788_30ce_bd619e5f54d7 331e2cfb_f71e_4c72_c074_b9b698598b91["testServlet()"] 331e2cfb_f71e_4c72_c074_b9b698598b91 -->|calls| 5bb45df1_07ef_1788_30ce_bd619e5f54d7 27ae0b67_990d_471a_e5db_d0cc62113335["testServlet()"] 27ae0b67_990d_471a_e5db_d0cc62113335 -->|calls| 5bb45df1_07ef_1788_30ce_bd619e5f54d7 e2482247_5d01_c989_6d54_e0917392021a["testServlet()"] 5bb45df1_07ef_1788_30ce_bd619e5f54d7 -->|calls| e2482247_5d01_c989_6d54_e0917392021a style 5bb45df1_07ef_1788_30ce_bd619e5f54d7 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/web/servlet/ServletContextInitializerBeansTests.java lines 260–269
@Bean
@ServletRegistration(enabled = false, name = "test", asyncSupported = false, urlMappings = "/test/*",
loadOnStartup = 1,
initParameters = { @WebInitParam(name = "env", value = "test"),
@WebInitParam(name = "debug", value = "true") },
multipartConfig = @MultipartConfig(location = "/tmp", maxFileSize = 1024, maxRequestSize = 4096,
fileSizeThreshold = 128))
TestServlet testServlet() {
return new TestServlet();
}
Domain
Subdomains
Calls
- testServlet()
Called By
- testServlet()
- testServlet()
- testServlet()
- testServlet()
- testServlet()
Source
Frequently Asked Questions
What does testServlet() do?
testServlet() is a function in the spring-boot codebase.
What does testServlet() call?
testServlet() calls 1 function(s): testServlet.
What calls testServlet()?
testServlet() is called by 5 function(s): testServlet, testServlet, testServlet, testServlet, testServlet.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free