Package org.seaborne.delta.server.http
Class S_ReplyJSON
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.seaborne.delta.server.http.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.HttpServletBase 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 voidjson(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, org.apache.jena.atlas.json.JsonValue responseContent)
-