interface GrailsResponseMutator
Interface to assign to a HttpServletResponse wrapper so on an error, it can be deactivated to not further change the response.
Type Params | Return Type | Name and description |
---|---|---|
|
abstract void |
deactivateResponseMutator() Do not mutate the response & stop any processing of it. |