Interface ResponseFilter


public interface ResponseFilter
Process the original GenericContainerResponse before pass it for serialization to environment, e. g. servlet container. NOTE this filter must not be used directly, it is part of REST framework.
Version:
$Id: $
Author:
Andrey Parfonov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Can modify original response.
  • Method Details

    • doFilter

      void doFilter(GenericContainerResponse response)
      Can modify original response.
      Parameters:
      response - the response from resource