Example usage for org.apache.wicket.protocol.http IMetaDataBufferingWebResponse interface-usage

List of usage examples for org.apache.wicket.protocol.http IMetaDataBufferingWebResponse interface-usage

Introduction

In this page you can find the example usage for org.apache.wicket.protocol.http IMetaDataBufferingWebResponse interface-usage.

Usage

From source file org.artifactory.webapp.wicket.application.HeaderBufferingWebResponse.java

/**
 * PATCHED BY YOAVA, see RTFACT-4619 and RTFACT-4635
 * <p/>
 * Response that keeps headers in buffers but writes the content directly to the response.
 * <p/>
 * This is necessary to get {@link #reset()} working without removing the JSESSIONID cookie. When