@Deprecated public interface SessionAware extends SessionAware
| Modifier and Type | Method and Description | 
|---|---|
| void | setSession(Map<String,Object> session)Deprecated.  | 
| default void | withSession(Map<String,Object> session)Deprecated.  Applies the Map of session attributes in the implementing class. | 
default void withSession(Map<String,Object> session)
SessionAwarewithSession in interface SessionAwaresession - a Map of HTTP session attribute name/value pairs.Copyright © 2000–2025 Apache Software Foundation. All rights reserved.