Class CorpusDocumentOOPTokensIdxAnnotation

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

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

      • CorpusDocumentOOPTokensIdxAnnotation

        public CorpusDocumentOOPTokensIdxAnnotation()
    • Method Detail

      • doGet

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