Interface SessionAware

All Superinterfaces:
SessionAware

@Deprecated public interface SessionAware extends SessionAware
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
     
    default void
    Deprecated.
    Applies the Map of session attributes in the implementing class.
  • Method Details

    • setSession

      void setSession(Map<String,Object> session)
      Deprecated.
    • withSession

      default void withSession(Map<String,Object> session)
      Deprecated.
      Description copied from interface: SessionAware
      Applies the Map of session attributes in the implementing class.
      Specified by:
      withSession in interface SessionAware
      Parameters:
      session - a Map of HTTP session attribute name/value pairs.