Java org.springframework.web.filter ShallowEtagHeaderFilter fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.filter ShallowEtagHeaderFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.filter ShallowEtagHeaderFilter.

The text is from its open source code.

Subclass

org.springframework.web.filter.ShallowEtagHeaderFilter has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voiddisableContentCaching(ServletRequest request)
This method can be used to disable the content caching response wrapper of the ShallowEtagHeaderFilter.
voidsetWriteWeakETag(boolean writeWeakETag)
Set whether the ETag value written to the response should be weak, as per RFC 7232.