it.eng.spagobi.engines.birt
Class BirtReportServlet

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

public class BirtReportServlet
extends BirtReportServletODA

See Also:
Serialized Form

Constructor Summary
BirtReportServlet()
           
 
Method Summary
 java.sql.Connection getConnection(java.lang.String connectionName)
          This methos see in spagbi.xml config file ( in section if a connection is configured if null is pass to this method a default datasource is returned if exist
 void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class it.eng.spagobi.engines.birt.BirtReportServletODA
init
 
Methods inherited from class javax.servlet.http.HttpServlet
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BirtReportServlet

public BirtReportServlet()
Method Detail

service

public void service(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws java.io.IOException,
                    javax.servlet.ServletException
Overrides:
service in class BirtReportServletODA
Throws:
java.io.IOException
javax.servlet.ServletException

getConnection

public java.sql.Connection getConnection(java.lang.String connectionName)
This methos see in spagbi.xml config file ( in section if a connection is configured if null is pass to this method a default datasource is returned if exist

Parameters:
connectionName -
Returns: