12.07.2015 Views

Università degli Studi di Napoli Federico II Facoltà di ... - Scope

Università degli Studi di Napoli Federico II Facoltà di ... - Scope

Università degli Studi di Napoli Federico II Facoltà di ... - Scope

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

* @throws IOException if an I/O error occurs*/protected void doPost(HttpServletRequest request, HttpServletResponse response)throws ServletException, IOException {//processRequest(request, response);Database db=new Database();LinkedList listaRifiutati = new LinkedList();listaRifiutati =(LinkedList) request.getAttribute("listaRifiutati");Iterator i = listaRifiutati.iterator();long app=-1;while (i.hasNext()){//dato che i.next() mi ritorna un tipo Object => faccio il cast a Long//e poi lo trasformo in long!!!app = ((Long)i.next()).longValue();//cancello l'utente!!!db.deleteRequestPen<strong>di</strong>ng(app);}db.closeConnection();}/*** Returns a short description of the servlet.* @return a String containing servlet description*/public String getServletInfo() {return "Short description";}// }Luca Gerardo 566/2636 Pagina 113 <strong>di</strong> 113

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!