Interface CustomPageValue


@Deprecated public interface CustomPageValue
Deprecated.
Class representing a Page Value Object in ITPilot.
Since:
4.6
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the cookies of the page.
    Deprecated.
    Returns the last URL accessed.
    Deprecated.
    Returns the last method used to access the page.
    Deprecated.
    Returns the POST parameters when the last method used in the http request is POST.
  • Method Details

    • getCookies

      String getCookies()
      Deprecated.
      Returns the cookies of the page.
      Returns:
      the cookies of the page.
      Since:
      4.6
    • getLastURL

      String getLastURL()
      Deprecated.
      Returns the last URL accessed.
      Returns:
      the last URL accessed.
      Since:
      4.6
    • getLastURLMethod

      String getLastURLMethod()
      Deprecated.
      Returns the last method used to access the page. Valid values are GET and POST.
      Returns:
      the last method used to access the page.
      Since:
      4.6
    • getLastURLPostParameters

      String getLastURLPostParameters()
      Deprecated.
      Returns the POST parameters when the last method used in the http request is POST.
      Returns:
      the POST parameters if any used to access the page.
      Since:
      4.6