it.eng.spagobi.services
Class ContentRepositoryServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byit.eng.spagobi.services.ContentRepositoryServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ContentRepositoryServlet
extends javax.servlet.http.HttpServlet

A servlet used to manage and control the content repository

Author:
Zoppello
See Also:
Serialized Form

Constructor Summary
ContentRepositoryServlet()
           
 
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
 

Constructor Detail

ContentRepositoryServlet

public ContentRepositoryServlet()
Method Detail

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 request
response - The http servlet response
Throws:
java.io.IOException - If any exception occurred
javax.servlet.ServletException