public class D4TSServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
D4TSServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCommonHeaders(DapRequest drq) |
protected CEConstraint |
buildconstraint(DapRequest drq,
String sce,
DapDataset dmr)
If the request has a constraint, then parse it
else use the universal constraint
|
protected void |
doCapabilities(DapRequest drq)
Process a capabilities request.
|
protected void |
doData(DapRequest drq,
String datasetname)
Process a DataDMR request.
|
protected void |
doDMR(DapRequest drq,
String datasetname)
Process a DMR request.
|
protected void |
doDSR(DapRequest drq,
String datasetname)
Process a DSR request.
|
protected void |
doFavicon(DapRequest drq)
Process a favicon request.
|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
init() |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doCapabilities(DapRequest drq) throws IOException
drq - The merged dap stateIOExceptionprotected void doFavicon(DapRequest drq) throws IOException
drq - The merged dap stateIOExceptionprotected void doDSR(DapRequest drq, String datasetname) throws IOException
drq - The merged dap statedatasetname - The name of the dataset whose DSR is to be returned.IOExceptionprotected void doDMR(DapRequest drq, String datasetname) throws IOException
drq - The merged dap statedatasetname - The name of the dataset whose DMR is to be returned.IOExceptionprotected void doData(DapRequest drq, String datasetname) throws IOException
drq - The merged dap statedatasetname - The name of the dataset whose DMR is to be returned.IOExceptionprotected void addCommonHeaders(DapRequest drq) throws DapException
DapExceptionprotected CEConstraint buildconstraint(DapRequest drq, String sce, DapDataset dmr) throws DapException
drq - sce - string of the constraintDapExceptionCopyright © 1999–2014 UCAR/Unidata. All rights reserved.