Interface ServletResponseAware

All Superinterfaces:
ServletResponseAware

@Deprecated public interface ServletResponseAware extends ServletResponseAware
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setServletResponse(jakarta.servlet.http.HttpServletResponse httpServletResponse)
    Deprecated.
     
    default void
    withServletResponse(jakarta.servlet.http.HttpServletResponse response)
    Deprecated.
    Applies the HTTP response object in implementing classes.
  • Method Details

    • setServletResponse

      void setServletResponse(jakarta.servlet.http.HttpServletResponse httpServletResponse)
      Deprecated.
    • withServletResponse

      default void withServletResponse(jakarta.servlet.http.HttpServletResponse response)
      Deprecated.
      Description copied from interface: ServletResponseAware
      Applies the HTTP response object in implementing classes.
      Specified by:
      withServletResponse in interface ServletResponseAware
      Parameters:
      response - the HTTP response.