Interface RequestPairSource

    • Method Detail

      • getServletRequest

        javax.servlet.ServletRequest getServletRequest()
        Returns the incoming ServletRequest associated with the component.
        Returns:
        the incoming ServletRequest associated with the component.
      • getServletResponse

        javax.servlet.ServletResponse getServletResponse()
        Returns the outgoing ServletResponse paired with the incoming servletRequest.
        Returns:
        the outgoing ServletResponse paired with the incoming servletRequest.