@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
ContainerResponseFilter
request filter
or by a
matched resource method.
Filters in the filter chain are ordered according to their priority
(see Priority
).
filter
in interface ContainerResponseFilter
requestContext
- request context.responseContext
- response context.IOException
- if an I/O exception occurs.Copyright © 2017 JBoss by Red Hat. All rights reserved.