Interface IHttpResponse

  • All Superinterfaces:
    IResponse

    public interface IHttpResponse
    extends IResponse
    This is an interface for all http responses handled by ivy
    Since:
    17.05.2006
    API:
    This is a public API.
    • Method Detail

      • getHttpServletResponse

        javax.servlet.http.HttpServletResponse getHttpServletResponse()
        Gets the http servlet response
        Returns:
        http servlet response
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.