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 classBufferedWebResponseSubclass ofWebResponsethat 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 classMockHttpServletResponseMock servlet response.
-