public class OpendapServlet extends AbstractServlet
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
OpendapServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
dap2ExceptionHandler(DAP2Exception de,
ReqState rs) |
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
doGetASC(ReqState rs) |
void |
doGetBLOB(ReqState rs) |
void |
doGetDAP2Data(ReqState rs) |
void |
doGetDAS(ReqState rs) |
void |
doGetDDS(ReqState rs) |
void |
doGetDDX(ReqState rs) |
void |
doGetDIR(ReqState rs) |
void |
doGetHELP(ReqState rs) |
void |
doGetHTML(ReqState rs) |
void |
doGetINFO(ReqState rs) |
void |
doGetVER(ReqState rs) |
protected GuardedDataset |
getDataset(ReqState preq) |
protected long |
getLastModified(javax.servlet.http.HttpServletRequest req) |
protected ReqState |
getRequestState(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
String |
getServerName() |
String |
getServerVersion() |
void |
init() |
void |
parseExceptionHandler(ParseException pe,
javax.servlet.http.HttpServletResponse response) |
anyExceptionHandler, badURL, dap2ExceptionHandler, doDebug, doDebugCmd, doGetCatalog, doGetStatus, doGetSystemProps, getRootPath, IOExceptionHandler, printCatalog, printDODSException, printStatus, printThrowable, probeRequest, sendDODSError, setLogdoDelete, doHead, doOptions, doPost, doPut, doTrace, service, servicepublic void init()
throws javax.servlet.ServletException
init in class AbstractServletjavax.servlet.ServletExceptionpublic String getServerVersion()
getServerVersion in class AbstractServletprotected long getLastModified(javax.servlet.http.HttpServletRequest req)
getLastModified in class javax.servlet.http.HttpServletpublic void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
doGet in class AbstractServletpublic void doGetASC(ReqState rs) throws Exception
doGetASC in class AbstractServletExceptionpublic void doGetDAS(ReqState rs) throws Exception
doGetDAS in class AbstractServletExceptionpublic void doGetDDS(ReqState rs) throws Exception
doGetDDS in class AbstractServletExceptionpublic void doGetDDX(ReqState rs) throws Exception
doGetDDX in class AbstractServletExceptionpublic void doGetBLOB(ReqState rs) throws Exception
doGetBLOB in class AbstractServletExceptionpublic void doGetDAP2Data(ReqState rs) throws Exception
doGetDAP2Data in class AbstractServletExceptionpublic void doGetVER(ReqState rs) throws Exception
doGetVER in class AbstractServletExceptionpublic void doGetHELP(ReqState rs) throws Exception
doGetHELP in class AbstractServletExceptionpublic void doGetDIR(ReqState rs) throws Exception
doGetDIR in class AbstractServletExceptionpublic void doGetINFO(ReqState rs) throws Exception
doGetINFO in class AbstractServletExceptionpublic void doGetHTML(ReqState rs) throws Exception
doGetHTML in class AbstractServletExceptionpublic String getServerName()
getServerName in class AbstractServletprotected ReqState getRequestState(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
getRequestState in class AbstractServletprotected GuardedDataset getDataset(ReqState preq) throws Exception
getDataset in class AbstractServletExceptionpublic void parseExceptionHandler(ParseException pe, javax.servlet.http.HttpServletResponse response)
parseExceptionHandler in class AbstractServletpublic void dap2ExceptionHandler(DAP2Exception de, ReqState rs)
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.