Class SessionAttributes

java.lang.Object
de.xima.fc.beans.SessionAttributes
All Implemented Interfaces:
Serializable

@Deprecated public class SessionAttributes extends Object implements Serializable
Deprecated.
Use de.xima.fc.web.common.utils.SessionUtils
See Also:
  • Field Details

    • LOG

      protected static final org.slf4j.Logger LOG
      Deprecated.
  • Constructor Details

  • Method Details

    • 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.