Class SearchQuestion.RequestParameters.Click

  • Enclosing class:
    SearchQuestion.RequestParameters

    public static class SearchQuestion.RequestParameters.Click
    extends java.lang.Object
    Common request parameter names used in the click controller.
    Since:
    11.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AUTH
      Authorisation token used to prevent spoofed redirects
      static java.lang.String INDEX_URL
      URL of the target in the index (may be different to the redirect URL).
      static java.lang.String NOATTACHMENT
      Used in automated tests, in click tracking, to return directly the content of a file instead of redirecting to it.
      static java.lang.String SEARCH_REFERER
      Search referrer
      static java.lang.String TYPE
      Type of click for logging purposes
      static java.lang.String TYPE_FP
      Feature page click type
      static java.lang.String URL
      Target URL to redirect to.
    • Constructor Summary

      Constructors 
      Constructor Description
      Click()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • URL

        public static final java.lang.String URL
        Target URL to redirect to.
        See Also:
        Constant Field Values
      • INDEX_URL

        public static final java.lang.String INDEX_URL
        URL of the target in the index (may be different to the redirect URL). This is the URL that will be logged in clicks.log
        See Also:
        Constant Field Values
      • AUTH

        public static final java.lang.String AUTH
        Authorisation token used to prevent spoofed redirects
        See Also:
        Constant Field Values
      • SEARCH_REFERER

        public static final java.lang.String SEARCH_REFERER
        Search referrer
        See Also:
        Constant Field Values
      • TYPE

        public static final java.lang.String TYPE
        Type of click for logging purposes
        See Also:
        Constant Field Values
      • NOATTACHMENT

        public static final java.lang.String NOATTACHMENT
        Used in automated tests, in click tracking, to return directly the content of a file instead of redirecting to it.
        See Also:
        Constant Field Values
      • TYPE_FP

        public static final java.lang.String TYPE_FP
        Feature page click type
        See Also:
        Constant Field Values
    • Constructor Detail

      • Click

        public Click()