forked from Coded/SIPRP
no message
git-svn-id: https://svn.coded.pt/svn/SIPRP@474 bb69d46d-e84e-40c8-a05a-06db0d633741lxbfYeaa
parent
49699d6ed9
commit
a90846f0cf
@ -0,0 +1,38 @@
|
||||
/*
|
||||
* RelatorioServlet.java
|
||||
*
|
||||
* Created on 27 de Abril de 2005, 16:16
|
||||
*/
|
||||
|
||||
package siprp.pagina;
|
||||
|
||||
import java.io.*;
|
||||
import java.util.*;
|
||||
|
||||
import javax.servlet.*;
|
||||
import javax.servlet.http.*;
|
||||
|
||||
import org.apache.velocity.*;
|
||||
import org.apache.velocity.app.*;
|
||||
/**
|
||||
*
|
||||
* @author fpalma
|
||||
*/
|
||||
public class RelatorioServlet extends MailerServlet
|
||||
{
|
||||
|
||||
/** Creates a new instance of RelatorioServlet */
|
||||
public RelatorioServlet()
|
||||
{
|
||||
}
|
||||
|
||||
public void doGet( HttpServletRequest req, HttpServletResponse res )
|
||||
throws IOException
|
||||
{
|
||||
}
|
||||
|
||||
public void doPost( HttpServletRequest req, HttpServletResponse res )
|
||||
throws IOException
|
||||
{
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue