public class DoveServlet extends MMBaseServlet
| Modifier and Type | Class and Description |
|---|---|
class |
DoveServlet.DoveErrorHandler
Dove Error handler for catching and storing parsing exceptions.
|
mmbase, retryAfter| Constructor and Description |
|---|
DoveServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Handles a request using the GET method.
|
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Handles a request using the POST method.
|
associateMapping, checkInited, decRefCount, destroy, getAssociations, getBasePath, getMMBase, getRequestURL, getServletByAssociation, getServletByMapping, getServletInfo, getServletMappings, getServletMappingsByAssociation, incRefCount, init, service, setInitException, setMMBasedoDelete, doHead, doOptions, doPut, doTrace, getLastModified, servicepublic void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws IOException
doGet in class MMBaseServletreq - the HTTP Request objectres - the HTTP Response objectIOExceptionpublic void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws IOException
doPost in class javax.servlet.http.HttpServletreq - the HTTP Request objectres - the HTTP Response objectIOExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}