Example usage for org.apache.wicket.request.http WebResponse subclass-usage

List of usage examples for org.apache.wicket.request.http WebResponse subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.request.http WebResponse subclass-usage.

Usage

From source file com.mastfrog.acteur.wicket.adapters.ResponseAdapter.java

/**
 * Wraps an Acteur Response object and exposes it as a Wicket WebResponse
 * object.
 *
 * @author Tim Boudreau
 */

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

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

/**
 * WebResponse decorator. Ignores EOFException, see RTFACT-2997
 *
 * @author yoava
 */
public class IgnoreEofWebResponse extends WebResponse {