public class CDAView
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
CDAView()
Instantiates a new cDA view.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Do get.
|
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Do post.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic CDAView()
HttpServlet.HttpServlet()protected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletrequest - the requestresponse - the responsejavax.servlet.ServletException - the servlet exceptionIOException - Signals that an I/O exception has occurred.HttpServlet.doGet(HttpServletRequest request, HttpServletResponse response)protected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletrequest - the requestresponse - the responsejavax.servlet.ServletException - the servlet exceptionIOException - Signals that an I/O exception has occurred.HttpServlet.doPost(HttpServletRequest request, HttpServletResponse response)All content is available under the Open Government Licence, except where otherwise stated
All example source code is available under Apache 2.0, except where otherwise stated