| Package | Description |
|---|---|
| dap4.servlet |
| Modifier and Type | Method and Description |
|---|---|
protected DapRequest |
DapServlet.getRequestState(ServletInfo info,
javax.servlet.http.HttpServletRequest rq,
javax.servlet.http.HttpServletResponse rsp)
Merge the servlet inputs into a single object
for easier transport as well as adding value.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DapServlet.addCommonHeaders(DapRequest drq) |
protected CEConstraint |
DapServlet.buildconstraint(DapRequest drq,
String sce,
DapDataset dmr)
If the request has a constraint, then parse it
else use the universal constraint
|
protected abstract void |
DapServlet.doCapabilities(DapRequest drq)
Process a capabilities request.
|
protected void |
DapServlet.doData(DapRequest drq)
Process a DataDMR request.
|
protected void |
DapServlet.doDMR(DapRequest drq)
Process a DMR request.
|
protected void |
DapServlet.doDSR(DapRequest drq)
Process a DSR request.
|
protected abstract void |
DapServlet.doFavicon(DapRequest drq)
Process a favicon request.
|
protected abstract String |
DapServlet.getResourcePath(DapRequest drq)
Convert a URL path into an absolute file path
|
protected void |
DapServlet.senderror(DapRequest drq,
int httpcode,
Throwable t)
Generate an error based on the parameters
|
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.