Interface HttpSessionAware
- All Known Implementing Classes:
MockHttpServletRequestImpl
public interface HttpSessionAware
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setSession
(jakarta.servlet.http.HttpSession session) Use HTTP session.
-
Method Details
-
setSession
void setSession(jakarta.servlet.http.HttpSession session) Use HTTP session.- Parameters:
session
- session to use
-