Interface AbstractSessionSearchObjectManager.Session

All Known Implementing Classes:
AbstractSessionSearchObjectManager.VelocityRequestSessionWrapper
Enclosing class:
AbstractSessionSearchObjectManager<T>

@Deprecated public static interface AbstractSessionSearchObjectManager.Session
Deprecated.
since 7.1 Storing information in server side HttpSession is not Vertigo aligned
Simple interface for a wrapper of the various representations of Sessions we might use.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    Deprecated.
     
    void
    set(String s, Object o)
    Deprecated.
     
  • Method Details

    • get

      Object get(String s)
      Deprecated.
      Parameters:
      s - session object key
      Returns:
      the object from the session; null if it doesn't exist
    • set

      void set(String s, Object o)
      Deprecated.
      Parameters:
      s - session object key
      o - the object to store
    • getId

      String getId()
      Deprecated.
      Returns:
      a unique String identifier for the session being wrapped