Interface IHttpServletSubResponse

All Superinterfaces:
HttpServletResponse, IServletSubResponse, ServletResponse
All Known Implementing Classes:
HttpServletSubResponse, HttpServletSubResponseWrapper

public interface IHttpServletSubResponse extends IServletSubResponse, HttpServletResponse
  • Method Details

    • getCookies

      Map<String,Cookie> getCookies()
      Gets the cookies added on this response.
    • getRedirectLocation

      String getRedirectLocation()
      Gets any redirect location.
    • getStatusMessage

      String getStatusMessage()
      Gets any status message set.