org.hccp.servlet
Class NumberLabelImage

java.lang.Object
  |
  +--HttpServlet
        |
        +--org.hccp.servlet.NumberLabelImage

public class NumberLabelImage
extends HttpServlet

See Also:
Serialized Form

Field Summary
static java.lang.String HEIGHT
           
static java.lang.String VALUE
           
static java.lang.String WIDTH
           
 
Constructor Summary
NumberLabelImage()
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEIGHT

public static java.lang.String HEIGHT

WIDTH

public static java.lang.String WIDTH

VALUE

public static java.lang.String VALUE
Constructor Detail

NumberLabelImage

public NumberLabelImage()
Method Detail

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     java.io.IOException
ServletException
java.io.IOException