gui
Class ServletSubmit

java.lang.Object
  |
  +--HttpServlet
        |
        +--gui.ServletSubmit

public class ServletSubmit
extends HttpServlet

Reponsável por tratar o formulátio de envio de e-mail.

See Also:
Serialized Form

Constructor Summary
ServletSubmit()
           
 
Method Summary
 void destroy()
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletSubmit

public ServletSubmit()
Method Detail

init

public void init()
          throws ServletException
ServletException

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   java.io.IOException
ServletException
java.io.IOException

destroy

public void destroy()