Class SentencesAnnotationScalarText
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- io.outofprintmagazine.web.servlets.AbstractOOPServlet
-
- io.outofprintmagazine.web.servlets.AbstractOOPCacheableServlet
-
- io.outofprintmagazine.web.rest.api.SentencesAnnotationScalarText
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
@Path("/SentencesAnnotationScalarText") public class SentencesAnnotationScalarText extends AbstractOOPCacheableServlet
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.outofprintmagazine.web.servlets.AbstractOOPCacheableServlet
lastModified
-
-
Constructor Summary
Constructors Constructor Description SentencesAnnotationScalarText()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
doGet(String corpus, String document, String annotation, String format)
-
Methods inherited from class io.outofprintmagazine.web.servlets.AbstractOOPCacheableServlet
getLastModified, init, setCacheControl
-
Methods inherited from class io.outofprintmagazine.web.servlets.AbstractOOPServlet
calculateSimilarity, createObject, createObjectCloud, createObjectTidy, generatePst, getAnnotationDescription, getMapper, getStorage, plainTextToHtml, reformatTidyArray, setAnnotationDescriptionsAttribute, setContentTypeJson, setDocumentListAttribute, setMetadataAttributes, setPstAttribute, setStatsAttribute
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, service, service
-
-
-
-
Method Detail
-
doGet
@GET @Produces("application/json; charset=utf-8") public String doGet(@QueryParam("Corpus") String corpus, @QueryParam("Document") String document, @QueryParam("Annotation") String annotation, @QueryParam("Format") String format) throws com.fasterxml.jackson.core.JsonProcessingException, IOException, javax.servlet.ServletException
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
IOException
javax.servlet.ServletException
-
-