spring-framework / org.springframework.web.context.support / ServletContextAttributeExporter / setAttributes

setAttributes

open fun setAttributes(attributes: MutableMap<String, Any>): Unit

Set the ServletContext attributes to expose as key-value pairs. Each key will be considered a ServletContext attributes key, and each value will be used as corresponding attribute value.

Usually, you will use bean references for the values, to export Spring-defined beans as ServletContext attributes. Of course, it is also possible to define plain values to export.