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 response

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


Method Summary
 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


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.