Interface RequestPairSource

    • Method Summary

      Modifier and Type Method and Description
      ServletRequest getServletRequest()
      Returns the incoming ServletRequest associated with the component.
      ServletResponse getServletResponse()
      Returns the outgoing ServletResponse paired with the incoming servletRequest.
    • Method Detail

      • getServletRequest

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

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