Uses of Interface
org.apache.wicket.protocol.http.IMetaDataBufferingWebResponse
-
Packages that use IMetaDataBufferingWebResponse Package Description org.apache.wicket.protocol.http HTTP implementation.org.apache.wicket.protocol.http.mock -
-
Uses of IMetaDataBufferingWebResponse in org.apache.wicket.protocol.http
Classes in org.apache.wicket.protocol.http that implement IMetaDataBufferingWebResponse Modifier and Type Class Description class
BufferedWebResponse
Subclass ofWebResponse
that buffers the actions and performs those on another response. -
Uses of IMetaDataBufferingWebResponse in org.apache.wicket.protocol.http.mock
Classes in org.apache.wicket.protocol.http.mock that implement IMetaDataBufferingWebResponse Modifier and Type Class Description class
MockHttpServletResponse
Mock servlet response.
-