Class DefaultWebSessionContext

    • Constructor Detail

      • DefaultWebSessionContext

        public DefaultWebSessionContext()
      • DefaultWebSessionContext

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

      • setServletRequest

        public void setServletRequest(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 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  WebSessionContext
        Specified by:
        getServletRequest in interface  RequestPairSource
        Returns:
        the ServletRequest received by the servlet container triggering the creation of the Session instance.