Example usage for org.springframework.mock.web MockFilterChain subclass-usage

List of usage examples for org.springframework.mock.web MockFilterChain subclass-usage

Introduction

In this page you can find the example usage for org.springframework.mock.web MockFilterChain subclass-usage.

Usage

From source file com.surevine.alfresco.audit.integration.ResponseModifiableMockFilterChain.java

/**
 * This class is used so that we can inject our own implementation of the doFilter method such that we can write to the
 * response object when the decorating outputstream is attached.
 * 
 * @author garethferrier
 *