it.eng.spagobi.commons.services
Class ChangePwdServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by it.eng.spagobi.commons.services.ChangePwdServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ChangePwdServlet
extends javax.servlet.http.HttpServlet

Process jasper report execution requests and returns bytes of the filled reports

See Also:
Serialized Form

Field Summary
static int PWD_OK
           
static int PWD_WRONG
           
 
Constructor Summary
ChangePwdServlet()
           
 
Method Summary
 void init(javax.servlet.ServletConfig config)
          Initialize the engine.
 void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          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
 

Field Detail

PWD_OK

public static final int PWD_OK
See Also:
Constant Field Values

PWD_WRONG

public static final int PWD_WRONG
See Also:
Constant Field Values
Constructor Detail

ChangePwdServlet

public ChangePwdServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
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
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