Interface IMetaDataBufferingWebResponse

All Known Implementing Classes:
BufferedWebResponse, MockHttpServletResponse

Any kind of response that buffers meta data such as cookies and headers and can unbuffer it into another response

This is, for example, needed to save the cookies during a redirect to buffer operation

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    transfer cookies to given web response
  • Method Details

    • writeMetaData

      void writeMetaData(WebResponse webResponse)
      transfer cookies to given web response
      Parameters:
      webResponse - web response that should receive the current cookies