@Controller
@RequestMapping(value="/dap4")
public class Dap4Controller
extends dap4.servlet.DapController
| Constructor and Description |
|---|
Dap4Controller() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCapabilities(dap4.servlet.DapRequest drq,
dap4.core.util.DapContext cxt) |
protected void |
doFavicon(java.lang.String icopath,
dap4.core.util.DapContext cxt) |
long |
getBinaryWriteLimit() |
java.lang.String |
getResourcePath(dap4.servlet.DapRequest drq,
java.lang.String location) |
java.lang.String |
getServletID() |
void |
handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
initialize()
Initialize servlet/controller
|
addCommonHeaders, doData, doDMR, doDSR, getCache, getRequestState, init, printDMR, senderror, setCachedoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service@RequestMapping(value="**")
public void handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.io.IOException
handleRequest in class dap4.servlet.DapControllerjava.io.IOExceptionpublic void initialize()
initialize in class dap4.servlet.DapControllerprotected void doFavicon(java.lang.String icopath,
dap4.core.util.DapContext cxt)
throws java.io.IOException
doFavicon in class dap4.servlet.DapControllerjava.io.IOExceptionprotected void doCapabilities(dap4.servlet.DapRequest drq,
dap4.core.util.DapContext cxt)
throws java.io.IOException
doCapabilities in class dap4.servlet.DapControllerjava.io.IOExceptionpublic long getBinaryWriteLimit()
getBinaryWriteLimit in class dap4.servlet.DapControllerpublic java.lang.String getServletID()
getServletID in class dap4.servlet.DapControllerpublic java.lang.String getResourcePath(dap4.servlet.DapRequest drq,
java.lang.String location)
throws dap4.core.util.DapException
getResourcePath in class dap4.servlet.DapControllerdap4.core.util.DapException