com.barcodelib.barcode
Class DataMatrixServlet

java.lang.Object
  extended by HttpServlet
      extended by com.barcodelib.barcode.AbstractServlet
          extended by com.barcodelib.barcode.DataMatrixServlet

public class DataMatrixServlet
extends AbstractServlet


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

Constructor Detail

DataMatrixServlet

public DataMatrixServlet()
Method Detail

init

public void init()
          throws ServletException
Throws:
ServletException

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws ServletException
Throws:
ServletException

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException
Throws:
ServletException