Interface IMetaDataBufferingWebResponse

  • All Known Implementing Classes:
    BufferedWebResponse, MockHttpServletResponse

    public interface IMetaDataBufferingWebResponse
    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 Detail

      • writeMetaData

        void writeMetaData​(org.apache.wicket.request.http.WebResponse webResponse)
        transfer cookies to given web response
        Parameters:
        webResponse - web response that should receive the current cookies