Class JakartaHttpResponse

java.lang.Object
com.oorian.jakarta.JakartaHttpResponse
All Implemented Interfaces:
OorianHttpResponse

public class JakartaHttpResponse extends Object implements OorianHttpResponse
Adapter that wraps a HttpServletResponse to implement the framework-agnostic OorianHttpResponse interface.

This class is used by the thin Jakarta library to bridge between the servlet container and the Oorian common library.

Since:
2.1
Version:
1.0
Author:
Oorian Framework
See Also:
  • Constructor Details

    • JakartaHttpResponse

      public JakartaHttpResponse(jakarta.servlet.http.HttpServletResponse response)
      Creates a new adapter wrapping the given servlet response.
      Parameters:
      response - The Jakarta servlet response to wrap.
  • Method Details