public interface ResponseRewriterRegistry
ResponseRewriters.| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
rewriteHttpResponse(HttpRequest req,
HttpResponse resp)
Rewrites an
HttpResponse object with the given request as context,
using the registered rewriters. |
HttpResponse rewriteHttpResponse(HttpRequest req, HttpResponse resp) throws RewritingException
HttpResponse object with the given request as context,
using the registered rewriters.req - Request object for context.resp - Original response object.RewritingExceptionCopyright © 2007-2012. All Rights Reserved.