Class SearchQuestion.RequestParameters.Serve

  • Enclosing class:
    SearchQuestion.RequestParameters

    public static class SearchQuestion.RequestParameters.Serve
    extends java.lang.Object
    Common request parameter names used in the serve-* controllers
    Since:
    11.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AUTH
      Authentication token
      static java.lang.String DOC
      Location of the file on disk
      static java.lang.String URI
      URI of the document to serve
    • Constructor Summary

      Constructors 
      Constructor Description
      Serve()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Serve

        public Serve()