spring-framework / org.springframework.web.method.annotation / SessionAttributesHandler / cleanupAttributes

cleanupAttributes

open fun cleanupAttributes(request: WebRequest): Unit

Remove "known" attributes from the session, i.e. attributes listed by name in @SessionAttributes or attributes previously stored in the model that matched by type.

Parameters

request - the current request