Package org.apache.wicket.protocol.http
Interface IMetaDataBufferingWebResponse
-
- All Known Implementing Classes:
BufferedWebResponse,MockHttpServletResponse
public interface IMetaDataBufferingWebResponseAny kind of response that buffers meta data such as cookies and headers and can unbuffer it into another responseThis is, for example, needed to save the cookies during a redirect to buffer operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteMetaData(org.apache.wicket.request.http.WebResponse webResponse)transfer cookies to given web response
-