@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)
SessionAware
withSession
in interface SessionAware
session
- a Map of HTTP session attribute name/value pairs.Copyright © 2000–2024 Apache Software Foundation. All rights reserved.