forked from Coded/SIPRP
no message
git-svn-id: https://svn.coded.pt/svn/SIPRP@450 bb69d46d-e84e-40c8-a05a-06db0d633741lxbfYeaa
parent
acff0a3247
commit
92fdace74d
@ -0,0 +1,26 @@
|
||||
/*
|
||||
* RequestServlet.java
|
||||
*
|
||||
* Created on 4 de Março de 2005, 18:19
|
||||
*/
|
||||
|
||||
package siprp.pagina;
|
||||
|
||||
import java.io.*;
|
||||
|
||||
import javax.servlet.*;
|
||||
import javax.servlet.http.*;
|
||||
/**
|
||||
*
|
||||
* @author psantos
|
||||
*/
|
||||
public class RequestServlet extends HttpServlet
|
||||
{
|
||||
public void doPost( HttpServletRequest req, HttpServletResponse res )
|
||||
throws IOException
|
||||
{
|
||||
// recebe info de contacto
|
||||
// manda mail
|
||||
// mostra pagina de sucesso
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue