Java Doc for ResponseWrapper.java in » Web-Framework » argun » biz » hammurapi » web » menu » Java Source Code / Java DocumentationJava Source Code and Java Documentation
This response wrapper class extends the support class HttpServletResponseWrapper,
which implements all the methods in the HttpServletResponse interface, as
delegations to the wrapped response.
You only need to override the methods that you need to change.
You can get access to the wrapped response using the method getResponse()