@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(String icopath,
dap4.core.util.DapContext cxt) |
long |
getBinaryWriteLimit() |
String |
getResourcePath(dap4.servlet.DapRequest drq,
String location) |
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 IOException
handleRequest in class dap4.servlet.DapControllerIOExceptionpublic void initialize()
initialize in class dap4.servlet.DapControllerprotected 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 long getBinaryWriteLimit()
getBinaryWriteLimit in class dap4.servlet.DapControllerpublic String getServletID()
getServletID in class dap4.servlet.DapController