Class SearchQuestion.RequestParameters.Cache

  • Enclosing class:
    SearchQuestion.RequestParameters

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

      Fields 
      Modifier and Type Field Description
      static java.lang.String DOC
      Document path
      static java.lang.String LENGTH
      Length of the file to read
      static java.lang.String OFFSET
      Offset where to read the file from
      static java.lang.String URL
      URL of the original document
    • Constructor Summary

      Constructors 
      Constructor Description
      Cache()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Cache

        public Cache()