Class CorpusDocumentOOPSentencesIdxAnnotation

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    @Path("/Corpora/{Corpus}/{Document}/OOP/sentences/{SentenceIdx}/{Annotation}")
    public class CorpusDocumentOOPSentencesIdxAnnotation
    extends AbstractOOPCacheableServlet
    See Also:
    Serialized Form
    • Constructor Detail

      • CorpusDocumentOOPSentencesIdxAnnotation

        public CorpusDocumentOOPSentencesIdxAnnotation()
    • Method Detail

      • doGet

        @GET
        @Produces("application/json; charset=utf-8")
        public String doGet​(@PathParam("Corpus")
                            String corpus,
                            @PathParam("Document")
                            String document,
                            @PathParam("SentenceIdx")
                            Integer idx,
                            @PathParam("Annotation")
                            String annotation)
                     throws IOException,
                            javax.servlet.ServletException
        Throws:
        IOException
        javax.servlet.ServletException