public class ReportServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
ReportServlet() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createPdfOutput(ReportInfo info,
String template,
javax.servlet.http.HttpServletResponse response) |
static void |
createXmlOutput(ReportInfo object) |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP
GET method. |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Handles the HTTP
POST method. |
List<Map> |
getData(nl.b3p.zoeker.configuratie.Bron b,
Gegevensbron gb,
String recordId,
List<String> propertyNames,
boolean isChild,
String appCode) |
Map<String,String> |
getObjectDataColumns(Gegevensbron gb) |
String |
getServletInfo()
Returns a short description of the servlet.
|
void |
init(javax.servlet.ServletConfig config) |
protected void |
processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected void processRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
javax.servlet.ServletExceptionIOExceptionpublic Map<String,String> getObjectDataColumns(Gegevensbron gb)
public List<Map> getData(nl.b3p.zoeker.configuratie.Bron b, Gegevensbron gb, String recordId, List<String> propertyNames, boolean isChild, String appCode) throws IOException, Exception
IOExceptionExceptionpublic static void createXmlOutput(ReportInfo object) throws Exception
Exceptionpublic static void createPdfOutput(ReportInfo info, String template, javax.servlet.http.HttpServletResponse response) throws Exception
Exceptionpublic void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionprotected void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
GET method.doGet in class javax.servlet.http.HttpServletrequest - servlet requestresponse - servlet responsejavax.servlet.ServletExceptionIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
POST method.doPost in class javax.servlet.http.HttpServletrequest - servlet requestresponse - servlet responsejavax.servlet.ServletExceptionIOExceptionpublic String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class javax.servlet.GenericServletCopyright © 2016. All rights reserved.