com.businessrefinery.barcode.linear
Class LinearServlet

java.lang.Object
  extended by HttpServlet
      extended by com.businessrefinery.barcode.linear.LinearServlet

public class LinearServlet
extends HttpServlet


Constructor Summary
LinearServlet()
           
 
Method Summary
 java.awt.Color convertColor(java.lang.String s)
           
 java.awt.Font convertFont(java.lang.String s)
           
 void doGet(HttpServletRequest httpservletrequest, HttpServletResponse httpservletresponse)
           
 void doPost(HttpServletRequest httpservletrequest, HttpServletResponse httpservletresponse)
           
 void init()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinearServlet

public LinearServlet()
Method Detail

init

public void init()
          throws ServletException
Throws:
ServletException

convertFont

public java.awt.Font convertFont(java.lang.String s)

convertColor

public java.awt.Color convertColor(java.lang.String s)

doGet

public void doGet(HttpServletRequest httpservletrequest,
                  HttpServletResponse httpservletresponse)
           throws ServletException,
                  java.io.IOException
Throws:
ServletException
java.io.IOException

doPost

public void doPost(HttpServletRequest httpservletrequest,
                   HttpServletResponse httpservletresponse)
            throws ServletException
Throws:
ServletException