public class WReportCsv
extends javax.servlet.http.HttpServlet
Servlet that send CSV response.
| Constructor and Description |
|---|
WReportCsv() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest pReq,
javax.servlet.http.HttpServletResponse pResp) |
void |
doPost(javax.servlet.http.HttpServletRequest pReq,
javax.servlet.http.HttpServletResponse pResp) |
void |
doReportCsv(javax.servlet.http.HttpServletRequest pReq,
javax.servlet.http.HttpServletResponse pResp)
Delegate request and servlet output stream to file-reporter handler.
|
org.beigesoft.factory.IFactoryAppBeans |
getFactoryAppBeans()
Geter for factoryAppBeans.
|
void |
init() |
void |
setFactoryAppBeans(org.beigesoft.factory.IFactoryAppBeans pFactoryAppBeans)
Setter for factoryAppBeans.
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic final void init()
throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic final void doGet(javax.servlet.http.HttpServletRequest pReq,
javax.servlet.http.HttpServletResponse pResp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic final void doPost(javax.servlet.http.HttpServletRequest pReq,
javax.servlet.http.HttpServletResponse pResp)
throws javax.servlet.ServletException,
IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic final void doReportCsv(javax.servlet.http.HttpServletRequest pReq,
javax.servlet.http.HttpServletResponse pResp)
throws javax.servlet.ServletException,
IOException
Delegate request and servlet output stream to file-reporter handler.
pReq - HttpServletRequestpResp - HttpServletResponsejavax.servlet.ServletException - ServletExceptionIOException - IOExceptionpublic final org.beigesoft.factory.IFactoryAppBeans getFactoryAppBeans()
Geter for factoryAppBeans.
public final void setFactoryAppBeans(org.beigesoft.factory.IFactoryAppBeans pFactoryAppBeans)
Setter for factoryAppBeans.
pFactoryAppBeans - referenceCopyright © 2016–2018. All rights reserved.