com.github.mvysny.kaributesting.mockhttp.SessionAttributeMap.kt Maven / Gradle / Ivy
The newest version!
package com.github.mvysny.kaributesting.mockhttp
import com.github.mvysny.fakeservlet.attributes
import jakarta.servlet.http.HttpSession
@Deprecated("renamed")
public val HttpSession.attributes: MutableMap
get() = attributes
© 2015 - 2024 Weber Informatics LLC | Privacy Policy