JIDE 3.5.15

com.jidesoft.chart.servlet
Class JButtonServlet

java.lang.Object
  extended by HttpServlet
      extended by com.jidesoft.chart.servlet.JButtonServlet

public class JButtonServlet
extends HttpServlet

We only have to define how to create Buttons in a button factory - the rest is general stuff that can be delegated to a ComponentServlet.

Author:
swhite@catalysoft.com

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

Constructor Detail

JButtonServlet

public JButtonServlet()
Method Detail

doGet

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

JIDE 3.5.15