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.
  • Field Details

    • sm

      protected static final StringManager sm
      The string manager for this package.
    • response

      protected Response response
      The wrapped response.
  • Constructor Details

    • ResponseFacade

      public ResponseFacade(Response response)
      Construct a wrapper for the specified response.
      Parameters:
      response - The response to be wrapped
  • Method Details