Class MeasurementTextServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
edu.sc.seis.sod.web.JsonToFileServlet
edu.sc.seis.sod.web.MeasurementTextServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class MeasurementTextServlet
extends JsonToFileServlet
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    MeasurementTextServlet()  
  • Method Summary

    Modifier and Type Method Description
    protected void save​(java.lang.String id, org.json.JSONObject inJson)  

    Methods inherited from class javax.servlet.http.HttpServlet

    doHead, doOptions, doTrace, getLastModified, service

    Methods inherited from class javax.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • save

      protected void save​(java.lang.String id, org.json.JSONObject inJson) throws java.io.IOException
      Overrides:
      save in class JsonToFileServlet
      Throws:
      java.io.IOException