@Provider @Priority(value=4000) public class MessageSanitizerContainerResponseFilter extends Object implements ContainerResponseFilter
| Constructor and Description |
|---|
MessageSanitizerContainerResponseFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
filter(ContainerRequestContext requestContext,
ContainerResponseContext responseContext)
Filter method called after a response has been provided for a request
(either by a
request filter or by a
matched resource method. |
public MessageSanitizerContainerResponseFilter()
public void filter(ContainerRequestContext requestContext, ContainerResponseContext responseContext) throws IOException
ContainerResponseFilterrequest filter or by a
matched resource method.
Filters in the filter chain are ordered according to their priority
(see Priority).
filter in interface ContainerResponseFilterrequestContext - request context.responseContext - response context.IOException - if an I/O exception occurs.Copyright © 2018 JBoss by Red Hat. All rights reserved.