Class DefaultWebSessionContext

    • Constructor Detail

      • DefaultWebSessionContext

        public DefaultWebSessionContext()
      • DefaultWebSessionContext

        public DefaultWebSessionContext​(Map<String,​Object> map)
    • Method Detail

      • setServletRequest

        public void setServletRequest​(javax.servlet.ServletRequest request)
        Description copied from interface: WebSessionContext
        Sets the ServletRequest received by the servlet container triggering the creation of the Session instance.
        Specified by:
        setServletRequest in interface WebSessionContext
        Parameters:
        request - the ServletRequest received by the servlet container triggering the creation of the Session instance.
      • getServletRequest

        public javax.servlet.ServletRequest getServletRequest()
        Description copied from interface: WebSessionContext
        Returns the ServletRequest received by the servlet container triggering the creation of the Session instance.
        Specified by:
        getServletRequest in interface RequestPairSource
        Specified by:
        getServletRequest in interface WebSessionContext
        Returns:
        the ServletRequest received by the servlet container triggering the creation of the Session instance.