Interface WebSessionContext

    • Method Detail

      • getServletRequest

        ServletRequest getServletRequest()
        Returns the ServletRequest received by the servlet container triggering the creation of the Session instance.
        Specified by:
        getServletRequest in interface  RequestPairSource
        Returns:
        the ServletRequest received by the servlet container triggering the creation of the Session instance.
      • setServletRequest

        void setServletRequest(ServletRequest request)
        Sets the ServletRequest received by the servlet container triggering the creation of the Session instance.
        Parameters:
        request - the ServletRequest received by the servlet container triggering the creation of the Session instance.
      • setServletResponse

        void setServletResponse(ServletResponse response)
        Sets the paired ServletResponse corresponding to the associated servletRequest.
        Parameters:
        response - The paired ServletResponse corresponding to the associated servletRequest.