Class Adapter.HttpServletResponseAdapterImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private jakarta.servlet.http.HttpServletResponse delegate  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getStatus()  
      java.io.PrintWriter getWriter()  
      void setContentType​(java.lang.String contentType)  
      void setStatus​(int httpStatusCode)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • delegate

        private final jakarta.servlet.http.HttpServletResponse delegate
    • Constructor Detail

      • HttpServletResponseAdapterImpl

        HttpServletResponseAdapterImpl​(jakarta.servlet.http.HttpServletResponse delegate)