Interface WebScriptSession

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Gets the id of the session
      java.lang.Object getValue​(java.lang.String name)
      Gets a value from the session
      void removeValue​(java.lang.String name)
      Remove value from the session
      void setValue​(java.lang.String name, java.lang.Object value)
      Sets a value in the session
    • Method Detail

      • getId

        java.lang.String getId()
        Gets the id of the session
        Returns:
        session id
      • getValue

        java.lang.Object getValue​(java.lang.String name)
        Gets a value from the session
        Parameters:
        name - value name
        Returns:
        value
      • setValue

        void setValue​(java.lang.String name,
                      java.lang.Object value)
        Sets a value in the session
        Parameters:
        name - value name
        value - value
      • removeValue

        void removeValue​(java.lang.String name)
        Remove value from the session
        Parameters:
        name - value name