Class SearchQuestion.RequestParameters.Click
- java.lang.Object
-
- com.funnelback.publicui.search.model.transaction.SearchQuestion.RequestParameters.Click
-
- Enclosing class:
- SearchQuestion.RequestParameters
public static class SearchQuestion.RequestParameters.Click extends Object
Common request parameter names used in the click controller.- Since:
- 11.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SearchQuestion.RequestParameters.Click.Result
Parameter names matching the field names of theSearchQuestion.RequestParameters.Click.Result
class
-
Field Summary
Fields Modifier and Type Field Description static String
AUTH
Authorisation token used to prevent spoofed redirectsstatic String
INDEX_URL
URL of the target in the index (may be different to the redirect URL).static String
NOATTACHMENT
Used in automated tests, in click tracking, to return directly the content of a file instead of redirecting to it.static String
SEARCH_REFERER
Search referrerstatic String
TYPE
Type of click for logging purposesstatic String
TYPE_FP
Feature page click typestatic String
URL
Target URL to redirect to.
-
Constructor Summary
Constructors Constructor Description Click()
-
-
-
Field Detail
-
URL
public static final String URL
Target URL to redirect to.- See Also:
- Constant Field Values
-
INDEX_URL
public static final 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 String AUTH
Authorisation token used to prevent spoofed redirects- See Also:
- Constant Field Values
-
SEARCH_REFERER
public static final String SEARCH_REFERER
Search referrer- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
Type of click for logging purposes- See Also:
- Constant Field Values
-
NOATTACHMENT
public static final 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 String TYPE_FP
Feature page click type- See Also:
- Constant Field Values
-
-