Package org.apache.wicket.protocol.http
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 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 void
writeMetaData(WebResponse webResponse)
transfer cookies to given web response
-
-
-
Method Detail
-
writeMetaData
void writeMetaData(WebResponse webResponse)
transfer cookies to given web response- Parameters:
webResponse
- web response that should receive the current cookies
-
-