Package de.xima.fc.beans
Class SessionAttributes
- java.lang.Object
-
- de.xima.fc.beans.SessionAttributes
-
- All Implemented Interfaces:
Serializable
@Deprecated public class SessionAttributes extends Object implements Serializable
Deprecated.Usede.xima.fc.web.common.utils.SessionUtils
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Logger
LOG
Deprecated.
-
Constructor Summary
Constructors Constructor Description SessionAttributes(Map<String,Serializable> attributes)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SessionAttributes
createSessionAttributes(javax.servlet.http.HttpSession httpSession)
Deprecated.Map<String,Serializable>
getAttributes()
Deprecated.void
setAttributes(Map<String,Serializable> attributes)
Deprecated.
-
-
-
Constructor Detail
-
SessionAttributes
public SessionAttributes(Map<String,Serializable> attributes)
Deprecated.
-
-
Method Detail
-
createSessionAttributes
public static SessionAttributes createSessionAttributes(javax.servlet.http.HttpSession httpSession)
Deprecated.
-
getAttributes
public Map<String,Serializable> getAttributes()
Deprecated.
-
setAttributes
public void setAttributes(Map<String,Serializable> attributes)
Deprecated.
-
-