Class ServletWrapperResponse

  • All Implemented Interfaces:
    HttpServletResponse, ServletResponse

    public class ServletWrapperResponse
    extends Object
    implements HttpServletResponse
    This class is a filter for the communication between Tomcat and Cocoon. This one concerns the response request. All the methods of the HttpServletResponse interface are implemented.
    Only one of them will be usefull : sendRedirect(). This method uses the cocoon redirector to send the request.