com.extentech.ExtenXLS
Class SalarySurveyServlet

java.lang.Object
  extended by javax.servlet.http.HttpServlet
      extended by com.extentech.ExtenXLS.SalarySurveyServlet

public class SalarySurveyServlet
extends javax.servlet.http.HttpServlet

A Sample Servlet demonstrating ExtenXLS usage in a Servlet application.

Since:
1.3
Version:
4.1
Author:
John McMahon -- Copyright ©2006 Extentech Inc.

Constructor Summary
SalarySurveyServlet()
           
 
Method Summary
 void doPost(HttpServletRequest req, HttpServletResponse res)
           
 void init()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SalarySurveyServlet

public SalarySurveyServlet()
Method Detail

init

public void init()

doPost

public void doPost(HttpServletRequest req,
                   HttpServletResponse res)
            throws ServletException,
                   java.io.IOException
Throws:
ServletException
java.io.IOException


Copyright © 2007 Extentech Inc. All Rights Reserved.