Class Session_impl

    • Constructor Detail

      • Session_impl

        public Session_impl()
    • Method Detail

      • put

        public void put​(String aKey,
                        Object aValue)
        Description copied from interface: Session
        Stores an object in the Session
        Specified by:
        put in interface Session
        Parameters:
        aKey - Key
        aValue - Value
      • get

        public Object get​(String aKey)
        Description copied from interface: Session
        Gets an object from the Session
        Specified by:
        get in interface Session
        Parameters:
        aKey - Key
        Returns:
        the associated value