com.businessrefinery.barcode.linear.demo
Class DemoServlet
java.lang.Object
HttpServlet
com.businessrefinery.barcode.linear.demo.DemoServlet
public class DemoServlet
- extends HttpServlet
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 |
DemoServlet
public DemoServlet()
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