Class CorpusDocumentTXT

    • Constructor Detail

      • CorpusDocumentTXT

        public CorpusDocumentTXT()
    • Method Detail

      • doGet

        @GET
        @Produces("text/plain")
        public String doGet​(@PathParam("Corpus")
                            String corpus,
                            @PathParam("Document")
                            String document)
                     throws IOException,
                            javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException