Class SearchQuestion.RequestParameters.Cache
- java.lang.Object
-
- com.funnelback.publicui.search.model.transaction.SearchQuestion.RequestParameters.Cache
-
- Enclosing class:
- SearchQuestion.RequestParameters
public static class SearchQuestion.RequestParameters.Cache extends Object
Common request parameter names used in the cache controller.- Since:
- 11.0
-
-
Constructor Summary
Constructors Constructor Description Cache()
-
-
-
Field Detail
-
URL
public static final String URL
URL of the original document- See Also:
- Constant Field Values
-
DOC
public static final String DOC
Document path- See Also:
- Constant Field Values
-
OFFSET
public static final String OFFSET
Offset where to read the file from- See Also:
- Constant Field Values
-
LENGTH
public static final String LENGTH
Length of the file to read- See Also:
- Constant Field Values
-
-