Package org.exoplatform.services.rest
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 TypeMethodDescriptionvoiddoFilter(GenericContainerResponse response) Can modify original response.
-
Method Details
-
doFilter
Can modify original response.- Parameters:
response- the response from resource
-