org.equanda.reporting.servlet
Class ReportServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.equanda.reporting.servlet.ReportServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ReportServlet
extends javax.servlet.http.HttpServlet

reporting servlet

Author:
NetRom team
See Also:
Serialized Form

Field Summary
static org.joda.time.format.DateTimeFormatter DATE_PARSER
           
static String PARAMETER_REPORT_CACHE_DIR
           
static String PARAMETER_REPORT_CACHE_PAGES
           
static String PARAMETER_REPORT_EXTENSION
           
static String PARAMETER_SQL_DRIVER
           
static org.joda.time.format.DateTimeFormatter TIME_PARSER
           
 
Constructor Summary
ReportServlet()
           
 
Method Summary
protected  void doGet(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
           
protected  void doPost(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
           
protected  void doPut(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
           
 void handleRequest(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 void init()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAMETER_SQL_DRIVER

public static final String PARAMETER_SQL_DRIVER
See Also:
Constant Field Values

PARAMETER_REPORT_EXTENSION

public static final String PARAMETER_REPORT_EXTENSION
See Also:
Constant Field Values

PARAMETER_REPORT_CACHE_PAGES

public static final String PARAMETER_REPORT_CACHE_PAGES
See Also:
Constant Field Values

PARAMETER_REPORT_CACHE_DIR

public static final String PARAMETER_REPORT_CACHE_DIR
See Also:
Constant Field Values

DATE_PARSER

public static final org.joda.time.format.DateTimeFormatter DATE_PARSER

TIME_PARSER

public static final org.joda.time.format.DateTimeFormatter TIME_PARSER
Constructor Detail

ReportServlet

public ReportServlet()
Method Detail

init

public void init()
          throws javax.servlet.ServletException
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException

doPut

protected void doPut(javax.servlet.http.HttpServletRequest httpServletRequest,
                     javax.servlet.http.HttpServletResponse httpServletResponse)
              throws javax.servlet.ServletException,
                     IOException
Overrides:
doPut in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException

doGet

protected void doGet(javax.servlet.http.HttpServletRequest httpServletRequest,
                     javax.servlet.http.HttpServletResponse httpServletResponse)
              throws javax.servlet.ServletException,
                     IOException
Overrides:
doGet in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException

doPost

protected void doPost(javax.servlet.http.HttpServletRequest httpServletRequest,
                      javax.servlet.http.HttpServletResponse httpServletResponse)
               throws javax.servlet.ServletException,
                      IOException
Overrides:
doPost in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
IOException

handleRequest

public void handleRequest(javax.servlet.http.HttpServletRequest req,
                          javax.servlet.http.HttpServletResponse res)
                   throws javax.servlet.ServletException,
                          IOException
Throws:
javax.servlet.ServletException
IOException


Copyright © 2007-2009. All Rights Reserved.