it.eng.spagobi.services
Class IReportPluginServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
it.eng.spagobi.services.IReportPluginServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class IReportPluginServlet
- extends javax.servlet.http.HttpServlet
A servlet used to manage the requests of the spagobi ireport plugin
- Author:
- Luca Fiscato
- See Also:
- Serialized Form
Method Summary |
void |
init(javax.servlet.ServletConfig config)
Init method definition |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Service method definition |
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 |
IReportPluginServlet
public IReportPluginServlet()
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Init method definition
- Throws:
javax.servlet.ServletException
service
public void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
- Service method definition
- Parameters:
request
- The http servlet requestresponse
- The http servlet response
- Throws:
java.io.IOException
- If any exception occurred
javax.servlet.ServletException