Class PstLayout
- 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.PstLayout
-
- All Implemented Interfaces:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
@Path("/PstLayout") public class PstLayout extends AbstractOOPCacheableServlet
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class io.outofprintmagazine.web.servlets.AbstractOOPCacheableServlet
lastModified
-
-
Constructor Summary
Constructors Constructor Description PstLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
doGet(String corpus, String document)
-
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("text/html; charset=utf-8") public String doGet(@QueryParam("Corpus") String corpus, @QueryParam("Document") String document) throws javax.servlet.ServletException, com.fasterxml.jackson.core.JsonProcessingException, IOException
- Throws:
javax.servlet.ServletException
com.fasterxml.jackson.core.JsonProcessingException
IOException
-
-