public class D4TSServlet
extends dap4.servlet.DapController
| Modifier and Type | Field and Description |
|---|---|
protected List<FrontPage.Root> |
defaultroots |
protected static String |
RESOURCEPATH |
| Constructor and Description |
|---|
D4TSServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCapabilities(dap4.servlet.DapRequest drq,
dap4.core.util.DapContext cxt) |
protected void |
doFavicon(String icopath,
dap4.core.util.DapContext cxt) |
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
long |
getBinaryWriteLimit() |
protected FrontPage |
getFrontPage(dap4.servlet.DapRequest drq,
dap4.core.util.DapContext cxt)
Isolate front page builder so we can override if desired for testing.
|
String |
getResourcePath(dap4.servlet.DapRequest drq,
String location) |
String |
getServletID() |
void |
initialize() |
addCommonHeaders, doData, doDMR, doDSR, getCache, getRequestState, handleRequest, init, printDMR, senderror, setCachedoDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, serviceprotected static final String RESOURCEPATH
protected List<FrontPage.Root> defaultroots
public void initialize()
initialize in class dap4.servlet.DapControllerprotected 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 doFavicon(String icopath, dap4.core.util.DapContext cxt) throws IOException
doFavicon in class dap4.servlet.DapControllerIOExceptionprotected void doCapabilities(dap4.servlet.DapRequest drq,
dap4.core.util.DapContext cxt)
throws IOException
doCapabilities in class dap4.servlet.DapControllerIOExceptionpublic String getResourcePath(dap4.servlet.DapRequest drq, String location) throws dap4.core.util.DapException
getResourcePath in class dap4.servlet.DapControllerdap4.core.util.DapExceptionpublic long getBinaryWriteLimit()
getBinaryWriteLimit in class dap4.servlet.DapControllerpublic String getServletID()
getServletID in class dap4.servlet.DapControllerprotected FrontPage getFrontPage(dap4.servlet.DapRequest drq, dap4.core.util.DapContext cxt) throws dap4.core.util.DapException
drq - cxt - dap4.core.util.DapException