Example usage for org.springframework.web.filter ShallowEtagHeaderFilter subclass-usage

List of usage examples for org.springframework.web.filter ShallowEtagHeaderFilter subclass-usage

Introduction

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

Usage

From source file com.wavemaker.commons.web.filter.EtagFilter.java

/**
 * Created by jvenugopal on 05-05-2015.
 */
public class EtagFilter extends ShallowEtagHeaderFilter {

    private static final Logger logger = LoggerFactory.getLogger(EtagFilter.class);