public class SessionAttributes extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
protected static org.slf4j.Logger | 
LOG  | 
| Constructor and Description | 
|---|
SessionAttributes(Map<String,Serializable> attributes)
Deprecated. 
 
will be removed! 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SessionAttributes | 
createSessionAttributes(javax.servlet.http.HttpSession httpSession)
Deprecated. 
 
use SessionUtils 
 | 
Map<String,Serializable> | 
getAttributes()
Deprecated. 
 
will be removed! 
 | 
void | 
setAttributes(Map<String,Serializable> attributes)
Deprecated. 
 
will be removed! 
 | 
@Deprecated public SessionAttributes(Map<String,Serializable> attributes)
@Deprecated public static SessionAttributes createSessionAttributes(javax.servlet.http.HttpSession httpSession)
@Deprecated public Map<String,Serializable> getAttributes()
@Deprecated public void setAttributes(Map<String,Serializable> attributes)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.