Package org.apache.struts2.interceptor
Interface SessionAware
- All Superinterfaces:
SessionAware
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setSession
(Map<String, Object> session) Deprecated.default void
withSession
(Map<String, Object> session) Deprecated.Applies the Map of session attributes in the implementing class.
-
Method Details
-
setSession
Deprecated. -
withSession
Deprecated.Description copied from interface:SessionAware
Applies the Map of session attributes in the implementing class.- Specified by:
withSession
in interfaceSessionAware
- Parameters:
session
- a Map of HTTP session attribute name/value pairs.
-