Class CorpusDocumentOOPAnnotationSubannotation

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

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

      • CorpusDocumentOOPAnnotationSubannotation

        public CorpusDocumentOOPAnnotationSubannotation()
    • Method Detail

      • doGet

        @GET
        @Produces("application/json; charset=utf-8")
        public String doGet​(@PathParam("Corpus")
                            String corpus,
                            @PathParam("Document")
                            String document,
                            @PathParam("Annotation")
                            String annotation,
                            @PathParam("Subannotation")
                            String subannotation)
                     throws com.fasterxml.jackson.core.JsonProcessingException,
                            IOException,
                            javax.servlet.ServletException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
        IOException
        javax.servlet.ServletException