forked from Coded/SIPRP
				
			
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							39 lines
						
					
					
						
							627 B
						
					
					
				
			
		
		
	
	
							39 lines
						
					
					
						
							627 B
						
					
					
				/*
 | 
						|
 * 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
 | 
						|
	{
 | 
						|
	}
 | 
						|
}
 |