Class ResponseFacade

java.lang.Object
org.apache.catalina.connector.ResponseFacade
All Implemented Interfaces:
HttpServletResponse, ServletResponse

public class ResponseFacade extends Object implements HttpServletResponse
Facade class that wraps a Coyote response object. All methods are delegated to the wrapped response.
Author:
Remy Maucherat