it.eng.spagobi.engines.jasperreport
Class JasperReportServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by it.eng.spagobi.engines.jasperreport.JasperReportServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

Deprecated. use JasperReportEngineStartAction instead (for any questions contact andrea gioia)

public class JasperReportServlet
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Constructor Summary
JasperReportServlet()
          Deprecated.  
 
Method Summary
 void init(javax.servlet.ServletConfig config)
          Deprecated. Initialize the engine.
 void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Deprecated. process jasper report execution requests.
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, 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
 

Constructor Detail

JasperReportServlet

public JasperReportServlet()
Deprecated. 
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Deprecated. 
Initialize the engine.

Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Parameters:
config - the config
Throws:
javax.servlet.ServletException - the servlet exception

service

public void service(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws java.io.IOException,
                    javax.servlet.ServletException
Deprecated. 
process jasper report execution requests.

Overrides:
service in class javax.servlet.http.HttpServlet
Parameters:
request - the request
response - the response
Throws:
java.io.IOException - Signals that an I/O exception has occurred.
javax.servlet.ServletException - the servlet exception