it.eng.spagobi.commons.services
Class ChangePwdServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
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
- Author:
- Antonella Giachino (antonella.giachino@eng.it), Alessandro Pegoraro (alessandro.pegoraro@eng.it)
Process jasper report execution requests and returns bytes of the filled
reports
- See Also:
- Serialized Form
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 |
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
ChangePwdServlet
public ChangePwdServlet()
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 requestresponse
- the response
- Throws:
java.io.IOException
- Signals that an I/O exception has occurred.
javax.servlet.ServletException
- the servlet exception