Package edu.sc.seis.sod.web
Class TauPServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
edu.sc.seis.sod.web.TauPServlet
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class TauPServlet
extends javax.servlet.http.HttpServlet
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TauPServlet()
-
Method Summary
Modifier and Type Method Description protected void
doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
-
Field Details
-
MODEL
public static final java.lang.String MODEL- See Also:
- Constant Field Values
-
EVDEPTH
public static final java.lang.String EVDEPTH- See Also:
- Constant Field Values
-
PHASES
public static final java.lang.String PHASES- See Also:
- Constant Field Values
-
DEFAULT_PHASES
public static final java.lang.String[] DEFAULT_PHASES -
DISTDEG
public static final java.lang.String DISTDEG- See Also:
- Constant Field Values
-
STATION
public static final java.lang.String STATION- See Also:
- Constant Field Values
-
EVENT
public static final java.lang.String EVENT- See Also:
- Constant Field Values
-
-
Constructor Details
-
TauPServlet
public TauPServlet()
-
-
Method Details
-
doGet
protected void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, java.io.IOException- Overrides:
doGet
in classjavax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
-