Example usage for javax.servlet ServletResponseWrapper subclass-usage

List of usage examples for javax.servlet ServletResponseWrapper subclass-usage

Introduction

In this page you can find the example usage for javax.servlet ServletResponseWrapper subclass-usage.

Usage

From source file org.yestech.jmlnitrate.util.ServletResponseAdaptor.java

/**
 * This class represents an Adaptor to a {@link ServletResponse} that adds the
 * ability to add Parameters to the Response.
 *
 * @author Arthur Copeland
 * @version $Revision: 3 $

From source file com.anite.ocelot.CachedServletResponse.java

/**
 * @author Matthew.Norris
 */
public class CachedServletResponse extends ServletResponseWrapper {

    /** logging */