com.barcodelib.barcode
Class DataMatrixServlet
java.lang.Object
HttpServlet
com.barcodelib.barcode.AbstractServlet
com.barcodelib.barcode.DataMatrixServlet
public class DataMatrixServlet
- extends AbstractServlet
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 |
DataMatrixServlet
public DataMatrixServlet()
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