Class S_ReplyJSON

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
    Direct Known Subclasses:
    S_Ping

    public abstract class S_ReplyJSON
    extends javax.servlet.http.HttpServlet
    Base class for responds with JSON object
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      S_ReplyJSON()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void json​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, org.apache.jena.atlas.json.JsonValue responseContent)  
      • Methods inherited from class javax.servlet.http.HttpServlet

        service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
    • Constructor Detail

      • S_ReplyJSON

        public S_ReplyJSON()
    • Method Detail

      • json

        public static void json​(javax.servlet.http.HttpServletRequest req,
                                javax.servlet.http.HttpServletResponse resp,
                                org.apache.jena.atlas.json.JsonValue responseContent)