public class CajaResponseRewriter extends Object implements ResponseRewriter
| Constructor and Description |
|---|
CajaResponseRewriter(RequestPipeline requestPipeline) |
@Inject public CajaResponseRewriter(RequestPipeline requestPipeline)
public void rewrite(HttpRequest req, HttpResponseBuilder resp, Gadget gadget) throws RewritingException
ResponseRewriterrewrite in interface ResponseRewriterreq - The request that was made.resp - The response generated as a result of the request.gadget - The gadget that made the request. This parameter may be null.RewritingException - Thrown if something went wrong when rewriting the response.Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.