public interface ResponseFilter
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.| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(GenericContainerResponse response)
Can modify original response.
|
void doFilter(GenericContainerResponse response)
response - the response from resourceCopyright © 2012–2016 Codenvy, S.A.. All rights reserved.