Interface IHttpRequest

  • All Superinterfaces:
    IRequest

    public interface IHttpRequest
    extends IRequest
    This is an interface for all http request handled by ivy
    Since:
    17.05.2006
    API:
    This is a public API.
    • Method Detail

      • getHttpServletRequest

        javax.servlet.http.HttpServletRequest getHttpServletRequest()
        Gets the http serlet request
        Returns:
        http servlet request
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.
      • getHttpSession

        javax.servlet.http.HttpSession getHttpSession()
        Gets the http session
        Returns:
        http session
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.
      • getServletBasePath

        String getServletBasePath()
        Gets the servlet base path
        Returns:
        servlet base path
        API:
        This public API is available in IvyScript and Java. It has the visibility NOVICE.
      • originatesFromHtmlClient

        boolean originatesFromHtmlClient()
        Indicates whether the request was sent by a HTML based client such as a browser
        Returns:
        true if request was sent by a HTML based client, otherwise false
        API:
        This public API is available in IvyScript and Java. It has the visibility ADVANCED.